mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
plymouth: template cleanup
This commit is contained in:
parent
55e234546c
commit
55790e4f39
2 changed files with 3 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
|
@ -6,10 +6,11 @@ build_style=gnu-configure
|
||||||
configure_args="--with-system-root-install=no \
|
configure_args="--with-system-root-install=no \
|
||||||
--without-rhgb-compat-link --enable-systemd-integration=no \
|
--without-rhgb-compat-link --enable-systemd-integration=no \
|
||||||
--enable-gtk --enable-gdm-transition --enable-pango \
|
--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"
|
conf_files="/etc/plymouth/plymouthd.conf"
|
||||||
hostmakedepends="pkg-config"
|
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"
|
depends="plymouth-data>=0"
|
||||||
short_desc="Graphical boot animation and logger"
|
short_desc="Graphical boot animation and logger"
|
||||||
maintainer="William OD <obirik2005@gmail.com>"
|
maintainer="William OD <obirik2005@gmail.com>"
|
||||||
|
@ -24,10 +25,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
vinstall $FILESDIR/void-logo.png 644 usr/share/plymouth/ bizcom.png
|
|
||||||
}
|
|
||||||
|
|
||||||
plymouth-devel_package() {
|
plymouth-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue