summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-31 15:35:17 +0100
commite09ee8c07e6739e5133b6a67f305aebabac9dd27 (patch)
tree1570eb17cf01238060d339226650a92282201ed1 /kde-plasma/breeze-plymouth
parentmedia-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one nee... (diff)
downloadgentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.gz
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.bz2
gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.zip
kde-plasma: Version bump KDE Plasma 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.9.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 2bb4f343a0ef..f68f5ee090e8 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1 +1,2 @@
DIST breeze-plymouth-5.8.5.tar.xz 94964 SHA256 01c74f5422382dd6b1ad8777a971dc58b43122980592174fbc7f01feb314cbe7 SHA512 0dc6db741fdcb689a92ac83e7b4af32a5bf8b72047613d23801843e8c6c507a1f2b97289e33e3220dd2800724171d90887d6f7262d95c8140d5a8b29ae40319c WHIRLPOOL f34ea196de0dd4dbab2b4375ee0912d5c5acd14001ccc0368f7a2c996ae174d457b7517eb28c5615119cd508ee162fead983a039d4543d4cee0f122d108bdb9e
+DIST breeze-plymouth-5.9.0.tar.xz 96896 SHA256 0b1552ca0b6276071afb1be453e2bd4b2e36ed82ddce878fd51d81a9bd2bbef7 SHA512 e708f147425f7d20d7fe5a041e9237d55d634995b0d0f0fde3b257dae146ff52fa5a75c3d7e78697d1b8620a9148c5940c1f3e2e130d613fb5d95bb396e8d89b WHIRLPOOL 78c55ad65fa8549f0205022f12cb89dd6a866daabf6b1c26d5d146edf7af573dc8a63b23049c728f1fa97115957e8880d1514971bf2bfaeaea2cd4fd7ee961f9
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.0.ebuild
new file mode 100644
index 000000000000..81b38b175166
--- /dev/null
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for Plymouth"
+LICENSE="GPL-2+ GPL-3+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="sys-boot/plymouth"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep extra-cmake-modules)
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISTRO_NAME="Gentoo Linux"
+ -DDISTRO_VERSION=
+ )
+
+ kde5_src_configure
+}