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/kdecoration
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/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.4.1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 9fe8f39c466e..c599f8e072be 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1 +1,2 @@
DIST kdecoration-5.4.0.tar.xz 33548 SHA256 924f61e6a1191902622141ada6548cf44922d62fdd1b9b8d5277db456cf3b153 SHA512 70526b6b482e7b6614882e5e4a093f56af9fdcb7597fa205903eec0323a7a441d7e68c35bc3314341812c286f7ccdab2fd4a65b938c90b55b71ddc94b4e679e5 WHIRLPOOL 001efdaa24d06a74d55d51db22f0d5bc34dbec0d607dc9633b2d4b87deca8e26a77c0fc8c562a3495341b15def8ac4a7dac85760bd936bdb631ad4dc0d466e77
+DIST kdecoration-5.4.1.tar.xz 33560 SHA256 db23b15a46356128fb68b8d44521c370e46cda17a71557348f1c96cec0025f12 SHA512 9722fc6606bc60a4c2b47df2a55774a977f4e0ae600eb9a4d03ac0fc514f4f10e7a456861939f3d37586f66471421e3fc9a47e5b83f56b44c22333eeda0feb6a WHIRLPOOL c18a7e4be19092e86ecb78288c3fd6b9d49a43c746d7c083328a0556e950c182af4e776970f4d86ffdae0ee89bec19a9e6f3f8ce17af90c765e62788fa63276f
diff --git a/kde-plasma/kdecoration/kdecoration-5.4.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.4.1.ebuild
new file mode 100644
index 000000000000..2a41d59545d0
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.4.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Plugin based library to create window decorations"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5"
+RDEPEND="${DEPEND}"