summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-03 16:43:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-03 16:56:42 +0200
commit47b84fce9beb134c4584cf12e90a7a69f39eceb8 (patch)
treee3c7b82c0dbd39ddb6aac4df4cbb377e06cce878 /kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild
parentdev-lang/python: ignore EPERM in test.support.unlink() (diff)
downloadgentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.gz
gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.bz2
gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.zip
kde-plasma: Add KDE Plasma 5.18.4.1
Closes: https://bugs.gentoo.org/715884 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild')
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild
new file mode 100644
index 000000000000..0bf22cdaf7e0
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.66.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Plugin based library to create window decorations"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"