public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2014-10-22 17:11 Jauhien Piatlicki
  0 siblings, 0 replies; 11+ messages in thread
From: Jauhien Piatlicki @ 2014-10-22 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     dd369a5a26faa5f88940f264e04aabff4715997b
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 22 17:10:43 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 22 17:10:43 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=dd369a5a

[lxqt-base/lxqt-policykit] update live ebuild, drop QT4 support

---
 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 66a4b91..6c6a279 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
@@ -14,18 +14,23 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-RDEPEND="dev-qt/qtcore:4
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4
-	lxqt-base/liblxqt
-	razorqt-base/libqtxdg
-	sys-auth/polkit-qt
+RDEPEND="
+	dev-libs/glib:2
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	>=razorqt-base/libqtxdg-1.0.0
+	sys-auth/polkit-qt[qt5(-)]
 	x11-libs/libX11"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2014-10-29 16:38 Jauhien Piatlicki
  0 siblings, 0 replies; 11+ messages in thread
From: Jauhien Piatlicki @ 2014-10-29 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     abe21edc134352349bca5ce5a79deee19c99f02c
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 16:38:03 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 16:38:03 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=abe21edc

[lxqt-base/lxqt-policykit] 0.8.0 release

---
 lxqt-base/lxqt-policykit/Manifest                  |  1 +
 .../lxqt-policykit/lxqt-policykit-0.8.0.ebuild     | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
new file mode 100644
index 0000000..3d60ce4
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -0,0 +1 @@
+DIST lxqt-policykit-0.8.0.tar.xz 16012 SHA256 98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236 SHA512 be52b0512eb2c8b124ebe75a016d0d89802777f94b17d7d3cc31505917ce48d6ba0c9d2d8233e2b5065089adf76bdf2596aff901e328edd218eb523817481876 WHIRLPOOL 63b05339892705b6556e64039e00063029c6050515d7d59eb755555a3e75497ff77791e1f712765d76b4ab0f64644da3451ff71b7e9fca5ba4eb986d1f1d863b

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild
new file mode 100644
index 0000000..6726ccd
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt PolKit authentication agent"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	~lxqt-base/liblxqt-${PV}
+	>=razorqt-base/libqtxdg-1.0.0
+	sys-auth/polkit-qt[qt5(-)]
+	x11-libs/libX11"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}
+
+src_install(){
+	cmake-utils_src_install
+	doman man/*.1
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2015-10-01 14:27 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fa37d45542ef6ff65c337411986a2b6ac223eff8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:24:46 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:27:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=fa37d455

lxqt-base/lxqt-policykit: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 4a8e07d..5a6ed75 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
@@ -21,7 +21,6 @@ SLOT="0"
 
 RDEPEND="
 	dev-libs/glib:2
-	dev-qt/linguist-tools:5
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -32,6 +31,7 @@ RDEPEND="
 	>=dev-libs/libqtxdg-1.0.0
 	sys-auth/polkit-qt[qt5(-)]"
 DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
 	virtual/pkgconfig"
 
 src_install(){


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2018-02-03 14:04 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2018-02-03 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6fc88d59d7c679eef81b3a1a151b815e66e8fcab
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 14:03:28 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 14:04:25 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fc88d59

lxqt-base/lxqt-policykit: sys-auth/polkit-qt no longer has a qt5 USE flag

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 00b87d03..dcabe098 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-qt/qtxml:5
 	lxqt-base/liblxqt
 	>=dev-libs/libqtxdg-2.0.0
-	sys-auth/polkit-qt[qt5(-)]
+	>=sys-auth/polkit-qt-0.112.0_p20160416-r1
 "
 DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2021-03-27 10:52 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4dd0da1d57bf35186fe464913a6da10211bd10bb
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=4dd0da1d

lxqt-base/lxqt-policykit: Cleanup outdated lxqt-base/lxqt-l10n blocker

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 0864b15c..0201f58e 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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
@@ -32,7 +32,6 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	=lxqt-base/liblxqt-$(ver_cut 1-2)*
 	sys-auth/polkit-qt[qt5(+)]
-	!lxqt-base/lxqt-l10n
 "
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2021-09-22 17:41 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6a21fd0ca89030eb395e1d78cd325572a6081954
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:35:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:41:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6a21fd0c

lxqt-base/lxqt-policykit: keyword for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 68b8248d..58de0b7b 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2021-09-22 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9c85ca9564eba8480b57a90408e9740667704223
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:45:15 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:09:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9c85ca95

lxqt-base/lxqt-policykit: 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-policykit/lxqt-policykit-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index e99aac86..a20c0567 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
@@ -16,26 +16,26 @@ else
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
-LICENSE="LGPL-2.1+"
+LICENSE="LGPL-2.1 LGPL-2.1+"
 SLOT="0"
 
 BDEPEND="
 	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.6.0
+	>=dev-util/lxqt-build-tools-0.9.0
 	virtual/pkgconfig
 "
-RDEPEND="
+DEPEND="
 	dev-libs/glib:2
 	>=dev-libs/libqtxdg-3.3.1
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	=lxqt-base/liblxqt-$(ver_cut 1-2)*
-	sys-auth/polkit-qt[qt5(+)]
+	>=sys-auth/polkit-qt-0.113.0
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
-src_install(){
+src_install() {
 	cmake_src_install
 	doman man/*.1
 }


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
@ 2023-05-14 15:04 Jimi Huotari
  0 siblings, 0 replies; 11+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0d84040e91ab58f1b130539c0a45c8edc476fcf4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:27:35 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=0d84040e

lxqt-base/lxqt-policykit: update lxqt-build-tools dependency

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

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 2315addb..b92cf7db 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
 	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.12.0
+	>=dev-util/lxqt-build-tools-0.13.0
 	virtual/pkgconfig
 "
 DEPEND="


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

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

commit:     54f75922e9a57be1e3322692865105dfc6edd87d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:55 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=54f75922

lxqt-base/lxqt-policykit: welcome qt6

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

 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
index 05cc1b10..c3621304 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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
@@ -22,14 +22,12 @@ LICENSE="LGPL-2.1 LGPL-2.1+"
 SLOT="0"
 
 BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.13.0
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
 	virtual/pkgconfig
 "
 DEPEND="
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
 	=lxqt-base/liblxqt-${MY_PV}*:=
 	>=sys-auth/polkit-qt-0.113.0
 "


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

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

commit:     51fba00e7d6609da65b1af5cf2a9e0b765813866
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:20:45 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=51fba00e

lxqt-base/lxqt-policykit: add 2.0.0

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

 lxqt-base/lxqt-policykit/Manifest                  |  1 +
 .../lxqt-policykit/lxqt-policykit-2.0.0.ebuild     | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
new file mode 100644
index 00000000..2c440816
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -0,0 +1 @@
+DIST lxqt-policykit-2.0.0.tar.xz 39964 BLAKE2B f79c0dbda81d52edfe382d38f3b2b7e2ec273e982fb49bb6b4917e5c4c8d534f77eb28be1794413d0397017a380fdcd1348e55e3d25c7b1158200d6c585b5efe SHA512 a4b90d2c67281c09a140505d2757253853c62dcca242b1b2d6a266658840ded992ccbedb282ea9221a81de3099c0db8810082f3cc3ec1741be4906d98013fbb7

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
new file mode 100644
index 00000000..a85707e9
--- /dev/null
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt PolKit authentication agent"
+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 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+	virtual/pkgconfig
+"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	=lxqt-base/liblxqt-${MY_PV}*:=
+	>=sys-auth/polkit-qt-0.200.0[qt6]
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	cmake_src_install
+	doman man/*.1
+}


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

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

commit:     ade598ab63a531377a27f25783e9fe87a14b1769
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:42: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=ade598ab

lxqt-base/lxqt-policykit: drop 2.0.0

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

 lxqt-base/lxqt-policykit/Manifest                  |  1 -
 .../lxqt-policykit/lxqt-policykit-2.0.0.ebuild     | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
deleted file mode 100644
index 2c440816..00000000
--- a/lxqt-base/lxqt-policykit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-policykit-2.0.0.tar.xz 39964 BLAKE2B f79c0dbda81d52edfe382d38f3b2b7e2ec273e982fb49bb6b4917e5c4c8d534f77eb28be1794413d0397017a380fdcd1348e55e3d25c7b1158200d6c585b5efe SHA512 a4b90d2c67281c09a140505d2757253853c62dcca242b1b2d6a266658840ded992ccbedb282ea9221a81de3099c0db8810082f3cc3ec1741be4906d98013fbb7

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
deleted file mode 100644
index a85707e9..00000000
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-2.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt PolKit authentication agent"
-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 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
-	virtual/pkgconfig
-"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[gui,widgets]
-	=lxqt-base/liblxqt-${MY_PV}*:=
-	>=sys-auth/polkit-qt-0.200.0[qt6]
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	cmake_src_install
-	doman man/*.1
-}


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27 10:52 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 Jimi Huotari
2024-04-21 20:04 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
2018-02-03 14:04 Michael Palimaka
2015-10-01 14:27 Michael Palimaka
2014-10-29 16:38 Jauhien Piatlicki
2014-10-22 17:11 Jauhien Piatlicki

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