commit: 31eb8b4db1567c27007fe71b5bb8f19528c25294
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 09:25:37 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 09:25:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31eb8b4d
kde-plasma/breeze-plymouth: add very basic distro customisation
There are further customisations available, but I am not able to test.
Upstream-commit: f2a6a581c3cd9e63f6b3392fb278f8184242a19b
Package-Manager: portage-2.3.0_rc1
kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild | 9 +++++++++
kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild | 9 +++++++++
kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild | 9 +++++++++
3 files changed, 27 insertions(+)
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild
b/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild
index 9f11a9d..9f5ede3 100644
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.6.95.ebuild
@@ -16,3 +16,12 @@ 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
+}
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild
b/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild
index 01926d0..e3f0ab9 100644
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.7.49.9999.ebuild
@@ -16,3 +16,12 @@ 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
+}
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild
b/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild
index 01926d0..e3f0ab9 100644
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-9999.ebuild
@@ -16,3 +16,12 @@ 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
+}