From cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Fri, 13 Feb 2009 20:20:46 -0800 Subject: Make the LinHES theme the default. --- abs/core-testing/fbsplash/PKGBUILD | 10 +++++----- abs/core-testing/fbsplash/fbsplash.conf | 4 ++-- abs/core-testing/fbsplash/fbsplash.daemon | 2 +- abs/core-testing/fbsplash/fbsplash.initcpio_install | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/abs/core-testing/fbsplash/PKGBUILD b/abs/core-testing/fbsplash/PKGBUILD index 4de3c75..9a047d5 100644 --- a/abs/core-testing/fbsplash/PKGBUILD +++ b/abs/core-testing/fbsplash/PKGBUILD @@ -2,14 +2,14 @@ pkgname=fbsplash pkgver=1.5.4.3 -pkgrel=7 +pkgrel=8 pkgdesc="A userspace implementation of a splash screen for Linux (formerly known as gensplash)" arch=('i686' 'x86_64') url="http://fbsplash.berlios.de" license=('GPL') backup=('etc/conf.d/fbsplash.conf') makedepends=('klibc') -depends=('initscripts' 'miscsplashutils' 'libjpeg' 'libpng' 'freetype2-static' 'gpm' 'libmng' 'which') +depends=('initscripts' 'miscsplashutils' 'libjpeg' 'libpng' 'freetype2-static' 'gpm' 'libmng' 'which' 'linhes-splash') conflicts=('bootsplash' 'gensplash') install=fbsplash.install source=(http://download.berlios.de/fbsplash/splashutils-${pkgver}.tar.bz2 \ @@ -23,9 +23,9 @@ md5sums=('c722cd4148817b9c50381d9bdc1ea6ef' '4ea33e99330abf4a9a468ac8c0ba48ca' '44375e92025ce07b3434773efb282127' '8ffb29400a2518b16f3dbca653855268' - 'b1b45761b2a5899a4fe8255fc9cfaf9c' - '5cce2373181193207d105e150a7f371c' - '9f876244d6b09c96cf1543a1b47d6525') + '82ef6f37c2795db1b4fec0e6f8443c66' + '21380586a5dafbf7045886ea4374ab65' + 'bb5154529e4b5fbc701cf4540c15a61a') build() { cd ${startdir}/src/splashutils-${pkgver} diff --git a/abs/core-testing/fbsplash/fbsplash.conf b/abs/core-testing/fbsplash/fbsplash.conf index 331f684..ddd88f8 100644 --- a/abs/core-testing/fbsplash/fbsplash.conf +++ b/abs/core-testing/fbsplash/fbsplash.conf @@ -2,7 +2,7 @@ # fbsplash.conf # -THEMES="darch" +THEMES="linhes" SPLASH_TTYS="1 2 3 4 5 6" -#EOF \ No newline at end of file +#EOF diff --git a/abs/core-testing/fbsplash/fbsplash.daemon b/abs/core-testing/fbsplash/fbsplash.daemon index 29e5755..e615500 100644 --- a/abs/core-testing/fbsplash/fbsplash.daemon +++ b/abs/core-testing/fbsplash/fbsplash.daemon @@ -10,7 +10,7 @@ case "$1" in start) if [ "$(fbcondecor_supported)" = "true" ] then - THEME="darch" + THEME="linhes" if [ -f /proc/cmdline ]; then OPTIONS=$(grep -o 'splash=[^ ]*' /proc/cmdline) for i in $(echo "${OPTIONS#*=}" | sed -e 's/,/ /g') diff --git a/abs/core-testing/fbsplash/fbsplash.initcpio_install b/abs/core-testing/fbsplash/fbsplash.initcpio_install index 06700a8..3fdd7e9 100644 --- a/abs/core-testing/fbsplash/fbsplash.initcpio_install +++ b/abs/core-testing/fbsplash/fbsplash.initcpio_install @@ -3,7 +3,7 @@ install() { [ -x /sbin/fbcondecor_helper ] || return 1 source /etc/conf.d/fbsplash.conf - [ -z "${THEME}" ] && THEME="darch" + [ -z "${THEME}" ] && THEME="linhes" add_binary "/sbin/fbcondecor_helper" -- cgit v0.12