summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 04:20:46 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 04:20:46 (GMT)
commitcf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb (patch)
tree19121e906b2690aa3aee0dc5627763e56c9a9d45
parent00c910d8744f8e354001fcd76b195959dadf07ce (diff)
downloadlinhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.zip
linhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.tar.gz
linhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.tar.bz2
Make the LinHES theme the default.
-rw-r--r--abs/core-testing/fbsplash/PKGBUILD10
-rw-r--r--abs/core-testing/fbsplash/fbsplash.conf4
-rw-r--r--abs/core-testing/fbsplash/fbsplash.daemon2
-rw-r--r--abs/core-testing/fbsplash/fbsplash.initcpio_install2
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"