summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-11-12 22:37:41 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-11-12 22:38:59 +1100
commit0183bd09268d786ee0e48e748eb71db53842ffec (patch)
tree291aa8f2288126c935423148def9f6f6dd234684 /kde-plasma/kdecoration
parentkde-frameworks/breeze-icons: new package (diff)
downloadgentoo-0183bd09268d786ee0e48e748eb71db53842ffec.tar.gz
gentoo-0183bd09268d786ee0e48e748eb71db53842ffec.tar.bz2
gentoo-0183bd09268d786ee0e48e748eb71db53842ffec.zip
kde-plasma: version bump 5.4.3
Package-Manager: portage-2.2.24
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.4.3.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 7abf1c8672a8..59dbc555cb8a 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1 +1,2 @@
DIST kdecoration-5.4.2.tar.xz 33564 SHA256 7d70aee4e709771cb7ec09a5c1316b286c407ac44375078e7d5fd3df0103a050 SHA512 daab62c923f2834531ff4a14b2c04fd27ec92d95120520966c8716389ed7e0cabde2d076dbf439fc4bfd69e8703423fda313991514c80feb1b21a412582c64fd WHIRLPOOL 3347e0664b5332fc137444ca46ceb6f74df4ef9f2a9aa8308adcb28c8622b144712ca575da006698d0fbef4937cbceaa7f1135cb2d6c2c9420bd56dc0cd2608c
+DIST kdecoration-5.4.3.tar.xz 33580 SHA256 38056c388568e65976e8579825f863eccf01e730c159c81f674d3d80ebd522d5 SHA512 b346a370ddcc7ad3bda74c57f30e0eb586333e0a50d432382af1495ab292b2eeb0541e0d0638517c8133a75fd26e4f1e8c8ae731bc995ce6ad3b80a835b6b303 WHIRLPOOL 6926d3afba79a93c3d4473ba66f9b8409d2d347ccd19fd54229c0b3a1376be0419599614dd75068c313162af303b81c88925ce8ee304178872368d3db0ae3f5a
diff --git a/kde-plasma/kdecoration/kdecoration-5.4.3.ebuild b/kde-plasma/kdecoration/kdecoration-5.4.3.ebuild
new file mode 100644
index 000000000000..683db5348125
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.4.3.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 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5"
+RDEPEND="${DEPEND}"