* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2015-02-10 13:49 Ben de Groot
0 siblings, 0 replies; 9+ messages in thread
From: Ben de Groot @ 2015-02-10 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 3d5ef1816a68c20fe6990d7ee1b9fc428897712f
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 13:48:57 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 13:48:57 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3d5ef181
lxqt-base/lxqt-admin: add kwindowsystem dep
---
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index e0cf54b..ee1819d 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
DEPEND="dev-libs/glib:2
dev-libs/liboobs
+ >=dev-libs/libqtxdg-1.0.0
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -28,7 +29,7 @@ DEPEND="dev-libs/glib:2
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
- >=dev-libs/libqtxdg-1.0.0
+ kde-frameworks/kwindowsystem:5
x11-libs/libX11
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2021-03-27 10:52 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
To: gentoo-commits
commit: d067f4d6da0f0ee45132eab19345ae90e99ffd03
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 10:51:18 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 10:51:18 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d067f4d6
lxqt-base/lxqt-admin: Cleanup outdated lxqt-base/lxqt-l10n blocker
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index fe244eac..3f4bc58c 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,6 +27,5 @@ RDEPEND="
dev-qt/qtwidgets:5
=lxqt-base/liblxqt-$(ver_cut 1-2)*
kde-frameworks/kwindowsystem:5
- !lxqt-base/lxqt-l10n
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2021-09-22 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 2853801e930f7973a7aa791296f1039da20a5a82
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:02:32 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:41:24 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2853801e
lxqt-base/lxqt-admin: keyword for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index 3f4bc58c..2dc93e54 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2021-09-22 19:15 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 74638c4959fdb4953df265f26093a9ccb792cd7f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:37:14 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:09:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=74638c49
lxqt-base/lxqt-admin: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index 6ba1874b..24ef2350 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -19,13 +19,14 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-RDEPEND="
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+DEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
=lxqt-base/liblxqt-$(ver_cut 1-2)*
kde-frameworks/kwindowsystem:5
+ >=sys-auth/polkit-qt-0.113.0
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: edc993b67c1114506d260a0a4986d3f8b00df26f
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:25:05 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=edc993b6
lxqt-base/lxqt-admin: update lxqt-build-tools dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index 94509ef1..efe4c5de 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -21,7 +21,7 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
DEPEND="
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2024-03-25 21:12 Jimi Huotari
0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 5d55a199ff15d2b484ca1e42abbf4543bfda0855
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:07:15 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=5d55a199
lxqt-base/lxqt-admin: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index 654cff78..8d398619 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,14 +21,11 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
DEPEND="
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtwidgets-5.15:5
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
=lxqt-base/liblxqt-${MY_PV}*
- kde-frameworks/kwindowsystem:5
+ kde-frameworks/kwindowsystem:6
>=sys-auth/polkit-qt-0.113.0
=lxqt-base/liblxqt-${MY_PV}*:=
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2024-04-21 20:04 Jimi Huotari
0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 976190173b23169efd9bb64ef10ea5a4268d72db
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:13:59 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=97619017
lxqt-base/lxqt-admin: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-admin/Manifest | 1 +
lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild | 32 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
new file mode 100644
index 00000000..fa12bc24
--- /dev/null
+++ b/lxqt-base/lxqt-admin/Manifest
@@ -0,0 +1 @@
+DIST lxqt-admin-2.0.0.tar.xz 154328 BLAKE2B 8c50073d2327c6fb38fd7f045e94ea4294b44cbc52dc0203bfca379adcde67839529e48ab803b01949bfc05bad7451d96c186e6426399a78428b926ae959081a SHA512 292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
new file mode 100644
index 00000000..13292130
--- /dev/null
+++ b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt system administration tool"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+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-2.0.0"
+DEPEND="
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+ =lxqt-base/liblxqt-${MY_PV}*
+ kde-frameworks/kwindowsystem:6
+ >=sys-auth/polkit-qt-0.113.0
+ =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2024-06-15 14:53 Jimi Huotari
0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
To: gentoo-commits
commit: da2caa15deb9d87289d0dfa7e101dc0e6ef9ab31
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:41:14 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=da2caa15
lxqt-base/lxqt-admin: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-admin/Manifest | 1 -
lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild | 32 ----------------------------
2 files changed, 33 deletions(-)
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
deleted file mode 100644
index fa12bc24..00000000
--- a/lxqt-base/lxqt-admin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-admin-2.0.0.tar.xz 154328 BLAKE2B 8c50073d2327c6fb38fd7f045e94ea4294b44cbc52dc0203bfca379adcde67839529e48ab803b01949bfc05bad7451d96c186e6426399a78428b926ae959081a SHA512 292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
deleted file mode 100644
index 13292130..00000000
--- a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt system administration tool"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-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-2.0.0"
-DEPEND="
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
- =lxqt-base/liblxqt-${MY_PV}*
- kde-frameworks/kwindowsystem:6
- >=sys-auth/polkit-qt-0.113.0
- =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-admin/
@ 2024-11-06 13:47 Jimi Huotari
0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
To: gentoo-commits
commit: c544e008ba7d3d8d61e5c5199ee93cf437fdb164
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 13:27:01 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 13:27:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c544e008
lxqt-base/lxqt-admin: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
index 13292130..0d9841fd 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild
@@ -15,18 +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 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"
DEPEND="
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
=lxqt-base/liblxqt-${MY_PV}*
kde-frameworks/kwindowsystem:6
- >=sys-auth/polkit-qt-0.113.0
+ >=sys-auth/polkit-qt-0.175.0[qt6]
=lxqt-base/liblxqt-${MY_PV}*:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-06 13:48 UTC | newest]
Thread overview: 9+ 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-admin/ Jimi Huotari
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2015-02-10 13:49 Ben de Groot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox