diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-09 12:40:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-09 13:44:39 +0200 |
commit | d26f2b068bcf024c6ad30fc227cc02eccbb797ae (patch) | |
tree | 1ac2b23f2ebc21dcad4a89018194a2226f0698dc /kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild | |
parent | dev-libs/libburn: Remove old libburn-1.5.0. (diff) | |
download | gentoo-d26f2b068bcf024c6ad30fc227cc02eccbb797ae.tar.gz gentoo-d26f2b068bcf024c6ad30fc227cc02eccbb797ae.tar.bz2 gentoo-d26f2b068bcf024c6ad30fc227cc02eccbb797ae.zip |
kde-plasma: Add KDE Plasma 5.19.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild')
-rw-r--r-- | kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild new file mode 100644 index 000000000000..457d91c50536 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-3) +inherit cmake kde.org + +DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64" +IUSE="" + +BDEPEND=" + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 +" |