summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-12 18:22:12 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-12 18:22:12 +0200
commit54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059 (patch)
tree97d1d4d399806f1847d9deb2af0cd90d33c91ad3 /kde-plasma/polkit-kde-agent
parentkde-plasma: Drop redundant whitespace in KEYWORDS (diff)
downloadgentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.tar.gz
gentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.tar.bz2
gentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.zip
kde-plasma: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index 2aaaffad70c9..eafde5a467d5 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1 +1,2 @@
DIST polkit-kde-agent-1-5.4.0.tar.xz 39520 SHA256 829b1019f3adde20d62ada5e64d7d265064c36d37cd09b7938a70b3e661225a5 SHA512 7b3a53b08bee273d7849c154de0c490083f36fe7002e755ba495949e5efdfd9ba9d1047d2afb893230e229d28f307ca6756ce9abe6ab3f3e1d770ed6dab96537 WHIRLPOOL 562b51f70794413678bd7d2c9d819985fae6efc535e6c5d65e35a5d9986c983c10af63a63700b3b8a1249997262a20698f7df0906e3329348b1e3736fe47b4a6
+DIST polkit-kde-agent-1-5.4.1.tar.xz 39496 SHA256 5128354ea066140e10b228b27de22ecfad09c39187cba81eb10c4f9e769b21bc SHA512 92d98794db7c13594d2ac3b618304c0cf155e9965517dcc4939ea9e2cfe9a60ca1481d02f81d068800a5c1ace926a6b67b6f63059377bc0a8338723bd2f46586 WHIRLPOOL 8a288014bebd2de7f4023acff059472ca522a98d1bbfb5595687cee426d4cebd855a70e50d644ace25133c326a6454b65c0016c78159982c5cac249f190cc8cf
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.1.ebuild
new file mode 100644
index 000000000000..f40289948b20
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="${PN}-1"
+inherit kde5
+
+DESCRIPTION="PolKit agent module for KDE"
+HOMEPAGE="https://www.kde.org"
+KEYWORDS="~amd64"
+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 knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ >=sys-auth/polkit-qt-0.112.0[qt5]
+"
+RDEPEND="${DEPEND}
+ !sys-auth/polkit-kde-agent:4[-minimal(-)]
+ !sys-auth/polkit-kde-agent:5
+"