summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-25 15:29:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-25 18:23:49 +0100
commitae8c19f8d28c0946c5d5e92a32b944621d466bb6 (patch)
tree39974984dc3edd56b27110901d5e2998a600c122 /kde-plasma/kdecoration
parentapp-crypt/qca: 2.3.0 version bump (diff)
downloadgentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.gz
gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.bz2
gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.zip
kde-plasma: Add KDE Plasma 5.18.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20 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.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 1c748e241076..be53dd91afc2 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.1.tar.xz 43880 BLAKE2B cd4276b66b1abe0109424cd440d8c8c0ce097408633fe0592ec9993e2258ce74ae8ec0415eb3bda43e685118c7f0dc2acf9d225e5fb0d9bcb05fbf96873145f9 SHA512 58df912b78a467021f8d8cef24cfc384476d91d0d13d55cbf0b5b6056a0f4e69d008fd6c37abb6224fa7e1a248f9951f0af69fcdd1b791aad90ace8168d7febc
+DIST kdecoration-5.18.2.tar.xz 43872 BLAKE2B b8903479e89cde57b5dbd6167b2cbe8fde4bb109340808afda99696a5f3b60560d5796642530fcbe2384f7a760c1c93b68f6a7569e180495d751dfa764851055 SHA512 b7408a3c57951d6038c1a603bfe34093a95848b7fa341352a19ead272c8e9241876138321b135c1ee6461b4bdfcc10a8606f2650cf2444733ba2038dae105462
diff --git a/kde-plasma/kdecoration/kdecoration-5.18.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.18.2.ebuild
new file mode 100644
index 000000000000..e87c7169d3a4
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.18.2.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 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"