diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-03 16:43:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-03 16:56:42 +0200 |
commit | 47b84fce9beb134c4584cf12e90a7a69f39eceb8 (patch) | |
tree | e3c7b82c0dbd39ddb6aac4df4cbb377e06cce878 /kde-plasma/breeze-plymouth | |
parent | dev-lang/python: ignore EPERM in test.support.unlink() (diff) | |
download | gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.gz gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.bz2 gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.zip |
kde-plasma: Add KDE Plasma 5.18.4.1
Closes: https://bugs.gentoo.org/715884
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.18.4.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index afd9b4950fef..4f2975af6086 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1,3 @@ DIST breeze-plymouth-5.17.5.tar.xz 105628 BLAKE2B bb0999dd5f2829d41708912c97d4ac4ab1d4954d80e1a7d89b5cacee705c2545de6a9903c015857687c8d69841471667bbc806d1630fed0a3e53724ee240a404 SHA512 85a028f9c248a80c1cd78646006197db6308633cacbc26fa931f525019b4a978c50c15355a8de0ec824a806be3af02d7edbaaad8288348c6a146d2cbbdc5970a DIST breeze-plymouth-5.18.3.tar.xz 105716 BLAKE2B d434a7138264e603f16fccc02463fce1ca522d499a8b0dde8b2b95476b3d8bdd23d17bd8af5a84172129fc79d0ebc9fb70ffa8905cc14d0d9db0a52ece5e4240 SHA512 94a0c195ad8a619fd8ac38b41ba33dca9c27b99f8dae6e003a00612404fc2dd72519d7ba968a90f9199546c2fb881538ad9b4b070a9d73fdcfdcba51c18ee9e6 +DIST breeze-plymouth-5.18.4.1.tar.xz 105724 BLAKE2B 76bd038e7a837b420a10804e95639130f626b7896c7f2d6df8f8c53470f48bb3d6118f70c62f1ebfa827ad51f5005217aca91b5af4edbe6b5bab0ed75a3b8719 SHA512 1ef09a2a41c1025643c344555821bf2538198f42e52fbf8e10d69896f2d6cc13c6c394a5b11ea27bd1a8b2d447d024c1dbf6cd00b48ac57e4df2f3c02d4361f7 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.4.1.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.4.1.ebuild new file mode 100644 index 000000000000..9ac3d9978b8f --- /dev/null +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.66.0 +PVCUT=$(ver_cut 1-3) +inherit cmake kde.org + +DESCRIPTION="Breeze theme for Plymouth" + +LICENSE="GPL-2+ GPL-3+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5" +DEPEND="sys-boot/plymouth" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DDISTRO_NAME="Gentoo Linux" + -DDISTRO_VERSION= + ) + + cmake_src_configure +} |