diff options
author | 2019-03-12 14:15:08 +0100 | |
---|---|---|
committer | 2019-03-12 14:15:49 +0100 | |
commit | 422daa2f216e7442fa74759e58761083afe150b2 (patch) | |
tree | c87945f5e4c64780d78e5599e48c58237173e5af /kde-plasma/breeze-plymouth | |
parent | sys-devel/clang-runtime: Bump to 8.0.0rc5 (diff) | |
download | gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.gz gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.bz2 gentoo-422daa2f216e7442fa74759e58761083afe150b2.zip |
kde-plasma: Add KDE Plasma 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r-- | kde-plasma/breeze-plymouth/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 8ae70dd0a10a..44bb4ed4da23 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1,3 @@ DIST breeze-plymouth-5.14.5.tar.xz 105440 BLAKE2B 54a2bb0243f8a6ef068b3b9164edd906ce6d1cc9b4152b9a64628cda43c0b3ab99d2a454c86f878db32df1744415d564b38b0c370dd1198940d8432b2f02999d SHA512 540770481c9dfa2e2d927faa847133f1c8a9999c3fc4b846bb6d81b17447f2ed72b7855607fa0892fb81e61f04e702f168bf40fce75c1e839788946f94c7419f DIST breeze-plymouth-5.15.2.tar.xz 105444 BLAKE2B 3299a8e6d50db612a77faeecde180b76540e3baba350b57cfb403fed53aab6faeb318d367c78a8c1430661f84aa39c029cf2981f4de4713821b95ad6bdcf8b65 SHA512 ddb614628861aecb9b9d3cde7d073e93fbe61dd3efb02196a880d3a0cafff4b59f4d60198b7e7ed443d811ab4a50f3a60ecd8ef6c9cb0614d3ac3d686d055394 +DIST breeze-plymouth-5.15.3.tar.xz 105456 BLAKE2B 3c0984f93b3aba8a0680a40f68036c96c6830468824c1967e70e51679a5a4211c68261b0b09781f5b6d7a077ebfb6f8193234da0e16156447434aae2e64a780e SHA512 b4ee40f6b458196beae2f74ce630849b0e4841671343c10c374eb1bf444a4358849d571431c4f84932b474db46a8bca9ab0ef894d74e28127eab87156575a215 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild new file mode 100644 index 000000000000..41a505dcab07 --- /dev/null +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_AUTODEPS="false" +inherit kde5 + +DESCRIPTION="Breeze theme for Plymouth" +LICENSE="GPL-2+ GPL-3+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +BDEPEND="$(add_frameworks_dep extra-cmake-modules)" +DEPEND="sys-boot/plymouth" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DDISTRO_NAME="Gentoo Linux" + -DDISTRO_VERSION= + ) + + kde5_src_configure +} |