2011-10-13 10:58:31 +00:00
|
|
|
# Template file for 'plymouth'
|
|
|
|
pkgname=plymouth
|
|
|
|
version=0.8.3
|
2012-01-09 16:30:16 +00:00
|
|
|
revision=3
|
2011-10-13 10:58:31 +00:00
|
|
|
patch_args="-Np1"
|
|
|
|
homepage="http://cgit.freedesktop.org/plymouth"
|
|
|
|
distfiles="${homepage}/snapshot/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-13 10:58:31 +00:00
|
|
|
configure_args="--enable-gdm-transition
|
|
|
|
--with-release-file=/etc/os-release --disable-static
|
2011-10-16 17:46:38 +00:00
|
|
|
--enable-pango --enable-tracing --disable-tests
|
2011-10-13 10:58:31 +00:00
|
|
|
--with-system-root-install --without-rhgb-compat-link
|
2011-10-13 18:41:50 +00:00
|
|
|
--with-logo=/usr/share/plymouth/xbps-logo.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"
|
|
|
|
checksum=2e51abbc087228f7910302334755d0190fc9e923eae9992150adb0f6cccc9077
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="libplymouth ${pkgname}-x11 ${pkgname}-drm ${pkgname}-devel"
|
|
|
|
conf_files="/etc/plymouth/plymouthd.conf"
|
|
|
|
|
|
|
|
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
|
|
|
|
vinstall ${FILESDIR}/xbps-logo.png 644 usr/share/plymouth
|
|
|
|
}
|