diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 00:10:39 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-08-26 00:14:00 +1000 |
commit | 809b471f3c387bcff2d5461f4b209c773ae32e04 (patch) | |
tree | 49b2ca906e2803bdb50a2998a61cf68f20e2c1f6 /kde-plasma/kdecoration | |
parent | media-sound/sndpeek: version bump to 1.4. (diff) | |
download | gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.gz gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.bz2 gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.zip |
kde-plasma: version bump 5.4.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.4.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index df28a26a98bb..7cc17fa0a38c 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1 +1,2 @@ DIST kdecoration-5.3.2.tar.xz 33540 SHA256 fb3099994c907cbc863a92d7d5c9b3fb1723dedacc211fb91c2d138da4b351a4 SHA512 4b68d5b608c3b01f45a61cc3be6db6c855b71021a531332eab2eae8d1c279e2de32a92d9b6b7de957fa5ddf8166116a0e42b722229fcaa7aff05fc24ed6911fe WHIRLPOOL 6fe640b6527f28617e16ade81b3e94c635cbcd1e166a81445989babf520709ecddff259688813f6c197ba2a2521db0f35c48afb617853bfa5d661db31d05e28e +DIST kdecoration-5.4.0.tar.xz 33548 SHA256 924f61e6a1191902622141ada6548cf44922d62fdd1b9b8d5277db456cf3b153 SHA512 70526b6b482e7b6614882e5e4a093f56af9fdcb7597fa205903eec0323a7a441d7e68c35bc3314341812c286f7ccdab2fd4a65b938c90b55b71ddc94b4e679e5 WHIRLPOOL 001efdaa24d06a74d55d51db22f0d5bc34dbec0d607dc9633b2d4b87deca8e26a77c0fc8c562a3495341b15def8ac4a7dac85760bd936bdb631ad4dc0d466e77 diff --git a/kde-plasma/kdecoration/kdecoration-5.4.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.4.0.ebuild new file mode 100644 index 000000000000..4d2567877a5a --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.4.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_PUNT_BOGUS_DEPS="true" +inherit kde5 + +DESCRIPTION="Plugin based library to create window decorations" +KEYWORDS=" ~amd64" +IUSE="" + +DEPEND="dev-qt/qtgui:5" +RDEPEND="${DEPEND}" |