summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-policykit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /lxqt-base/lxqt-policykit
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r--lxqt-base/lxqt-policykit/Manifest4
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild43
-rw-r--r--lxqt-base/lxqt-policykit/lxqt-policykit-0.15.0.ebuild2
3 files changed, 2 insertions, 47 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest
index 4d2add75b1fe..b8a8b319d684 100644
--- a/lxqt-base/lxqt-policykit/Manifest
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -1,5 +1,3 @@
-DIST lxqt-policykit-0.14.1.tar.xz 37616 BLAKE2B 05175f99bd63fae795499eff02b224a589842e6f4ce0faa66dcb949d99625d8fcdd54600d80832b5211e297e9c0da3aa33ecd6e47b5dd7b0e544a1d301e4e483 SHA512 c3df41a45ef4d04eba9ce0c9f29d4c9b68a192302e85e192a26ae73617b87d0ad70ec64135f500485d4c10095754e36935bf9790ffd83d0197b1bb784971a940
DIST lxqt-policykit-0.15.0.tar.xz 37712 BLAKE2B b9263234766dd9a2e89288f6668e8553e1f5deae0e306443fc3d15268f3fbbb4b9cfb81987d1e1f9c96ece4494ef700a6e40bf5e498eeb3d7377f3848d09b376 SHA512 2dbbe6d626ef5da816f080354caf564a1aa58270ae299483b9a4ce35d5f1bdb3c652dcb5f12d2668a0ea82556414b00320d2bd88fcadb37fbbdbf724a17e3c41
-EBUILD lxqt-policykit-0.14.1.ebuild 819 BLAKE2B 6bb92740622990d52ed7693ef8e9abc872ef917424da301e6ab1fd6988a20c95651a344a6d78972d51b8f805338a48c1d299ad2c76d7499f61d8f6740889b54c SHA512 4c017be2c03d618039c1b2595d994022ca45a0fdab510d1f911c5e3b7ddca06a49f19aa38728cc6606b3f6bd36497edf74cb595fb16fc27eade8d1289821b678
-EBUILD lxqt-policykit-0.15.0.ebuild 835 BLAKE2B 6203e45175101932aa0bb02eaff611a0f04f92c5b4f020a1c8f3fa975f5326772153a9107920d2fc369c9b75ea16d60a4470ec3dfae1e2f6b602b5a1901110eb SHA512 6e16454d6cabf1c6d5896c29f17f09e1c3d4107a562ea5e3a2851ade88f88009db0089d3fb7608c4d1528839fc24b4ee8fead4283c3f967d2dff7010cd6c72ec
+EBUILD lxqt-policykit-0.15.0.ebuild 833 BLAKE2B 53752b6ea0383837ce2b4e15a6e3fed789c7b7c78d75ea9e69c1abc88418c2a172bfa709d86ae43f6a28906e5500a00214c00a569d7a248e25c5b110f2ba0cb5 SHA512 758a042779115226dccd38ea4078a5d99c57bea78a233bf14a9fa56511aa99e23e9384793c6b5c211aef87183087f1fa32b4648c2f4dd85ee325b14d71d55b58
MISC metadata.xml 320 BLAKE2B 06af6102783b41528cf4a8afd437db1524460cc47ff1004e4e45a8903673019f6c85ff948472d07f053787a767c2d5b3c1986ad20645e0418198e8b7e2d20736 SHA512 24085bd13cb0c25b25737c74a4817ab6a252079c0cd3d29f3caf1ab5e02e85f944653844059ecedf28629b38ec46a02163c806f600bcd044528d4951868e168b
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild
deleted file mode 100644
index 3f7cee98975e..000000000000
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt PolKit authentication agent"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- 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"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.6.0
- virtual/pkgconfig
-"
-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(+)]
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"
-
-src_install() {
- cmake_src_install
- doman man/*.1
-}
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.15.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.15.0.ebuild
index daf686ddd39c..a4c029cf8b47 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.15.0.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.15.0.ebuild
@@ -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 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"