diff options
author | 2022-06-21 22:57:49 +0200 | |
---|---|---|
committer | 2022-06-21 23:27:52 +0200 | |
commit | 2bf4b34b729bd2bdb1fe83ab05aae0ef8eb44dfb (patch) | |
tree | 77211ae4b2cdfad670605818d45763917058c03e /kde-plasma/breeze-plymouth | |
parent | kde-plasma/breeze-gtk: 5.25.1 version bump (diff) | |
download | gentoo-2bf4b34b729bd2bdb1fe83ab05aae0ef8eb44dfb.tar.gz gentoo-2bf4b34b729bd2bdb1fe83ab05aae0ef8eb44dfb.tar.bz2 gentoo-2bf4b34b729bd2bdb1fe83ab05aae0ef8eb44dfb.zip |
kde-plasma/breeze-plymouth: 5.25.1 version bump
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.25.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 a79fc1409863..54734f7ce610 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1,3 @@ DIST breeze-plymouth-5.24.5.tar.xz 110824 BLAKE2B 76642ca51c025aada9062287a75ca07f5d5a50678cb62ae8188d78d7dbc0654e3d9028b977af4a514702e55546c66f68ed44d5c223154d94ad8f4854ee491d16 SHA512 d34813e6d039228c98bf8c4203ed33c84fac65d4204f08dc04eb93811d2602b2721cb2f60144f9f1aa8e91f4f5d18fa55f6ba8077e124be742cf13e29a54532f DIST breeze-plymouth-5.25.0.tar.xz 110712 BLAKE2B 7b3007b00abe89828011d116bcf3e8444294e5625a62f3dec17027b0f9fe41dd0745d4097be834c6e82c87f33913ce1e81be4203a358428e78ab32a48f5b06b3 SHA512 4cfbe99ac2350d79b2d003234722ed98419aa64022aac9b1659808510a9cd70cc9382073980bba92f697e06588ab5e4c6302a60fde269734f3bbd72ce166c55e +DIST breeze-plymouth-5.25.1.tar.xz 110800 BLAKE2B ff4c616f4241098a042d91dfb89f3bd3e8f00c414a07c20fa9f98a531e83c0bc5cf90076526b50fe90a432a41ec6f78b89fdaa65eba1564071cd0b089181cdf7 SHA512 7888570d930425095dafab6ee32552d66a0cd5763e8581564d7ddc3dbfb893e5624af69f9930c2384f498c3550ed60b0bdcd52eea97acbd37d636cfb49ff629f diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.25.1.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.25.1.ebuild new file mode 100644 index 000000000000..cc1ed57083be --- /dev/null +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.25.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.94.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 +} |