From c6de6f37f08eaf1354e4e2bde6549b25a8d026a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 02:51:44 +0100 Subject: x11-themes/redcore-artwork-core : tweak deps a bit --- .../redcore-artwork-core-1337-r2.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'x11-themes') diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild index 49b1cb0f..ba71a609 100644 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild @@ -11,10 +11,13 @@ SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${PN}.tar.x LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" KEYWORDS="x86 amd64" -IUSE="" +IUSE="+splash" RDEPEND="sys-apps/findutils sys-boot/plymouth - >=x11-themes/hicolor-icon-theme-0.10" + >=x11-themes/hicolor-icon-theme-0.10 + splash? ( + sys-kernel/dracut[splash] + )" S="${WORKDIR}"/"${PN}" @@ -33,10 +36,12 @@ src_install() { doins logo/*.png # Plymouth theme - insinto usr/share/plymouth - doins plymouth/bizcom.png - insinto usr/share/plymouth/themes - doins -r plymouth/themes/redcore + if use splash; then + insinto usr/share/plymouth + doins plymouth/bizcom.png + insinto usr/share/plymouth/themes + doins -r plymouth/themes/redcore + fi } _dracut_initramfs_regen() { -- cgit v1.2.3