diff options
-rw-r--r-- | sys-boot/grub/grub-2.00-r7.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/plymouth/files/plymouth-kogaion-defaults.patch (renamed from sys-boot/plymouth/files/plymouth-rogentos-defaults.patch) | 2 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.8-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.8-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.9_pre2.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild | 6 |
6 files changed, 11 insertions, 11 deletions
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-rogentos-defaults.patch b/sys-boot/plymouth/files/plymouth-kogaion-defaults.patch index 17835466..b0c1b62f 100644 --- a/sys-boot/plymouth/files/plymouth-rogentos-defaults.patch +++ b/sys-boot/plymouth/files/plymouth-kogaion-defaults.patch @@ -6,4 +6,4 @@ diff -Nurp plymouth-0.8.8.orig/src/plymouthd.defaults plymouth-0.8.8/src/plymout # upgrades. [Daemon] -Theme=spinner -+Theme=rogentos ++Theme=kogaion 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" |