diff options
Diffstat (limited to 'abs/core-testing/initscripts-splashy')
| -rw-r--r-- | abs/core-testing/initscripts-splashy/PKGBUILD | 30 | 
1 files changed, 17 insertions, 13 deletions
diff --git a/abs/core-testing/initscripts-splashy/PKGBUILD b/abs/core-testing/initscripts-splashy/PKGBUILD index 68e87e7..5ffdcc7 100644 --- a/abs/core-testing/initscripts-splashy/PKGBUILD +++ b/abs/core-testing/initscripts-splashy/PKGBUILD @@ -2,8 +2,8 @@  # Contributor: Jeremy Sands <cto@jeremysands.com>  pkgname=initscripts-splashy -pkgver=2008.09 -pkgrel=2 +pkgver=2009.01 +pkgrel=1  pkgdesc="System initialization/bootup scripts with splash support"  arch=('i686' 'x86_64')  url="http://www.archlinux.org" @@ -14,21 +14,25 @@ depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' '  provides=('initscripts')  conflicts=('initscripts')  install=initscripts-splash.install -source=(ftp://ftp.archlinux.org/other/initscripts/initscripts-${pkgver}-${pkgrel}.tar.gz -	splash.conf -	splash -	rc.conf.diff) -md5sums=('c28214d35643570cde56dd1142348aa7' -         'fe6da7a9242aca91779e165979bb7e3d' -         'd3fffe7133e6096937195084d2746889' -	 '2ec8894d7e9a46ee6ab509d7295d87ef') +source=(ftp://ftp.archlinux.org/other/initscripts/initscripts-${pkgver}.tar.gz +#    rc.shutdown-splash.patch +#    functions-splash.patch +    splash.conf +        splash) +	md5sums=('b947f3efd5d4681459fe8073d610f1b5' +	#     'dc3248008da3e9d9a4504cac918cfebe' +	#     'b3ccfc3d4dac3614980ce1f5515e3d46' +	     'fe6da7a9242aca91779e165979bb7e3d' +             'd3fffe7133e6096937195084d2746889')  build() { -  cd ${startdir}/src/initscripts-${pkgver}-${pkgrel}/ -  patch -p0 < ../rc.conf.diff +   cd ${startdir}/src/initscripts-${pkgver}/ + +#  patch -Np1 -i ${startdir}/src/rc.shutdown-splash.patch || return 1 +#  patch -Np1 -i ${startdir}/src/functions-splash.patch || return 1    DESTDIR=$startdir/pkg ./install.sh    install -D -m644 ${startdir}/splash ${startdir}/pkg/etc/rc.d/functions.d/splash    install -D -m644 ${startdir}/splash.conf ${startdir}/pkg/etc/splash.conf -} +      }  | 
