summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 16:59:55 +0100
commitc271267eba2dc6c051a57815c53b30f75c726f69 (patch)
tree5ab00c34aa81fb1f967afd6bc2ec00b20a10f4b2 /kde-plasma/kdecoration/kdecoration-5.11.3.ebuild
parentwww-client/chromium: stable channel bump (62.0.3202.89) (diff)
downloadgentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.gz
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.tar.bz2
gentoo-c271267eba2dc6c051a57815c53b30f75c726f69.zip
kde-plasma: Add KDE Plasma 5.11.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-5.11.3.ebuild')
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.11.3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-5.11.3.ebuild b/kde-plasma/kdecoration/kdecoration-5.11.3.ebuild
new file mode 100644
index 000000000000..992ae7692a1b
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.11.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="$(add_qt_dep qtgui)"
+RDEPEND="${DEPEND}"