diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 20:29:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 19:03:38 +0200 |
commit | b3b5564327f160ed033b7c2d7781f0bb99f9dc85 (patch) | |
tree | bf8082f2f50b947e1305e878144414a8939194e3 /kde-plasma/plasma-workspace-wallpapers | |
parent | net-misc/vde: No more ltprune (diff) | |
download | gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.tar.gz gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.tar.bz2 gentoo-b3b5564327f160ed033b7c2d7781f0bb99f9dc85.zip |
kde-plasma: Add KDE Plasma 5.15.5
Package-Manager: Portage-2.3.66, 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.5.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 2eac25a59185..cd52922cc1fa 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.4.tar.xz 24354884 BLAKE2B f32734ee24b996ec48ee7f3d48b0f7783c3e82bc25dfaa49fe5f8af418b19decbc3c7334d153b17f52ac9318191f968692cb5db6ace37f785b1d30954ec1776e SHA512 e119fa401e6cf20970da7f6e2d4d86fb8976af3a0effee964f6c1b82fb66f4689763caec8316127497f7777a3d30d11fcba1c74c1743a9d71ac4a06442327b14 +DIST plasma-workspace-wallpapers-5.15.5.tar.xz 24354892 BLAKE2B b3beb39f377d0fc8265ac2c2f18c07806b548b44cc0df6e3b69727d876235dd434019e2e4721168942454e08612f271e555bf76355f121edc1def03a1c4fa32c SHA512 088e22bea249be02c72c1fda974be1f9de3bfcfe009003de5bdddd256834679fe644ae4ff4e9090a99fd75d4c8b8681113e29f13b015bfdafe568a1871a43704 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.5.ebuild new file mode 100644 index 000000000000..1a0e2576494f --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.15.5.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) +" |