summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-01 20:34:20 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-01 21:37:31 +0100
commit5c5502ad72e4d52a512eca3d9ddf38467d6c1b00 (patch)
tree225c22c90f772bf2e8b9a4e1dade50cf19176f23 /kde-plasma/kdecoration/kdecoration-5.8.3.ebuild
parentdev-python/cryptography: add pytz dependency for tests (fixes bug 595270) (diff)
downloadgentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.tar.gz
gentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.tar.bz2
gentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.zip
kde-plasma: Version bump KDE Plasma 5.8.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-5.8.3.ebuild')
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.8.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-5.8.3.ebuild b/kde-plasma/kdecoration/kdecoration-5.8.3.ebuild
new file mode 100644
index 000000000000..02762505f5a1
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.8.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_GCC_MINIMAL="4.8"
+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}"