summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:51:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 02:51:44 +0100
commitc6de6f37f08eaf1354e4e2bde6549b25a8d026a0 (patch)
tree738209d9383b179ea1c020e285bb04fca5cde552 /x11-themes
parentc4e426ad3bf3b83e47c21cbd30a3705cc74a0ad2 (diff)
x11-themes/redcore-artwork-core : tweak deps a bit
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/redcore-artwork-core/redcore-artwork-core-1337-r2.ebuild17
1 files changed, 11 insertions, 6 deletions
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() {