Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-policykit/
Date: Wed, 22 Sep 2021 19:15:08
Message-Id: 1632337766.9c85ca9564eba8480b57a90408e9740667704223.asturm@gentoo
1 commit: 9c85ca9564eba8480b57a90408e9740667704223
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:45:15 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:09:26 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9c85ca95
7
8 lxqt-base/lxqt-policykit: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
17 index e99aac86..a20c0567 100644
18 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
19 +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild
20 @@ -16,26 +16,26 @@ else
21 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
22 fi
23
24 -LICENSE="LGPL-2.1+"
25 +LICENSE="LGPL-2.1 LGPL-2.1+"
26 SLOT="0"
27
28 BDEPEND="
29 dev-qt/linguist-tools:5
30 - >=dev-util/lxqt-build-tools-0.6.0
31 + >=dev-util/lxqt-build-tools-0.9.0
32 virtual/pkgconfig
33 "
34 -RDEPEND="
35 +DEPEND="
36 dev-libs/glib:2
37 >=dev-libs/libqtxdg-3.3.1
38 dev-qt/qtcore:5
39 dev-qt/qtgui:5
40 dev-qt/qtwidgets:5
41 =lxqt-base/liblxqt-$(ver_cut 1-2)*
42 - sys-auth/polkit-qt[qt5(+)]
43 + >=sys-auth/polkit-qt-0.113.0
44 "
45 -DEPEND="${RDEPEND}"
46 +RDEPEND="${DEPEND}"
47
48 -src_install(){
49 +src_install() {
50 cmake_src_install
51 doman man/*.1
52 }