diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-02 21:32:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-02 21:36:57 +0100 |
commit | 3a97b1edecd630c0f48d3b0a28f053b0489a9597 (patch) | |
tree | 4743b6dcef79e840defe3f0c9f326801845aadf4 /kde-plasma/polkit-kde-agent | |
parent | media-radio/flrig: Drop old (diff) | |
download | gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.gz gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.bz2 gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.zip |
kde-plasma: Add KDE Plasma 5.11.5
See also:
https://www.kde.org/announcements/plasma-5.11.4-5.11.5-changelog.php
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r-- | kde-plasma/polkit-kde-agent/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.5.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index 115808314607..9017609e9d0c 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,2 +1,3 @@ DIST polkit-kde-agent-1-5.10.5.tar.xz 41388 BLAKE2B 71de2410e1c66dbfb85c58c3f08dea697343c6a52e49d6cd815c348007a33ead6cd1f61078ec174574f43816b97f4b2d5e049a57a458d6afc85e2ea7cefffed3 SHA512 5a309745e0266efb6bd730af40ff801ee41586dc68cfc3db16f2575a4baf04e471bc011ff3034daba41456dbacacd90a305a7089d24759b249be6fad91fde81f DIST polkit-kde-agent-1-5.11.4.tar.xz 41556 BLAKE2B fc0ab1e0639de94d405200f2b1a0e376e8ff1a6515545bf2afd66ea650679a512e29f6b86662a90b5909a90658812909756d318d06f23e609ce3d1949368812a SHA512 2faf402dd7cb3ed834f5239090d579fdbb2b3e9e2507a34381564be1b6622b726e2bf3ce088e16537b25b7954c3c1b2870ed2f5c3706003da44f1fd928003153 +DIST polkit-kde-agent-1-5.11.5.tar.xz 44320 BLAKE2B c1e0add72af02cb34f61a07038580f9b1de5e2b45c0a47f01eaea1cb0a96ddfb071fd56f293cb59d66620ecd3dcb8868f0c4b63a40ed46de4326f78b8314d37b SHA512 63a6696fa5961c4757b9ee13db8d9de67d0ff8c15f72448c05f2728fc57f19717adfe09aba38d7990bbaf3bd67a3674300397fd2f988f0d27b5e13b22902966f diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.5.ebuild new file mode 100644 index 000000000000..99a206395a27 --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="${PN}-1" +inherit kde5 + +DESCRIPTION="PolKit agent module for KDE Plasma" +HOMEPAGE="https://www.kde.org" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5(+)] ) +" +RDEPEND="${DEPEND} + !sys-auth/polkit-kde-agent:4[-minimal(-)] + !sys-auth/polkit-kde-agent:5 +" |