summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-09-24 07:47:03 (GMT)
committerCecil <knoppmyth@gmail.com>2011-09-24 07:47:03 (GMT)
commit6cd4eb30283496ab8d844f95082bba7c4e544c3c (patch)
tree2db55d6d977cf63f409d71df921301f247f286f2 /abs/core/fbsplash
parente536287c3be71facd87152fce7d52a2b29c0ecf9 (diff)
downloadlinhes_pkgbuild-6cd4eb30283496ab8d844f95082bba7c4e544c3c.zip
linhes_pkgbuild-6cd4eb30283496ab8d844f95082bba7c4e544c3c.tar.gz
linhes_pkgbuild-6cd4eb30283496ab8d844f95082bba7c4e544c3c.tar.bz2
fbsplash:Default theme set to LinHES.
Diffstat (limited to 'abs/core/fbsplash')
-rw-r--r--abs/core/fbsplash/PKGBUILD18
-rw-r--r--abs/core/fbsplash/splash.conf8
2 files changed, 11 insertions, 15 deletions
diff --git a/abs/core/fbsplash/PKGBUILD b/abs/core/fbsplash/PKGBUILD
index 49725d4..dda0dd4 100644
--- a/abs/core/fbsplash/PKGBUILD
+++ b/abs/core/fbsplash/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fbsplash
pkgver=1.5.4.4
-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"
@@ -25,14 +25,6 @@ source=(http://download.berlios.de/fbsplash/splashutils-${pkgver}.tar.bz2
fbsplash.initcpio_hook
fbcondecor.daemon
fbcondecor.conf)
-md5sums=('2a16704c4adde97b58812cd89e3f2342'
- '4045e315c52f5a576fca4f7e634eeb91'
- '90708a96038d7d7921c2e9fde938c058'
- 'a6b0b9c5c7a460380a7db127e0278164'
- '24e2a7bbc2d18fe3ec10093665cd7a6e'
- '4a3ac992a5042fa9770cbd3fdb7e1465'
- '715926469d05eecd345c052e6248ca32'
- 'b3db9d4fd902b62ac9e38589677e2d16')
build() {
cd ${srcdir}/splashutils-${pkgver}
@@ -76,3 +68,11 @@ package() {
install -D -m644 ${srcdir}/fbcondecor.conf etc/conf.d/fbcondecor
install -D -m755 ${srcdir}/fbcondecor.daemon etc/rc.d/fbcondecor
}
+md5sums=('2a16704c4adde97b58812cd89e3f2342'
+ '4045e315c52f5a576fca4f7e634eeb91'
+ '83f7b36399e8e3b24e18de670280be1d'
+ 'a6b0b9c5c7a460380a7db127e0278164'
+ '24e2a7bbc2d18fe3ec10093665cd7a6e'
+ '4a3ac992a5042fa9770cbd3fdb7e1465'
+ '715926469d05eecd345c052e6248ca32'
+ 'b3db9d4fd902b62ac9e38589677e2d16')
diff --git a/abs/core/fbsplash/splash.conf b/abs/core/fbsplash/splash.conf
index 8eb3a44..57e6e85 100644
--- a/abs/core/fbsplash/splash.conf
+++ b/abs/core/fbsplash/splash.conf
@@ -11,11 +11,7 @@
## Themes to include into initcpio
## For a smaller initcpio you may try theme cfg files instead of directories.
SPLASH_THEMES="
- arch-black
- arch-banner-icons/1024x768.cfg
- arch-banner-icons/1280x800.cfg
- arch-banner-noicons/1024x768.cfg
- arch-banner-noicons/1280x800.cfg
+ linhes
"
## Override the initial silent splash screen status message defaults.
@@ -64,7 +60,7 @@ SPLASH_VERBOSE_ON_ERRORS="no"
## Name of the DAEMONS script starting Xorg if any
## Set this to avoid virtual terminal change struggle between X and Fbsplash.
-SPLASH_XSERVICE="gdm"
+#SPLASH_XSERVICE="gdm"
#SPLASH_XSERVICE="kdm"
#SPLASH_XSERVICE="xdm"
#SPLASH_XSERVICE="lxdm"