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
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')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.18.4.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index af77ca9378f0..3eb92aa9d934 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.17.5.tar.xz 43256 BLAKE2B 6ae568d7f0e2ce70ac119e61a25c599da91702bdd5bbcf5f54f2d045c3ffe4b55ff7554bd65378d9209c7464001e88308598ba47eb1ec272be80793265ec4e07 SHA512 16a46ec6b4db366f501dc72a70c1867f7acc77bae68a13db406cd72d3587a851504eed8bcf8f6c3f908598c1d6d0061ad61e4226b98ad95f4871f828626f332b
DIST kdecoration-5.18.3.tar.xz 43900 BLAKE2B 742875d268f0b95d39bcbbf19cd5b77cde23db9f9366e84ef9510e12a46b0c9a34ee8e347d9e25427ddbae03a4371574dfe24da5805751a45aad395a72e966d0 SHA512 607abf1a66260f7855545ea75ad6a7fcc402f2b8f3defa63d17c2601953465a60907b40fa6427fc11e8362e7dbfe7c3dbb1d7519489872c75c47e4f8c0b58d47
+DIST kdecoration-5.18.4.1.tar.xz 43848 BLAKE2B 27efcf97057158aa452732e62f99d3c85f27a3dcc1bd07ae0166e6b6b92de5b835a8e538fbed7a935e1cbcabe94af5181bc1cc3d631289382a8cba1fb2b5e8c4 SHA512 32ba5c14b8b11a9874131405f0cddcec8eec634afd016cb8454a0247ccef55a8411a718e1d3eccc5f23efedafa0a1d32a62e0dc9b20ce9133a09e23f4c6739e1
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}"