2 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
4 pkgname=fbsplash-theme-natural-arch
5 _thmname=${pkgname#fbsplash\-theme\-}
8 pkgdesc="An fbsplash theme with natural-arch logo"
10 license=('CCPL:cc-by-nc-sa')
11 url='http://OpenDesktop.org/content/show.php?content=118457'
13 makedepends=('inkscape')
14 source=(http://OpenDesktop.org/CONTENT/content-files/118457-natural-arch.tar.gz)
15 install=fbsplash-theme.install
18 if [ -d /etc/fbsplash ]; then
24 mkdir -p "${pkgdir}/etc/${_splashdir}"
25 cp -a "${srcdir}/${_thmname}" "${pkgdir}/etc/${_splashdir}/${_thmname}"
27 # make install script nice...
28 sed -i "s/add '.*' to/add '${_thmname}' to/" $startdir/$install
31 # vim:set ts=4 sw=4 et:
32 md5sums=('f871f019fc90b63f940af4a23b0bf7d4')