mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:24:40 +08:00
add sample-fbsplash-theme
This commit is contained in:
parent
c15f3e1cb4
commit
955f3cc75e
@ -36,7 +36,7 @@ build() {
|
|||||||
install -D -m644 ${srcdir}/fbcondecor.conf etc/conf.d/fbcondecor &&
|
install -D -m644 ${srcdir}/fbcondecor.conf etc/conf.d/fbcondecor &&
|
||||||
install -D -m755 ${srcdir}/fbcondecor.daemon etc/rc.d/fbcondecor || return 1
|
install -D -m755 ${srcdir}/fbcondecor.daemon etc/rc.d/fbcondecor || return 1
|
||||||
}
|
}
|
||||||
md5sums=('3e933a7d0e4581b7316cf6ebe4527ae9'
|
md5sums=('9d15e2c3c946ed173833977739f57ebf'
|
||||||
'fb7fdf7469b1918dc6d61fef1e8b8cef'
|
'fb7fdf7469b1918dc6d61fef1e8b8cef'
|
||||||
'249b4ad977235242d2b1b9cc6e1b6254'
|
'249b4ad977235242d2b1b9cc6e1b6254'
|
||||||
'dbc9aa259cb6bdd19f361ffd1cd5e32a'
|
'dbc9aa259cb6bdd19f361ffd1cd5e32a'
|
||||||
|
@ -39,7 +39,7 @@ SPLASH_AUTOVERBOSE=0
|
|||||||
|
|
||||||
## Name of the service script starting Xorg if any
|
## Name of the service script starting Xorg if any
|
||||||
## Set this to avoid VT/keyboard struggle between Xorg and the splash daemon
|
## 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
|
## Override the Fbsplash main status message defaults
|
||||||
## The only variable that can be used here is '$progress'
|
## The only variable that can be used here is '$progress'
|
||||||
|
20
fbsplash-theme-chakra-phoix/PKGBUILD
Normal file
20
fbsplash-theme-chakra-phoix/PKGBUILD
Normal 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" .
|
||||||
|
}
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user