public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     67b8a85e5ec352e7f89c4caeb960cb7d35967d1b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 13:41:50 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:43 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=67b8a85e

lxqt-base/lxqt-menu-data: new package

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 <chiitoo <AT> gentoo.org>

 .../lxqt-menu-data/lxqt-menu-data-9999.ebuild      | 25 ++++++++++++++++++++++
 lxqt-base/lxqt-menu-data/metadata.xml              | 11 ++++++++++
 2 files changed, 36 insertions(+)

diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild
new file mode 100644
index 00000000..366162d0
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild
@@ -0,0 +1,25 @@
+# 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"
+IUSE=""
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"

diff --git a/lxqt-base/lxqt-menu-data/metadata.xml b/lxqt-base/lxqt-menu-data/metadata.xml
new file mode 100644
index 00000000..62c2dfed
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxqt/lxqt-menu-data</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5adf9bded056de1ef972eb70a17cd4252ca8c7c7
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:34 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5adf9bde

lxqt-base/lxqt-menu-data: welcome qt6

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild
index bc7fff81..11a0c011 100644
--- a/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild
+++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,11 +15,18 @@ if [[ ${PV} = *9999* ]]; then
 	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"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE=""
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+RDEPEND="
+	!<lxqt-base/lxqt-config-1.4.0
+	!<lxqt-base/lxqt-panel-1.4.0
+	!<x11-misc/pcmanfm-qt-1.4.0
+"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/
@ 2024-04-21 20:04 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     30fe964ce86ebd438689a15b136cdf7a7f615505
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:16:43 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=30fe964c

lxqt-base/lxqt-menu-data: add 2.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-menu-data/Manifest                  |  1 +
 .../lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild     | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/lxqt-base/lxqt-menu-data/Manifest b/lxqt-base/lxqt-menu-data/Manifest
new file mode 100644
index 00000000..c654ccfb
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/Manifest
@@ -0,0 +1 @@
+DIST lxqt-menu-data-2.0.0.tar.xz 54908 BLAKE2B 8c70bc19670373f98dc256918c2d277f6d928dd487db94bdb0ca21e462628f9c6667e39f0b3c982de075bbde3f374d3249c9c90939d71165d199f6367a92d904 SHA512 04ee9923118ded86c60677bf0922498625496d2811237211072a1b7f2a2fde18b8444901fa3812599e1c246bf2bda61d3ee0e5eb7b6a7c35827f4dddd6c21e61

diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
new file mode 100644
index 00000000..4b370657
--- /dev/null
+++ b/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023-2024 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-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+RDEPEND="
+	!<lxqt-base/lxqt-config-1.4.0
+	!<lxqt-base/lxqt-panel-1.4.0
+	!<x11-misc/pcmanfm-qt-1.4.0
+"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/
@ 2024-06-15 14:53 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     fa163a287b7545b41959f82a42d0b161fa590ad7
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:41:38 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:43:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=fa163a28

lxqt-base/lxqt-menu-data: drop 2.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-menu-data/Manifest                  |  1 -
 .../lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild     | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/lxqt-base/lxqt-menu-data/Manifest b/lxqt-base/lxqt-menu-data/Manifest
deleted file mode 100644
index c654ccfb..00000000
--- a/lxqt-base/lxqt-menu-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-menu-data-2.0.0.tar.xz 54908 BLAKE2B 8c70bc19670373f98dc256918c2d277f6d928dd487db94bdb0ca21e462628f9c6667e39f0b3c982de075bbde3f374d3249c9c90939d71165d199f6367a92d904 SHA512 04ee9923118ded86c60677bf0922498625496d2811237211072a1b7f2a2fde18b8444901fa3812599e1c246bf2bda61d3ee0e5eb7b6a7c35827f4dddd6c21e61

diff --git a/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild b/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
deleted file mode 100644
index 4b370657..00000000
--- a/lxqt-base/lxqt-menu-data/lxqt-menu-data-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-2024 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-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
-"
-RDEPEND="
-	!<lxqt-base/lxqt-config-1.4.0
-	!<lxqt-base/lxqt-panel-1.4.0
-	!<x11-misc/pcmanfm-qt-1.4.0
-"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-15 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-21 20:04 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-menu-data/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox