diff options
author | 2016-12-28 00:09:23 +0100 | |
---|---|---|
committer | 2016-12-29 02:21:35 +0100 | |
commit | dc158cb097880079f3ccf68a90d1c43658b73a6b (patch) | |
tree | 85814085923c58676102c228ad0fe0201039ee02 /kde-plasma/kdecoration | |
parent | app-arch/xar: migrate away from google code #544092 (diff) | |
download | gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.tar.gz gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.tar.bz2 gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.zip |
kde-plasma: 5.8.5 version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.8.5.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 98025825435e..c843caee5d89 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,3 @@ DIST kdecoration-5.8.3.tar.xz 34820 SHA256 8a4914d99082981920fa49525ac606ddaf0a8fa783627718cf3aefa1ab09f834 SHA512 3bb736ad2e1c00fee2580b282264161aab391519a6e5dfed74f2afea648b78807b8799aa2551d7006972153fdb7e5c0c047e4b9fad2651df9b71ffadedb4dca3 WHIRLPOOL a131598307480c7da9539ff2f6d1e1f2c98b1d575969d8fae9e0f71e7e54e3c5a9cf8a4bcaf93ac336c03728c1ae3bfb1da6bdb96785113cf2cf29976d485d58 DIST kdecoration-5.8.4.tar.xz 34808 SHA256 84b619de6439256498c5a607a0b8e1781cb3f391e31fa3718dd3451f0e1a9019 SHA512 8f6667c22d8412dca2b02e081d89a3dca6d7e2c8ed85cea13ab4a3a6a99e8e2c59819a7e79b8f9f34c2d4179b8f2d604c4ad1c1cddc2f571dd9aa722505f0ea2 WHIRLPOOL db681bdadd9b291df4d6bd14314559893bdea219834ddc18d247d1e2af4546ba6b07960fcc9db3c7a131b4ade362c75419c77efe2fb121f5fc10807aa061a2f2 +DIST kdecoration-5.8.5.tar.xz 34760 SHA256 383a7bd701a3d80a79c47a8770e32a6fee6763c564e6982211a2c424ef291cee SHA512 443fe6413b09f729e2f6c828993530f9b98438702268f5fdc6fd15e945f85e081f601fb9b242bb1cbd1fb186574a55ff4fa02f8a35f80bf7cd7ca2227fe14db8 WHIRLPOOL c18e796800068d9e1e45aff133203e4e97be91021d57815eadff1bd16ffaf33e2e2005170ecfba70aa6641fa215c50a40054cabe501731ff8c2ad1204c37920b diff --git a/kde-plasma/kdecoration/kdecoration-5.8.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.8.5.ebuild new file mode 100644 index 000000000000..02762505f5a1 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.8.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_GCC_MINIMAL="4.8" +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 ~x86" +IUSE="" + +DEPEND="$(add_qt_dep qtgui)" +RDEPEND="${DEPEND}" |