diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-14 04:20:46 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-14 04:20:46 (GMT) |
commit | cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb (patch) | |
tree | 19121e906b2690aa3aee0dc5627763e56c9a9d45 /abs/core-testing/fbsplash/PKGBUILD | |
parent | 00c910d8744f8e354001fcd76b195959dadf07ce (diff) | |
download | linhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.zip linhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.tar.gz linhes_pkgbuild-cf00ac56ed0c9fe28d8bec8fcb8bd23e6c8b43fb.tar.bz2 |
Make the LinHES theme the default.
Diffstat (limited to 'abs/core-testing/fbsplash/PKGBUILD')
-rw-r--r-- | abs/core-testing/fbsplash/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 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} |