plymouth: use logo with transparent background
This commit is contained in:
parent
66a7f7446c
commit
c581c22dd0
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'plymouth'
|
# Template file for 'plymouth'
|
||||||
pkgname=plymouth
|
pkgname=plymouth
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
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 \
|
||||||
--with-logo /usr/share/void-artwork/void-logo.png --localstatedir=/ \
|
--with-logo=/usr/share/void-artwork/void-transparent.png --localstatedir=/ \
|
||||||
--disable-documentation"
|
--disable-documentation"
|
||||||
conf_files="/etc/plymouth/plymouthd.conf"
|
conf_files="/etc/plymouth/plymouthd.conf"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -40,6 +40,7 @@ plymouth-devel_package() {
|
||||||
plymouth-data_package() {
|
plymouth-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
depends="void-artwork"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/plymouth/themes
|
vmove usr/share/plymouth/themes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue