2011-10-13 10:58:31 +00:00
|
|
|
# Template file for 'plymouth'
|
|
|
|
pkgname=plymouth
|
2012-01-11 17:29:46 +00:00
|
|
|
version=20120111
|
2011-10-13 10:58:31 +00:00
|
|
|
homepage="http://cgit.freedesktop.org/plymouth"
|
2012-01-11 17:29:46 +00:00
|
|
|
#distfiles="${homepage}/snapshot/$pkgname-$version.tar.bz2"
|
|
|
|
distfiles="http://xbps.nopcode.org/distfiles/plymouth-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-11 17:29:46 +00:00
|
|
|
configure_args="--enable-pango --enable-libdrm_intel --enable-libdrm_radeon
|
|
|
|
--enable-libdrm_nouveau --enable-libkms --enable-gdm-transition
|
|
|
|
--enable-systemd-integration --with-system-root-install
|
|
|
|
--with-release-file=/etc/os-release --disable-tests --disable-static
|
|
|
|
--without-rhgb-compat-link --with-logo=/usr/share/void-artwork/splash.png
|
2011-10-13 10:58:31 +00:00
|
|
|
--with-background-color=0xffffff"
|
|
|
|
short_desc="Graphical boot animation and logger"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
2012-01-11 17:29:46 +00:00
|
|
|
checksum=f819a53d810633b2c93069d95681cf2440c65e411e360ab170eba36d76e46de3
|
2011-10-13 10:58:31 +00:00
|
|
|
long_desc="
|
|
|
|
Plymouth is an application that runs very early in the boot process
|
|
|
|
(even before the root filesystem is mounted!) that provides a graphical
|
|
|
|
boot animation while the boot process happens in the background."
|
|
|
|
|
2012-01-11 17:29:46 +00:00
|
|
|
subpackages="libplymouth ${pkgname}-devel"
|
2011-10-13 10:58:31 +00:00
|
|
|
conf_files="/etc/plymouth/plymouthd.conf"
|
2012-01-11 17:29:46 +00:00
|
|
|
make_dirs="
|
|
|
|
/var/lib/plymouth 0755 root root
|
|
|
|
/var/spool/plymouth 0755 root root"
|
|
|
|
|
|
|
|
Add_dependency run void-artwork
|
2011-10-13 10:58:31 +00:00
|
|
|
|
|
|
|
Add_dependency build automake
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build gtk+-devel
|
|
|
|
Add_dependency build libdrm-devel
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -f ${DESTDIR}/usr/libexec/plymouth/*
|
|
|
|
vinstall ${FILESDIR}/plymouth-update-initrd 755 usr/libexec/plymouth
|
|
|
|
|
|
|
|
# initramfs-tools hook
|
|
|
|
vinstall ${FILESDIR}/plymouth.hook 755 \
|
|
|
|
usr/share/initramfs-tools/hooks plymouth
|
|
|
|
vinstall ${FILESDIR}/plymouth.init-bottom 755 \
|
|
|
|
usr/share/initramfs-tools/scripts/init-bottom plymouth
|
|
|
|
vinstall ${FILESDIR}/plymouth.init-premount 755 \
|
|
|
|
usr/share/initramfs-tools/scripts/init-premount plymouth
|
|
|
|
}
|