From 77feb20b6f8dadaf3c237072390487b73ed7b03c Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 9 Dec 2014 01:50:16 +0200 Subject: Refreshing last modifications and moving to Kogaion fully --- sys-boot/grub/grub-2.00-r7.ebuild | 2 +- sys-boot/plymouth/files/plymouth-kogaion-defaults.patch | 9 +++++++++ sys-boot/plymouth/files/plymouth-rogentos-defaults.patch | 9 --------- sys-boot/plymouth/plymouth-0.8.8-r2.ebuild | 2 +- sys-boot/plymouth/plymouth-0.8.8-r4.ebuild | 4 ++-- sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild | 6 +++--- x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild | 6 +++--- 7 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 sys-boot/plymouth/files/plymouth-kogaion-defaults.patch delete mode 100644 sys-boot/plymouth/files/plymouth-rogentos-defaults.patch diff --git a/sys-boot/grub/grub-2.00-r7.ebuild b/sys-boot/grub/grub-2.00-r7.ebuild index bceda68f..9ecabf30 100644 --- a/sys-boot/grub/grub-2.00-r7.ebuild +++ b/sys-boot/grub/grub-2.00-r7.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} != 9999 ]]; then # vga= not yet deprecated for us "${FILESDIR}"/${PN}-2.00-vga-deprecated-not-yet.patch "${FILESDIR}"/${PN}-1.99-disable-floppies.patch - # Genkernel doesn't support "single" for rescue mode + # Genkernel doesn`t support "single" for rescue mode # but rather init_opts=single "${FILESDIR}"/${PN}-2.00-genkernel-initramfs-single.patch # Down with SecureBoot diff --git a/sys-boot/plymouth/files/plymouth-kogaion-defaults.patch b/sys-boot/plymouth/files/plymouth-kogaion-defaults.patch new file mode 100644 index 00000000..b0c1b62f --- /dev/null +++ b/sys-boot/plymouth/files/plymouth-kogaion-defaults.patch @@ -0,0 +1,9 @@ +diff -Nurp plymouth-0.8.8.orig/src/plymouthd.defaults plymouth-0.8.8/src/plymouthd.defaults +--- plymouth-0.8.8.orig/src/plymouthd.defaults 2012-09-26 18:50:53.000000000 +0200 ++++ plymouth-0.8.8/src/plymouthd.defaults 2013-11-15 14:10:58.638895827 +0100 +@@ -1,4 +1,4 @@ + # Distribution defaults. Changes to this file will get overwritten during + # upgrades. + [Daemon] +-Theme=spinner ++Theme=kogaion diff --git a/sys-boot/plymouth/files/plymouth-rogentos-defaults.patch b/sys-boot/plymouth/files/plymouth-rogentos-defaults.patch deleted file mode 100644 index 17835466..00000000 --- a/sys-boot/plymouth/files/plymouth-rogentos-defaults.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Nurp plymouth-0.8.8.orig/src/plymouthd.defaults plymouth-0.8.8/src/plymouthd.defaults ---- plymouth-0.8.8.orig/src/plymouthd.defaults 2012-09-26 18:50:53.000000000 +0200 -+++ plymouth-0.8.8/src/plymouthd.defaults 2013-11-15 14:10:58.638895827 +0100 -@@ -1,4 +1,4 @@ - # Distribution defaults. Changes to this file will get overwritten during - # upgrades. - [Daemon] --Theme=spinner -+Theme=rogentos diff --git a/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild b/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild index 0bbf50b1..398e0685 100644 --- a/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild @@ -30,7 +30,7 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] openrc? ( sys-boot/plymouth-openrc-plugin !sys-apps/systemd ) - >=x11-themes/rogentos-artwork-core-2 + >=x11-themes/kogaion-artwork-core-2 " DOCS=(AUTHORS README TODO) diff --git a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild b/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild index 3bca07d7..2b2621b8 100644 --- a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild @@ -32,7 +32,7 @@ DEPEND="${CDEPEND} # Block due bug #383067 RDEPEND="${CDEPEND} virtual/udev - >=x11-themes/rogentos-artwork-core-1 + >=x11-themes/kogaion-artwork-core-1 " DOC_CONTENTS=" @@ -69,7 +69,7 @@ src_configure() { src_install() { autotools-utils_src_install - # Provided by rogentos-artwork-core + # Provided by kogaion-artwork-core rm "${D}/usr/share/plymouth/bizcom.png" # Install compatibility symlinks as some rdeps hardcode the paths diff --git a/sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild b/sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild index 6e61dba9..5c8fa368 100644 --- a/sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild @@ -32,7 +32,7 @@ DEPEND="${CDEPEND} " RDEPEND="${CDEPEND} virtual/udev - >=x11-themes/rogentos-artwork-core-1 + >=x11-themes/kogaion-artwork-core-1 " DOC_CONTENTS=" @@ -42,7 +42,7 @@ DOC_CONTENTS=" src_prepare() { # RogentOS: setup our default settings - epatch "${FILESDIR}/${PN}-rogentos-defaults.patch" + epatch "${FILESDIR}/${PN}-kogaion-defaults.patch" epatch_user @@ -67,7 +67,7 @@ src_configure() { src_install() { autotools-utils_src_install - # RogentOS: provided by rogentos-artwork-core + # RogentOS: provided by kogaion-artwork-core rm "${D}/usr/share/plymouth/bizcom.png" # Install compatibility symlinks as some rdeps hardcode the paths diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild index 5e4f495d..3eaa4b55 100644 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild @@ -48,9 +48,9 @@ src_install() { # Plymouth theme insinto /usr/share/plymouth - doins bizcom.png - doins -r themes/kogaion - + doins "${S}"/plymouth/bizcom.png + insinto /usr/share/plymouth/themes + doins -r "${S}"/plymouth/themes/kogaion insinto /usr/share/cursors/xorg-x11 dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" -- cgit v1.2.3