diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 19:27:47 +0100 |
commit | c6320bb13dc48f0969cc893f4406c7b892b819c3 (patch) | |
tree | a01a01e4f3df86e3ea7d5a862ff5d0e8fc1d7f95 /kde-plasma/kdecoration | |
parent | net-misc/dhcpcd: Remove more unstable versions (diff) | |
download | gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.gz gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.bz2 gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.zip |
kde-plasma: Add KDE Plasma 5.12.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.12.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index d7a47e1e3ece..4edd807bdd4e 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1 +1,2 @@ DIST kdecoration-5.11.5.tar.xz 36280 BLAKE2B 64a8bbe8d9891f011bfbce69de5b989931f2129a87d01486378ae2a327c11615baca1223113c6a2e21a9bd2698cee7c908a6454b598389fca6082788df8f683e SHA512 a7dbec450e7a67b6c029ebba1663ffb3fa199f4c855322673ddedc4411506b20ff922a1dc6c728a6a8b5332ca8b0eb542fc52dad91ce3d01ed39d5bc5efc4cbc +DIST kdecoration-5.12.0.tar.xz 35484 BLAKE2B 588ffeeaf2dce9ccb0bc7e00b3701e0116fc3744127413fb8ff1e652b0b48d869c6c969ade7298f34106bd571c1ce594ac9443614d699f59c495a85926a4b96b SHA512 6c1de729ada6cd88ae4e78506e834cce0c5977e9cedc39d0a53d7efce4bd69f4ced7dcb7bb9529faa23146d724e6b0232db9a57c34971a465748d3168b58d70a diff --git a/kde-plasma/kdecoration/kdecoration-5.12.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.12.0.ebuild new file mode 100644 index 000000000000..fce30fa8c298 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.12.0.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}" |