plymouth: template cleanup

This commit is contained in:
Michael Aldridge 2016-10-04 21:22:59 -05:00
parent 55e234546c
commit 55790e4f39
2 changed files with 3 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -6,10 +6,11 @@ build_style=gnu-configure
configure_args="--with-system-root-install=no \
--without-rhgb-compat-link --enable-systemd-integration=no \
--enable-gtk --enable-gdm-transition --enable-pango \
--enable-documentation=no"
--with-logo /usr/share/void-artwork/void-logo.png --localstatedir=/ \
--disable-documentation"
conf_files="/etc/plymouth/plymouthd.conf"
hostmakedepends="pkg-config"
makedepends="pango-devel libdrm-devel gtk+3-devel"
makedepends="pango-devel libdrm-devel gtk+3-devel void-artwork"
depends="plymouth-data>=0"
short_desc="Graphical boot animation and logger"
maintainer="William OD <obirik2005@gmail.com>"
@ -24,10 +25,6 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
pre_install() {
vinstall $FILESDIR/void-logo.png 644 usr/share/plymouth/ bizcom.png
}
plymouth-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"