summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-02 03:33:46 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-02 03:37:34 +1100
commitaf29e6da29eaa68ab7405582b99137194c80de5a (patch)
tree28d6d946ed0b04314d3e1a763315d10a58d07f62 /kde-plasma/kdecoration
parentkde-apps: version bump kdeadmin 15.12.2 (diff)
downloadgentoo-af29e6da29eaa68ab7405582b99137194c80de5a.tar.gz
gentoo-af29e6da29eaa68ab7405582b99137194c80de5a.tar.bz2
gentoo-af29e6da29eaa68ab7405582b99137194c80de5a.zip
kde-plasma: version bump 5.5.5
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.5.5.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 05bfe4fd0844..c1d0049d2582 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.4.3.tar.xz 33580 SHA256 38056c388568e65976e8579825f863eccf01e730c159c81f674d3d80ebd522d5 SHA512 b346a370ddcc7ad3bda74c57f30e0eb586333e0a50d432382af1495ab292b2eeb0541e0d0638517c8133a75fd26e4f1e8c8ae731bc995ce6ad3b80a835b6b303 WHIRLPOOL 6926d3afba79a93c3d4473ba66f9b8409d2d347ccd19fd54229c0b3a1376be0419599614dd75068c313162af303b81c88925ce8ee304178872368d3db0ae3f5a
DIST kdecoration-5.5.4.tar.xz 34684 SHA256 468c52f1a579a53b368157e29367e60d46ac900fdce7a4067d544a47c1db0fbe SHA512 a228391532b738c417b65ba8c7d254afd21695d88a414aee5a88b8c2456daa74af59331cbf47089c77a7e5c2cbba0f161fde371ab4151aa2466c3ad51b041f5c WHIRLPOOL 07d59d041d444ba62aaad8f729dc4d2b9e68c52f03471f6a03f17c3122ab20cdc4943d5bbbceb15b726df68b3b83daf194261d4f36b9977bf22d84392d79124b
+DIST kdecoration-5.5.5.tar.xz 34700 SHA256 6c63fd16a4b3c887a0694cc161a2109a45ad780d1265931f6ceeca52b195a447 SHA512 48d99f64304562cb8579ec816a3311531747f9c42ce95ef76aa64a31321d10217942777ab6569716aca5958b7ac2372f7d7dbaa8c0da67e70a4d0dbb03175a6a WHIRLPOOL a03dc6364e0b8e1492daaf7c4a0a8880a1da930062fb02db6b03777c63326b2538a6c3bdbafd9a0ae859ca625adff823fddd73abfcc4b7378497e9ee5dad822f
diff --git a/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild
new file mode 100644
index 000000000000..0cbf34a8fbe2
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Plugin based library to create window decorations"
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="$(add_qt_dep qtgui)"
+RDEPEND="${DEPEND}"