diff options
author | Johannes Huber <johu@gentoo.org> | 2016-03-29 22:15:32 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-03-29 22:19:20 +0200 |
commit | 30cab995774241d564efbb4df148c3a636172b9a (patch) | |
tree | fcfa560b8a2507a749b322260a7a8e5aa33c0c13 /kde-plasma/kdecoration | |
parent | www-client/google-chrome-unstable: automated update (diff) | |
download | gentoo-30cab995774241d564efbb4df148c3a636172b9a.tar.gz gentoo-30cab995774241d564efbb4df148c3a636172b9a.tar.bz2 gentoo-30cab995774241d564efbb4df148c3a636172b9a.zip |
kde-plasma: Version bump KDE Plasma 5.6.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.6.1.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 5b5146573a21..f699059e0a77 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1 +1,2 @@ DIST kdecoration-5.5.5.tar.xz 34700 SHA256 6c63fd16a4b3c887a0694cc161a2109a45ad780d1265931f6ceeca52b195a447 SHA512 48d99f64304562cb8579ec816a3311531747f9c42ce95ef76aa64a31321d10217942777ab6569716aca5958b7ac2372f7d7dbaa8c0da67e70a4d0dbb03175a6a WHIRLPOOL a03dc6364e0b8e1492daaf7c4a0a8880a1da930062fb02db6b03777c63326b2538a6c3bdbafd9a0ae859ca625adff823fddd73abfcc4b7378497e9ee5dad822f +DIST kdecoration-5.6.1.tar.xz 34808 SHA256 eb268f10c87de713327430a398e56d6db871d992a667e443b9f3c935c98bb8b7 SHA512 a20b122b7176f1c8b5f3ad4d03a19b33fcec16b6bb078c6aa5e3de1a7b3ef14346b824ffe2032e35b4eba23fd7a8c07aeaa43a1bd39b18e762d7a4a01fc4fd5a WHIRLPOOL ff9575f3ad2850aa1a14554243696222f9eef295356139cb08355c2143b271225c0c218bd27f70c57ed76a1ea07ff6738a4d2210c44a15064aa8edddcc16a744 diff --git a/kde-plasma/kdecoration/kdecoration-5.6.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.6.1.ebuild new file mode 100644 index 000000000000..0cbf34a8fbe2 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.6.1.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}" |