summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-13 13:38:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-13 13:50:45 +0200
commit22a7c425c07728edacd3e8bae6dbb7e9d7ef8e56 (patch)
tree4b7459fe2e20897e5d79a55fc6bf60dabbc4764d
parentkde-plasma/breeze-gtk: 5.20.0 version bump (diff)
downloadgentoo-22a7c425c07728edacd3e8bae6dbb7e9d7ef8e56.tar.gz
gentoo-22a7c425c07728edacd3e8bae6dbb7e9d7ef8e56.tar.bz2
gentoo-22a7c425c07728edacd3e8bae6dbb7e9d7ef8e56.zip
kde-plasma/breeze-plymouth: 5.20.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.20.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 1b93424c8f9b..a12b3e345fa6 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1 +1,2 @@
DIST breeze-plymouth-5.19.5.tar.xz 105732 BLAKE2B a9d0cb4e34f3d5f9bb7229c3b29074765fadcf54424562d7c91b4f56233d130efebfbd263e65b4013da2a3da1b59b7da6d77e728661d1ea5d965c413cb558e10 SHA512 8f0739379c2ddb62b612acf65c41bee57e36d98a120289a1db3245467d118e18f3c0fe67905d990c586dfbe333c47f8671893726ad5ee9c28883d938e309963d
+DIST breeze-plymouth-5.20.0.tar.xz 108776 BLAKE2B 83a778087ac7d7aed814a61eca44f281e77629766a7b127f626b8f37fc39eaf248cc862b28318a52c7a84471df3e855f100fe2c4f02cbcae1c756fdd94653abb SHA512 ba268f4971cf17311b78d0b1a977e6795221638258dbf9cfe99eb988d1c320d135d5efc7eab057ac6bfac620149db52b32edf074cba07c816a67b0a83e558183
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.20.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.20.0.ebuild
new file mode 100644
index 000000000000..ecef97101572
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.20.0.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.74.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
+}