diff options
-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.exlib | 6 |
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 } |