diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 14:35:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 16:32:29 +0200 |
commit | 3a88c6f1b382ab5ebfe61539039a694c0e123991 (patch) | |
tree | 08f3cf35bc863ba6278e2950b9c5e72e83efe7be /kde-plasma/plasma-workspace-wallpapers | |
parent | acct-group/kvm: make virtualization the primary maintainer (diff) | |
download | gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.gz gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.bz2 gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.zip |
kde-plasma: Add KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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.16.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 abbd061ecf53..a66340240b18 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1,3 @@ DIST plasma-workspace-wallpapers-5.15.5.tar.xz 24354892 BLAKE2B b3beb39f377d0fc8265ac2c2f18c07806b548b44cc0df6e3b69727d876235dd434019e2e4721168942454e08612f271e555bf76355f121edc1def03a1c4fa32c SHA512 088e22bea249be02c72c1fda974be1f9de3bfcfe009003de5bdddd256834679fe644ae4ff4e9090a99fd75d4c8b8681113e29f13b015bfdafe568a1871a43704 DIST plasma-workspace-wallpapers-5.16.3.tar.xz 34171428 BLAKE2B cce4d2a1c46a8d2099d2d4cc2f11fbdbeadd5771c59c59726cc1be459232a0c984a091a50c157fbe7edb4e4a24492429ead56be226c3a0ba9399c51cb0297859 SHA512 de804ebf6756ecbd48e93d9e505c345b65360609ba70bd425bbec4344c29a3a77a0457315b4da71d39ec1cdc82de56129f9e284652763feccd7bd406d9ca54b3 +DIST plasma-workspace-wallpapers-5.16.4.tar.xz 34173424 BLAKE2B e57b5448ca4dab1a84ebfa6eefffd775d722d2669961a291ec758f17ca618b1e3ebc5f2c22f33e7661f93dccc227ad23ed4bc40856ac3bbda4c0a56c556914dc SHA512 9bf9e7d6380e145b28b6d67ff33df2096729fbfa492c5e467faae2468199727735c383abdd960a012aa00b555632b1497448f8150d7279aaa9557501e8d5d3fb diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.4.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.4.ebuild new file mode 100644 index 000000000000..1a0e2576494f --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.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) +" |