summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-splash/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/linhes-splash/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/linhes-splash/PKGBUILD')
-rw-r--r--abs/core-testing/linhes-splash/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core-testing/linhes-splash/PKGBUILD b/abs/core-testing/linhes-splash/PKGBUILD
deleted file mode 100644
index a19575d..0000000
--- a/abs/core-testing/linhes-splash/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
-# Maintainer: Cecil Watson<knoppmyth@gmail.com>
-
-pkgname=linhes-splash
-pkgver=1
-pkgrel=5
-pkgdesc="FBSplash theme for LinHES."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://linhes.org/"
-#source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-splash.tar.bz2)
-source=('1024x768.cfg' 'Vera.ttf' 'background-800x600.png' 'verbose-1024x768.png' '800x600.cfg' 'Vera.copyright' 'background-1024x768.png' 'verbose-800x600.png')
-
-
-build() {
- cd $startdir/src/
- mkdir -p $startdir/pkg/etc/splash/linhes/images
- #cp -a linhes $startdir/pkg/etc/splash
- for i in *
- do
- echo $i | grep -q .png
- if [ $? = 0 ]
- then
- install -m755 $i $startdir/pkg/etc/splash/linhes/images/$i
- else
- install -m755 $i $startdir/pkg/etc/splash/linhes/$i
- fi
- done
-}