summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:32:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:32:44 +0200
commit4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c (patch)
tree316872de7f52d5b42e24612dd98f09364d0c3c96 /kde-plasma/kdecoration/kdecoration-5.9.5.ebuild
parentdev-lang/python: Forward-port the distutils -OO patch to 3.6, #616594 (diff)
downloadgentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.tar.gz
gentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.tar.bz2
gentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.zip
kde-plasma: Add KDE Plasma 5.9.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-5.9.5.ebuild')
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.9.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild
new file mode 100644
index 000000000000..f50d761b2e76
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}"