update tribe to 0.3.1

This commit is contained in:
philm 2011-01-10 13:42:12 +00:00
parent bd17ef35db
commit ea8e485778

View File

@ -8,23 +8,25 @@
# package info
#
pkgname=tribe
pkgver=0.3.1pre2
pkgrel=2
pkgver=0.3.1
pkgrel=1
pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/"
license="GPL"
arch=('i686' 'x86_64')
depends=('kdelibs' 'kdeedu-marble>=4.5.4' 'squashfs-tools' 'partitionmanager>=1196188-2'
depends=('kdelibs' 'kdeedu-marble>=4.5.5' 'squashfs-tools' 'partitionmanager>=1196188-2'
'cinstall>=0.3' 'rsync' 'mkinitcpio-nfs-utils' 'ntfsprogs')
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.5.4' 'kdebase-workspace')
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.5.5' 'kdebase-workspace')
provides=('tribe')
replaces=('kdemod-tribe-svn' 'kdemod-tribe')
conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe'
'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager')
options=('!splithdr' '!splitdbg')
source=("http://chakra-project.org/sources/tribe/tribe-$pkgver-$pkgrel.tar.xz"
"http://chakra-project.org/sources/tribe/RELEASE_NOTES_031.html"
'tribe_4.5.patch')
md5sums=('6fbb03f3f53487c7af64471e035c5580'
md5sums=('689f51426d817a73fd87abf6714de719'
'fde830a987f4ddd09f6afdbf6751f854'
'168a949a78621df376e3a4b2c26ecac5')
groups=('kde-uninstall')
@ -77,6 +79,7 @@ package()
cd "${srcdir}/$pkgname"
msg "Make successful, installing..."
make DESTDIR=$startdir/pkg install || return 1
cp -vf ${srcdir}/RELEASE_NOTES_031.html $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
# remove nasty files
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +