summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-13 11:25:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-13 11:25:43 +0100
commit3bc9dd2d227b121078007577a520035f1e408dee (patch)
treebbfc579168eca2e65e9fe5c51bdf6ca0f6c499d9
parent076acbaae49143ae0e9eb5835f2216c63628b4f5 (diff)
sys-boot/plymouth : disable doc, remove bizcom
-rw-r--r--packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 (renamed from packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0)0
-rw-r--r--packages/sys-boot/plymouth/plymouth.exlib6
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 b/packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0
index 02a9763..02a9763 100644
--- a/packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0
+++ b/packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0
diff --git a/packages/sys-boot/plymouth/plymouth.exlib b/packages/sys-boot/plymouth/plymouth.exlib
index efe5840..9aaebc0 100644
--- a/packages/sys-boot/plymouth/plymouth.exlib
+++ b/packages/sys-boot/plymouth/plymouth.exlib
@@ -22,7 +22,6 @@ HOMEPAGE="http://freedesktop.org/wiki/Software/Plymouth"
LICENCES="GPL-2"
SLOT="0"
MYOPTIONS="
- doc
systemd [[ description = [ Systemd integration to coordinate boot up process ] ]]
( providers: eudev systemd ) [[ number-selected = exactly-one ]]
"
@@ -30,7 +29,6 @@ MYOPTIONS="
DEPENDENCIES="
build:
dev-util/pkg-config
- doc? ( dev-libs/libxslt )
build+run:
media-libs/libpng:=[>=1.2.16]
x11-dri/libdrm
@@ -62,7 +60,6 @@ plymouth_src_configure() {
--disable-gdm-transition \
--without-gdm-autostart-file \
$(expecting_tests && echo '--enable-tests' || echo '--disable-tests') \
- $(option_enable doc documentation) \
$(option_enable systemd systemd-integration)
}
@@ -72,5 +69,8 @@ plymouth_src_install() {
keepdir /var/spool/plymouth
keepdir /var/lib/plymouth
edo rmdir "${IMAGE}"/var/run/{plymouth,}
+
+ # Provided by redcore-artwork-core
+ edo rm -rf "${IMAGE}"/usr/share/plymouth/bizcom.png
}