diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 20:21:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:05:24 +0200 |
commit | 55391d594cbb90254c591743415442484c3b0d02 (patch) | |
tree | 0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/plasma-workspace-wallpapers | |
parent | dev-python/pillow: bump to 6.0.0 (diff) | |
download | gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2 gentoo-55391d594cbb90254c591743415442484c3b0d02.zip |
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace-wallpapers')
-rw-r--r-- | kde-plasma/plasma-workspace-wallpapers/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.4.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index e030d4562b4b..714582ecff81 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1,3 @@ DIST plasma-workspace-wallpapers-5.14.5.tar.xz 45915040 BLAKE2B cd55b0f52f4479583341af64cfd73122055402d25220339c4210d273b06ecff4d121c91b877aec523d89859f434c6221376c1ef6b9e2fe3e4d8426f72d0464c6 SHA512 6bee195adfdcee3ede62ba4bbb8d26ce90ea646570110ea5260ea433c565160ceaded996e32662538d931022a0ed1e0cb9b1578657b9e6350d8d193b412c8c35 DIST plasma-workspace-wallpapers-5.15.3.tar.xz 24355512 BLAKE2B c9950dbe8ce9dd46098c2c6a5960f30ae82c89e7213e01f022d37e14cc44bd355bf92e20169097fd064dd605bce715c8f80accae11d4098519e0d948d42afce2 SHA512 63190689909dfc0a7df70f43dfd98cff6cc0343e2d28916b5afd7d546175278faecb97effd3ed5b5fc542ff7548ec2fdb2c920dd923b9d6c720619232443ea55 +DIST plasma-workspace-wallpapers-5.15.4.tar.xz 24354884 BLAKE2B f32734ee24b996ec48ee7f3d48b0f7783c3e82bc25dfaa49fe5f8af418b19decbc3c7334d153b17f52ac9318191f968692cb5db6ace37f785b1d30954ec1776e SHA512 e119fa401e6cf20970da7f6e2d4d86fb8976af3a0effee964f6c1b82fb66f4689763caec8316127497f7777a3d30d11fcba1c74c1743a9d71ac4a06442327b14 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.4.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.4.ebuild new file mode 100644 index 000000000000..1a0e2576494f --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +inherit kde5 + +DESCRIPTION="Additional wallpapers for the Plasma workspace" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +BDEPEND=" + $(add_frameworks_dep extra-cmake-modules) + $(add_qt_dep qtcore) +" |