public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-misc/qps/
@ 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:     8b39fa001f85b47e6fd13783fc5e9735585ce7ab
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 18:41:14 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=8b39fa00

x11-misc/qps: new package, add 9999, 2.9.0

Initial qt6 version.

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

 x11-misc/qps/Manifest         |  1 +
 x11-misc/qps/metadata.xml     | 11 +++++++++++
 x11-misc/qps/qps-2.9.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 x11-misc/qps/qps-9999.ebuild  | 40 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 92 insertions(+)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
new file mode 100644
index 00000000..2e074684
--- /dev/null
+++ b/x11-misc/qps/Manifest
@@ -0,0 +1 @@
+DIST qps-2.9.0.tar.xz 457488 BLAKE2B 641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15 SHA512 d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd

diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml
new file mode 100644
index 00000000..5ca1065c
--- /dev/null
+++ b/x11-misc/qps/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>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxqt/qps</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild
new file mode 100644
index 00000000..43aa91df
--- /dev/null
+++ b/x11-misc/qps/qps-2.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Process Manager"
+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="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	>=lxqt-base/liblxqt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}

diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild
new file mode 100644
index 00000000..43aa91df
--- /dev/null
+++ b/x11-misc/qps/qps-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI Process Manager"
+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="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	>=lxqt-base/liblxqt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/qps/
@ 2024-05-08 17:44 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d5a07c1f85f5dc7170fc81c2f563f6969bda0533
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 17:43:31 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:43:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d5a07c1f

x11-misc/qps: update maintainers

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

 x11-misc/qps/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/qps/metadata.xml b/x11-misc/qps/metadata.xml
index 736e92fa..63e1638b 100644
--- a/x11-misc/qps/metadata.xml
+++ b/x11-misc/qps/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">lxqt/qps</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/qps/
@ 2024-06-14 22:15 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-06-14 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     968ef67203495e959538fabf46c3e5135edbdb60
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:02:38 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=968ef672

x11-misc/qps: drop 2.9.0

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

 x11-misc/qps/Manifest         |  1 -
 x11-misc/qps/qps-2.9.0.ebuild | 40 ----------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
deleted file mode 100644
index 2e074684..00000000
--- a/x11-misc/qps/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qps-2.9.0.tar.xz 457488 BLAKE2B 641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15 SHA512 d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd

diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild
deleted file mode 100644
index 43aa91df..00000000
--- a/x11-misc/qps/qps-2.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI Process Manager"
-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="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[gui,widgets]
-	>=lxqt-base/liblxqt-2.0:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-misc/qps/
@ 2024-11-06 13:47 Jimi Huotari
  0 siblings, 0 replies; 4+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9f69318d43a723828769b1fb9378400d0cd4301b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 13:39:39 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 13:39:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f69318d

x11-misc/qps: sync keywords and update dependencies

Also use 'xdg' instead of 'xdg-utils'.

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

 x11-misc/qps/qps-9999.ebuild | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild
index 43aa91df..9843e436 100644
--- a/x11-misc/qps/qps-9999.ebuild
+++ b/x11-misc/qps/qps-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="Qt GUI Process Manager"
 HOMEPAGE="https://lxqt-project.org/"
@@ -13,7 +13,7 @@ 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 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
@@ -21,20 +21,10 @@ SLOT="0"
 
 BDEPEND="
 	>=dev-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
+	>=dev-util/lxqt-build-tools-2.1.0
 "
 DEPEND="
 	>=dev-qt/qtbase-6.6:6[gui,widgets]
-	>=lxqt-base/liblxqt-2.0:=
+	>=lxqt-base/liblxqt-2.1:=
 "
 RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


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

end of thread, other threads:[~2024-11-06 13:48 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: x11-misc/qps/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 17:44 Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-11-06 13:47 Jimi Huotari

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