summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-26 00:10:39 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-08-26 00:14:00 +1000
commit809b471f3c387bcff2d5461f4b209c773ae32e04 (patch)
tree49b2ca906e2803bdb50a2998a61cf68f20e2c1f6 /kde-plasma/polkit-kde-agent
parentmedia-sound/sndpeek: version bump to 1.4. (diff)
downloadgentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.gz
gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.bz2
gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.zip
kde-plasma: version bump 5.4.0
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.0.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 29dbeaca1fe9..58c0b411b851 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1 +1,2 @@
DIST polkit-kde-agent-1-5.3.2.tar.xz 40180 SHA256 d655ec153a8db423b62ab4a96e7c62c3a1ea6bc49d656100ed62013dda9b0b4e SHA512 fb2c2cdfdf7720b8b8f3940233bfbde0f42676fae5deca215d86e89b3c7432e58f8000ee6c4bc02a2ea073e3b48fd5b7ba2ee9c0d6ab05d33ff40790ca1338a9 WHIRLPOOL 1691c34d23f57bba2ef42de88f962298b970fbf89b59e3e6a260ad3cc6bd7f511ad8c6a1854522b5415e26938174d2ebacafda8edd693be8b6bf939d7cd11db9
+DIST polkit-kde-agent-1-5.4.0.tar.xz 39520 SHA256 829b1019f3adde20d62ada5e64d7d265064c36d37cd09b7938a70b3e661225a5 SHA512 7b3a53b08bee273d7849c154de0c490083f36fe7002e755ba495949e5efdfd9ba9d1047d2afb893230e229d28f307ca6756ce9abe6ab3f3e1d770ed6dab96537 WHIRLPOOL 562b51f70794413678bd7d2c9d819985fae6efc535e6c5d65e35a5d9986c983c10af63a63700b3b8a1249997262a20698f7df0906e3329348b1e3736fe47b4a6
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.0.ebuild
new file mode 100644
index 000000000000..359a74b3cc23
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.4.0.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="http://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
+"