summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.12.2.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index f4c47d14e1dc..b8984c873858 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.11.5.tar.xz 36280 BLAKE2B 64a8bbe8d9891f011bfbce69de5b989931f2129a87d01486378ae2a327c11615baca1223113c6a2e21a9bd2698cee7c908a6454b598389fca6082788df8f683e SHA512 a7dbec450e7a67b6c029ebba1663ffb3fa199f4c855322673ddedc4411506b20ff922a1dc6c728a6a8b5332ca8b0eb542fc52dad91ce3d01ed39d5bc5efc4cbc
DIST kdecoration-5.12.1.tar.xz 35288 BLAKE2B bf2f58042373fc863d6b0e2f5becdd45348ca90f1575333675f5c270b7121cc8e63c766911698d97b3c7e03f7b440731f6742f6ef7693587e44dc1f6a6380aa1 SHA512 af529c51d9c9625a92e0d64db45c435d3d2c3d632cbfce24bd6c87c17f1f2d29d797bacffceb5c76ed535be70c16e536b105fe2eb139fbabf3632275aea41924
+DIST kdecoration-5.12.2.tar.xz 35568 BLAKE2B 44426084b18f5366085ac2ddea11f0dd283a90a674b5bbb99cb8a8318d655500935df5241d003401228992c979dbe09ebc3d5eacc76566f00484553393c7fb40 SHA512 12440920014d703156665d80a1c43f3bbbd0aea534f2a79d51536609aa5a50b3419015c1455a8b5c591d15aafc5a317c1a4b0a360e62be0fadcec0785788242c
diff --git a/kde-plasma/kdecoration/kdecoration-5.12.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.12.2.ebuild
new file mode 100644
index 000000000000..fce30fa8c298
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.12.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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_qt_dep qtgui)"
+RDEPEND="${DEPEND}"