From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9A9A158089 for ; Thu, 9 Nov 2023 21:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 041AB2BC01A; Thu, 9 Nov 2023 21:45:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D70E02BC019 for ; Thu, 9 Nov 2023 21:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2648335CEE for ; Thu, 9 Nov 2023 21:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B05DD5E for ; Thu, 9 Nov 2023 21:45:43 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1699566332.bf42c8f320eab35023931181141ff720e115fdf2.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-menu-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-menu-data/Manifest lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild lxqt-base/lxqt-menu-data/metadata.xml X-VCS-Directories: lxqt-base/lxqt-menu-data/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: bf42c8f320eab35023931181141ff720e115fdf2 X-VCS-Branch: master Date: Thu, 9 Nov 2023 21:45:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3424d00-91b0-48ea-8797-44b7cc0ee921 X-Archives-Hash: 6119e4afb77e40964eeb665259ce4635 commit: bf42c8f320eab35023931181141ff720e115fdf2 Author: Jimi Huotari gentoo org> AuthorDate: Thu Nov 9 19:09:04 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Nov 9 21:45:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf42c8f3 lxqt-base/lxqt-menu-data: new package (version 1.4.0) Provides translations for menu categories and the menu files for LXQt and PCmanFm-qt. Replaces 'lxde-base/lxmenu-data' for LXQt use. Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-menu-data/Manifest | 1 + .../lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild | 24 ++++++++++++++++++++++ lxqt-base/lxqt-menu-data/metadata.xml | 11 ++++++++++ 3 files changed, 36 insertions(+) diff --git a/lxqt-base/lxqt-menu-data/Manifest b/lxqt-base/lxqt-menu-data/Manifest new file mode 100644 index 000000000000..98374061fec1 --- /dev/null +++ b/lxqt-base/lxqt-menu-data/Manifest @@ -0,0 +1 @@ +DIST lxqt-menu-data-1.4.0.tar.xz 54600 BLAKE2B bf2bc18b2dc506bc003a06acb7a87e20da0f1a1bb92699b2701ee0d257aecbedc7847c3065f5430aa6a5d13b9252d21bc9be14a28779b07042842285fd511a0d SHA512 6977c7c008537dd205414f9444fe3014bb8ba68059d81e0f15eede963d91c44d177f268c28042e57c432cde5ecbd2b7d9bc9462ba7414ce92919e5507fc4b5e3 diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild new file mode 100644 index 000000000000..7fcc6d27079f --- /dev/null +++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PV="$(ver_cut 1-2)" + +inherit cmake + +DESCRIPTION="LXQt Menu Files and Translations for Menu Categories" +HOMEPAGE="https://lxqt-project.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-2.1" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.13.0" diff --git a/lxqt-base/lxqt-menu-data/metadata.xml b/lxqt-base/lxqt-menu-data/metadata.xml new file mode 100644 index 000000000000..62c2dfed74de --- /dev/null +++ b/lxqt-base/lxqt-menu-data/metadata.xml @@ -0,0 +1,11 @@ + + + + + lxqt@gentoo.org + LXQt + + + lxqt/lxqt-menu-data + +