summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-01 12:04:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-01 12:57:24 +0200
commit2cc322782c0daaa2d952690418f4c22dfdf4643f (patch)
tree5a3b04a304be4c3ef2f21317e028516fda48e817 /kde-plasma/breeze-plymouth
parentkde-plasma/breeze-gtk: 5.27.7 version bump (diff)
downloadgentoo-2cc322782c0daaa2d952690418f4c22dfdf4643f.tar.gz
gentoo-2cc322782c0daaa2d952690418f4c22dfdf4643f.tar.bz2
gentoo-2cc322782c0daaa2d952690418f4c22dfdf4643f.zip
kde-plasma/breeze-plymouth: 5.27.7 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 4178113d4161..4e3d43af7277 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1 +1,2 @@
DIST breeze-plymouth-5.27.6.tar.xz 111116 BLAKE2B a05746c3ea8fcd13a48dafc5234277be016a5b2ca253b5a800a0b6cfbcc499f0621f95e6bf53c50e1b6d3f13b4af0d30fa4fe189f84244f86427f64ad51a0909 SHA512 3f3e4e676197d52a2d291e8fe03e03928f0b0915bcc41fe76189c6b8805e35771b1758c28eee23fffe44699693db309dacbaa8239a26cce8c37923e7c11c2a91
+DIST breeze-plymouth-5.27.7.tar.xz 111076 BLAKE2B f96d8990f1c4b1a637b984f32f0a3fa6fd1df4be240cee0f6b5f7079c83a0236f47897e4ecf6f5f84a57e441396256bf594b102f18cd0a3724728df03a806e26 SHA512 e9034561c520ca055b273aa1112089bebfc2f644ee92026d8fd034724ec8d3c7ffd729e7a6fcc1f35495c7ccc2e00f4d57660daa0d3342b35fff6c6999dbe371
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild
new file mode 100644
index 000000000000..d46c1caa9898
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Breeze theme for Plymouth"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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
+}