summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 19:27:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 21:06:30 +0200
commit75f3bdb77de6cbe367d9f34ffc29c95e4183475c (patch)
tree46ab7edb5c7b440db31907f97bc2b86df5052685 /kde-plasma/kdecoration
parentapp-emulation/libvirt: update live ebuild (diff)
downloadgentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.gz
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.bz2
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.zip
kde-plasma: Add KDE Plasma 5.16.3
Package-Manager: Portage-2.3.68, Repoman-2.3.16 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.16.3.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index cc24a69e7437..a5e61c0cbda3 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,2 +1,3 @@
DIST kdecoration-5.15.5.tar.xz 42492 BLAKE2B c4b458e7b174b6ef395edca08e0c0d3787bb30596f76c538a8a537e31314f4f00f55751de92df80058e12ae0a3bc504af5c32aae7ee1b4664bb4495b71d4138a SHA512 8d004eacbf43726511eedfccd489eb91c2324aea948e9ecd111eb20b5bf89b4b88c3fefc237fe1d44029093e52bfa0cf58dcd641701364e51661b0ecff5f67e0
DIST kdecoration-5.16.2.tar.xz 42800 BLAKE2B ca1fac9bef935e5a02c63a270519b1ebf39414153c60fa5dff67937ca62f17fb578c2ca149ae87e9e109d92e44ba1eaa1ab4e9dbb3a085f498ba9f06ea7bfd49 SHA512 e1c3d9dead0e277759d0e256b9297cb9eb1a58067ac76709e094edb606f78fcf3af1064214dd7561336b28bf49e0d14bd3d1f72e53d215780eaea90ff72db56e
+DIST kdecoration-5.16.3.tar.xz 42604 BLAKE2B 99f3074dfa8a26110aa37261fb733815eb6d5e00ecf0a964215c585a7dab28cda20bc83bc77c48feb33251576d2f62aec7118a99f370a8a12cf5e2d8a71cc87b SHA512 2c64fcf79bc14f8942d349b90a3c49009014802049f74d9e12a5cace351796090b2e4b916149cd810f25eb989d393cf39c0379803b2d440f053c72a9f83d65f3
diff --git a/kde-plasma/kdecoration/kdecoration-5.16.3.ebuild b/kde-plasma/kdecoration/kdecoration-5.16.3.ebuild
new file mode 100644
index 000000000000..7b8168624497
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.16.3.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}"