add sample-fbsplash-theme

This commit is contained in:
amnon 2010-06-23 11:16:26 +00:00
parent c15f3e1cb4
commit 955f3cc75e
4 changed files with 30 additions and 2 deletions

View File

@ -36,7 +36,7 @@ build() {
install -D -m644 ${srcdir}/fbcondecor.conf etc/conf.d/fbcondecor &&
install -D -m755 ${srcdir}/fbcondecor.daemon etc/rc.d/fbcondecor || return 1
}
md5sums=('3e933a7d0e4581b7316cf6ebe4527ae9'
md5sums=('9d15e2c3c946ed173833977739f57ebf'
'fb7fdf7469b1918dc6d61fef1e8b8cef'
'249b4ad977235242d2b1b9cc6e1b6254'
'dbc9aa259cb6bdd19f361ffd1cd5e32a'

View File

@ -39,7 +39,7 @@ SPLASH_AUTOVERBOSE=0
## Name of the service script starting Xorg if any
## Set this to avoid VT/keyboard struggle between Xorg and the splash daemon
SPLASH_XSERVICE="xdm"
SPLASH_XSERVICE="kdm"
## Override the Fbsplash main status message defaults
## The only variable that can be used here is '$progress'

View File

@ -0,0 +1,20 @@
# Contributor: Phil Miller <philm[at]chakra-project[dot]org
pkgname=fbsplash-theme-chakra-phoix
pkgver=0.1
pkgrel=1
pkgdesc='A Chakra GNU/Linux fbsplash theme'
arch=('i686' 'x86_64')
license='CCPL:cc-by-nc-sa'
url='http://www.chakra-project.org'
depends=('fbsplash')
optdepends=('kernel26: console background in verbose mode')
source=("http://chakra-project.org/sources/fbsplash-theme-chakra-phoix/chakra-phoix-${pkgver}-${pkgrel}.tar.gz")
install=${pkgname}.install
md5sums=('e07c86fde61e70d206b6468815c710fd')
build() {
mkdir -p "${pkgdir}/etc/splash"
cd "${pkgdir}/etc/splash"
cp -a "${srcdir}/chakra-phoix" .
}

View File

@ -0,0 +1,8 @@
post_install() {
echo '==> To enable, add chakra-phoix to /etc/conf.d/splash'
echo '==> Remember to update your initcpio if you want fbsplash to start early.'
}
post_upgrade() {
post_install
}