From 3bc9dd2d227b121078007577a520035f1e408dee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Oct 2018 11:25:43 +0100 Subject: sys-boot/plymouth : disable doc, remove bizcom --- packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 | 13 +++++++++++++ packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 | 13 ------------- packages/sys-boot/plymouth/plymouth.exlib | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 delete mode 100644 packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 diff --git a/packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 b/packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 new file mode 100644 index 0000000..02a9763 --- /dev/null +++ b/packages/sys-boot/plymouth/plymouth-0.8.8-r1.exheres-0 @@ -0,0 +1,13 @@ +# Copyright 2010 Brett Witherspoon +# Distributed under the terms of the GNU General Public License v2 + +require plymouth +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.12 ] ] + +PLATFORMS="~amd64" + +DEFAULT_SRC_PREPARE_PATCHES=( + "${FILES}"/plymouth-fix-window-size-with-multiple-heads.patch + "${FILES}"/plymouth-include-sysmacros.patch + "${FILES}"/plymouth-redcore-defaults.patch +) diff --git a/packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 b/packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 deleted file mode 100644 index 02a9763..0000000 --- a/packages/sys-boot/plymouth/plymouth-0.8.8.exheres-0 +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2010 Brett Witherspoon -# Distributed under the terms of the GNU General Public License v2 - -require plymouth -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.12 ] ] - -PLATFORMS="~amd64" - -DEFAULT_SRC_PREPARE_PATCHES=( - "${FILES}"/plymouth-fix-window-size-with-multiple-heads.patch - "${FILES}"/plymouth-include-sysmacros.patch - "${FILES}"/plymouth-redcore-defaults.patch -) 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 } -- cgit v1.2.3