diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
commit | 64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch) | |
tree | 9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /lxqt-base/lxqt-policykit | |
parent | 957235cf19a691360c720f7913672adda4258ed0 (diff) |
gentoo resync : 22.10.2018
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r-- | lxqt-base/lxqt-policykit/Manifest | 4 | ||||
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild | 44 | ||||
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild | 4 |
3 files changed, 3 insertions, 49 deletions
diff --git a/lxqt-base/lxqt-policykit/Manifest b/lxqt-base/lxqt-policykit/Manifest index 6d3a17456837..9326304872c9 100644 --- a/lxqt-base/lxqt-policykit/Manifest +++ b/lxqt-base/lxqt-policykit/Manifest @@ -1,5 +1,3 @@ -DIST lxqt-policykit-0.11.0.tar.xz 31336 BLAKE2B d0e562660e3aabb7fa46447dae27d60ef3b1b9429deaa9f21a6e1659032f5bff8d9639e6f6639c13a239c2f6978808f0bf8283612eefce20854cd08ce8d7f00a SHA512 f4c8a154e30df18118444d8caf09bd242aafb17309bba77f1153a6b3db74291d35fe10ffba716293203095bcaa70195414e6b10773f8fe3b48829ab72820e5ae DIST lxqt-policykit-0.13.0.tar.xz 33144 BLAKE2B ae9416d9e7c98c67d3d428ccc28e28a97461f6213e58f90968a44654ffe94246f3eb5f8d51617a2626d805a097f5cdc531c2567fbfb6e3cead2f3aae7c3a625e SHA512 c02525ed60c3882b9fc431630a750937425f8ff296fa82112a2e88cb9d5b96767e2a8ff514daeee5d6dded96536cbb4520bc7bccb6c8fbe4e405168435f9f22e -EBUILD lxqt-policykit-0.11.0.ebuild 900 BLAKE2B 85f4414f84ee78af9f2c197415d3186ac0f016b9d12bf0d5cd38646b485815cb92db84ddfef14ef5b663dbced0e4b9e1d562c31c3574127f5553512c55a64c5d SHA512 5176ec5d3905d901f55f6ed4dd4dc9945e7000315c1a23007626d6d866de97b87fca1b79736ed6f213ca99bd8cb775f54b0cf04063f1dce7ccead2767237b721 -EBUILD lxqt-policykit-0.13.0.ebuild 921 BLAKE2B e2d5744ca076b6331f625b5b1086922b1c100d4e24ea39c3f5e3dc51e1a8399e5115418723cf1f62dda40a669f59d61085dfbf5cecabe3c6bf0012f3e31e5d84 SHA512 061f35c351f5b0a943892c0e8287f2810871f53df8f5714214a80253f4d98b956ebd40ac8e43d41189b3dc6e6a997e1bf4965b0f7c0d9dccbd2df148a6572906 +EBUILD lxqt-policykit-0.13.0.ebuild 916 BLAKE2B b0e4222c40aa15fceed3a5a6ef9d26ab36785b9b51987312b33b3ab222e5e2b0dd2c634a6b6709661410af1883576a46c089966af712b26951454d7d18a1caf6 SHA512 89b844e32ee4a66c96261f857f66b6034e0f604d66b88f8b54824e193723be2ef4366447901eb14deb9684e4d0019c4db27b438b8cce89a3be24e58d2ea68f42 MISC metadata.xml 320 BLAKE2B 06af6102783b41528cf4a8afd437db1524460cc47ff1004e4e45a8903673019f6c85ff948472d07f053787a767c2d5b3c1986ad20645e0418198e8b7e2d20736 SHA512 24085bd13cb0c25b25737c74a4817ab6a252079c0cd3d29f3caf1ab5e02e85f944653844059ecedf28629b38ec46a02163c806f600bcd044528d4951868e168b diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild deleted file mode 100644 index 8c93093f15f0..000000000000 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="LXQt PolKit authentication agent" -HOMEPAGE="https://lxqt.org" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND=" - dev-libs/glib:2 - 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} - >=dev-libs/libqtxdg-1.0.0 - sys-auth/polkit-qt[qt5(+)]" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} - -src_install(){ - cmake-utils_src_install - doman man/*.1 -} diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild index 59179a687c14..676f5021871f 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 x86" fi LICENSE="LGPL-2.1+" |