summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-splash/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-12 23:46:00 (GMT)
commitd0bc5cf5bca845df25ac398b97995d2d1335f1ca (patch)
tree48ad7102f1dabe2f0242a773241cb3ac8a74c7d3 /abs/core/linhes-splash/PKGBUILD
parente28e87dcbd836bd2d4611e0461e96c751f262d28 (diff)
downloadlinhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.zip
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.gz
linhes_pkgbuild-d0bc5cf5bca845df25ac398b97995d2d1335f1ca.tar.bz2
removed packages that are no longer needed:
eject fbsplash kernel26 linhes-splash miscsplashutils tightvnc
Diffstat (limited to 'abs/core/linhes-splash/PKGBUILD')
-rw-r--r--abs/core/linhes-splash/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/core/linhes-splash/PKGBUILD b/abs/core/linhes-splash/PKGBUILD
deleted file mode 100644
index d97d794..0000000
--- a/abs/core/linhes-splash/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
-# Maintainer: Cecil Watson<knoppmyth@gmail.com>
-
-pkgname=linhes-splash
-pkgver=1
-pkgrel=10
-pkgdesc="FBSplash theme for LinHES."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://linhes.org/"
-depends=('fbsplash')
-source=(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
-}
-md5sums=('9b330cd74a438fbf2d814096c3e3be6a')