diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-22 23:21:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-22 23:28:37 +0200 |
commit | d1d7cdcae224154eede1ee6944f145946f1eff60 (patch) | |
tree | 12065a681fe2484b97689eba69518b952b0c93e4 /kde-plasma/polkit-kde-agent | |
parent | app-doc/php-docs: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.gz gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.bz2 gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.zip |
kde-plasma: Add KDE Plasma 5.10.5
Package-Manager: Portage-2.3.8, Repoman-2.3.3
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.10.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 7ce9bbdc27a7..4d569bbda201 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1 +1,2 @@ DIST polkit-kde-agent-1-5.10.4.tar.xz 41424 SHA256 5c26d84ec4fe5c19c8ffd3ce83ed38e291432a70c5f9eafb5dbcfd77017961ce SHA512 15a4e4795dfe39244e05a453e4d0b990682674303a61f6e86a54370e91239277b6076688dcb0231f4e44a414a002de69d8bfaffc9db6b9565bc6f040eedee8b9 WHIRLPOOL 03ed72db45520a15cd2062c66adb0ebc863f71d2b9390292f3fa1baac57259101be804fddd459d917b0d99e8256784432e2d991f595cda7c39f2d55ae6ecfbbb +DIST polkit-kde-agent-1-5.10.5.tar.xz 41388 SHA256 e2dafa312e4cd4cd01f883408b12efe38aa9d99c9a844e41b6c57c678e9b1495 SHA512 5a309745e0266efb6bd730af40ff801ee41586dc68cfc3db16f2575a4baf04e471bc011ff3034daba41456dbacacd90a305a7089d24759b249be6fad91fde81f WHIRLPOOL 6ff120825bdf99774ec6f77f984aa08a37cdb1fe090734a5097285814a3ed6aa9a8755a3da95d8ba94e6fb324d95c927dd00df7eef241ef0dee9c2c95111e18e diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild new file mode 100644 index 000000000000..cd45f320916d --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 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 +" |