summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 14:17:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 14:17:39 +0100
commite5b6f1e7918fa647bd5e182c7ffaed43785b5ed5 (patch)
tree05955d3b163be1bb5f5042438af1a57e0fda24c7 /kde-plasma/kdecoration
parentapp-misc/ca-certificates: fix double prefix (diff)
downloadgentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.gz
gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.tar.bz2
gentoo-e5b6f1e7918fa647bd5e182c7ffaed43785b5ed5.zip
kde-plasma: Add KDE Plasma 5.15.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.15.1.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 7b4a3485a7ed..033a9b4cf5f1 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.0.tar.xz 42248 BLAKE2B c5776c4d748f3582aedc0a726d3d00671648a60bbcd08fc5bb8f50de2bcb891e96c8c443e5c458f3248a84d69d5631da0c6bd460ed54be8e2c76c97296c26101 SHA512 9a54e5326da2806fb64aa81ad1e346bf81746ffee3f14e5efcddcf7989cca97028c5a7203f35c665904836e2b0d677cc54d62faf5970a4423361528709aed4bd
+DIST kdecoration-5.15.1.tar.xz 42456 BLAKE2B ec6bd42e8d65ce1106f26f4dfbf1b8fd760773df3ac654b017d1cc6ed631eb137bcacd4b4269b39d44fee8bad70fc7a33a786f7a05418debb7d314c1c0748803 SHA512 9672870a3539b467f7855d4bd5578f298d5f68cca75971d0dc91f7e054ffd0b5b97907324c332cf1ba14a0a58f829616d77a499b75097c3dcb1db14ba7bd69c0
diff --git a/kde-plasma/kdecoration/kdecoration-5.15.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.15.1.ebuild
new file mode 100644
index 000000000000..7b8168624497
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.15.1.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}"