diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 19:57:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-13 20:43:12 +0100 |
commit | d4fe789db1d07b9069fafd3728f09cfc325800d6 (patch) | |
tree | caf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/plasma-workspace-wallpapers | |
parent | kde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff) | |
download | gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2 gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip |
kde-plasma: Add KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 658a9030888f..b1fa386eb06e 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1,3 @@ DIST plasma-workspace-wallpapers-5.11.5.tar.xz 45920036 BLAKE2B 5e6898a9ec2444f7b9c8a5a637c898eaf8dd9c7e20428dea3de72d7405b585618f7f868ec9e3e6ab4c17ae60d7bea0696a8918b4f4a65b4a494ed0371809130f SHA512 a4cc1776099be2822073a3a4252a02ab1e063a9308be275002f8376ab0c621f2aba1024d085b93135aafde3c34191f40730567b2125e49cfd22162799ded8057 DIST plasma-workspace-wallpapers-5.12.0.tar.xz 45912836 BLAKE2B 9439594d49e534368e0116fd5b9c6fc3259c450b73179429c429745b36630cf62888dec527eb53a001bde3656393ed11e317bcd397d76c5de3d365f9c8163437 SHA512 efe4f789702c7c3ab6601cebe37ce1bc33b54da0d2b72c4cd1ee2bd772068725b1e20db9817738df1e36eb2f8863bd507e0a0fe12da5f8b173a909126a24862b +DIST plasma-workspace-wallpapers-5.12.1.tar.xz 45916584 BLAKE2B f30729c7bec4b4c1ceec7a07cc598cdd20d6a7a466fc657fb79c90854105fb317243c1e6c8d2933801785192f6b4770c8f915db2eba36d18f6e06453ab9209b0 SHA512 cdd4a6d7ba211e7a0fa297f8ac8d33c5bf58b192543b1722f907112d6a3ea56b738800f2ebd747956777cf2e7a505f341af5b9f76e51477e3a58130456f4b5b8 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.12.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.12.1.ebuild new file mode 100644 index 000000000000..96669f76d47f --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.12.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +inherit kde5 + +DESCRIPTION="Additional wallpapers for the Plasma workspace" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep extra-cmake-modules) + $(add_qt_dep qtcore) +" +RDEPEND="!<kde-apps/kde-wallpapers-15.08.3-r2" |