summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 20:21:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:05:24 +0200
commit55391d594cbb90254c591743415442484c3b0d02 (patch)
tree0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/kdecoration
parentdev-python/pillow: bump to 6.0.0 (diff)
downloadgentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz
gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2
gentoo-55391d594cbb90254c591743415442484c3b0d02.zip
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, Repoman-2.3.12 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.15.4.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 10b8632a7d43..ab98eaabe90c 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.14.5.tar.xz 42236 BLAKE2B 5d541e977e971e64c2906535ed1232d8c7b293f3b3caad203e1c80e6c33018befeef056b4c28720a7acc23e1775513fbf87cd11e491f80409a046e359c524d9b SHA512 c5e06b46c009722eae68495142445e276a979010259f728f7df326e7e5dfba280d90a0ceee6a482a333c1bc1e8106ed5c6f9f25bb86eac15755ac1a5e357abb5
DIST kdecoration-5.15.3.tar.xz 42244 BLAKE2B 0b7a451e72ac527ea135abb56ccfc1cefc92d8e3d99b2b79b8c4be9c45bef5dd226861a6fc9556243bbf1a1c7b2bb06d8eb1cb3b2b9637e5c85d37e63fcd01e6 SHA512 026d1310e64089af68b91c3288da0f146cbf955df951abdb59e3505b77bc3c350665aca08c71d0927c9dbb39b68515acce4b788d6900a0dd1e85e43d38ddd8f2
+DIST kdecoration-5.15.4.tar.xz 42480 BLAKE2B 154af2dc6854834774c067f1e8731f312c1bc3ca5b46039f426e98f26b4488315b3c595e6f4b4c40a54863faaed981fd6e1b6f6bf70c1e07ad2e14cb021cf64a SHA512 4f4c071883a38f8aa42139747e63e3a12a182a8680bac580fdb785958cd6908bc212ede6a343fa4b80da888ee9801bae24e942c5c30fcf87862123f3315e3cdf
diff --git a/kde-plasma/kdecoration/kdecoration-5.15.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.15.4.ebuild
new file mode 100644
index 000000000000..7b8168624497
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.15.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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_frameworks_dep ki18n)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}"