summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 19:27:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-09 21:06:30 +0200
commit75f3bdb77de6cbe367d9f34ffc29c95e4183475c (patch)
tree46ab7edb5c7b440db31907f97bc2b86df5052685 /kde-plasma/breeze-plymouth
parentapp-emulation/libvirt: update live ebuild (diff)
downloadgentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.gz
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.tar.bz2
gentoo-75f3bdb77de6cbe367d9f34ffc29c95e4183475c.zip
kde-plasma: Add KDE Plasma 5.16.3
Package-Manager: Portage-2.3.68, Repoman-2.3.16 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.16.3.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 5580dbba6414..c6a0a42aaaa2 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,2 +1,3 @@
DIST breeze-plymouth-5.15.5.tar.xz 105724 BLAKE2B 2ba7c8daf2997bf8f422e687ff5636398eb5d84867814177c73a2d004baacbc2a25131585757efd615069dabaadd23641d646806d884228b2ac95805576198db SHA512 74df266881cebf5f1378975f6768e43e73a3ca4f6d8f1d73a4026eb1d046b9386887d40e8e8ad59fb9c96c45a6f63aa9b6c41a8d1740eaab4db515ab4c5a5310
DIST breeze-plymouth-5.16.2.tar.xz 105716 BLAKE2B 0c51b176e09217392b21e54b4b80ec5a33328c6b3e5d997e0fdb81279b4fe96c3a3eedfa90854f51e8f04899763c1c303a39b11aee5bade99744504b6f282b5e SHA512 219316598e6fa219c564ffd781fbc26105b911ae8995dd4d289711e0d7c7b474cc4b58c4def6922ae33482b1206cd84f28f1f68349b8492441e363bc3a9f50e9
+DIST breeze-plymouth-5.16.3.tar.xz 105484 BLAKE2B b526eee5b938e2e23fb76db9fecffe7d02b091608997c753fd451390767d81dba4aa53591427d9eb94b530f3af3089dd1cc44e4d449264fb4904776471e96b35 SHA512 02f45b7bda9ae8ad609b9f946fd50264624ffe7b49fb636f70728f273819091cd5ed2e1f731159a6cd1ab143170e9c87ab066fcdff90be4baa9fbb2aa5d39af8
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.3.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.3.ebuild
new file mode 100644
index 000000000000..41a505dcab07
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for Plymouth"
+LICENSE="GPL-2+ GPL-3+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+BDEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="sys-boot/plymouth"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISTRO_NAME="Gentoo Linux"
+ -DDISTRO_VERSION=
+ )
+
+ kde5_src_configure
+}