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