aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:09:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:55:03 +0200
commit1f5cf3ab5edcc3efb8e4dadf4d57ac62d5ed7317 (patch)
tree7b6565f1232a510ae1b917b1c5bcd1ce4cf19779 /kde-plasma/breeze-plymouth
parentkde-plasma/breeze-gtk: 6.1.0 version bump (diff)
downloadkde-1f5cf3ab5edcc3efb8e4dadf4d57ac62d5ed7317.tar.gz
kde-1f5cf3ab5edcc3efb8e4dadf4d57ac62d5ed7317.tar.bz2
kde-1f5cf3ab5edcc3efb8e4dadf4d57ac62d5ed7317.zip
kde-plasma/breeze-plymouth: 6.1.0 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-6.1.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
new file mode 100644
index 0000000000..334a894846
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -0,0 +1 @@
+DIST breeze-plymouth-6.1.0.tar.xz 111348 BLAKE2B 77c22758c6d9a75e9d2c8699b8fc7866daa29d18c66743dadf8d6bab5c1791f2e4a380df46b67c406cc3df0bcd8df88a8d15879c059ab9218d1b4efb4e87cf69 SHA512 f556126080b3f16678ed185fff7f683d41281f334ff72b2c26c85d6d06d59549442b254c41b568df3e41e237f98c3230b50f9f95804335afc6206966351ea1b1
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild
new file mode 100644
index 0000000000..e0c6ad1c38
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Breeze theme for Plymouth"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:0"
+DEPEND="sys-boot/plymouth"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISTRO_NAME="Gentoo Linux"
+ -DDISTRO_VERSION=
+ )
+
+ cmake_src_configure
+}