From c581c22dd020f9ca71cd756d47abf12000615fbe Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 18 May 2017 08:24:18 +0200 Subject: [PATCH] plymouth: use logo with transparent background --- srcpkgs/plymouth/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/plymouth/template b/srcpkgs/plymouth/template index 4ffb006668e..a9a5b7599f9 100644 --- a/srcpkgs/plymouth/template +++ b/srcpkgs/plymouth/template @@ -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 }