0.3.1pre2-2: FS# 206, FS#207 + FS#210 maybe

This commit is contained in:
philm 2011-01-06 18:15:45 +00:00
parent 81a41e2b6c
commit bd17ef35db

View File

@ -9,20 +9,22 @@
# #
pkgname=tribe pkgname=tribe
pkgver=0.3.1pre2 pkgver=0.3.1pre2
pkgrel=1 pkgrel=2
pkgdesc="Tribe - Chakra LiveCD Installer" pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/" url="http://git.chakra-project.org/chakra/"
license="GPL" license="GPL"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
depends=('kdelibs' 'kdeedu-marble>=4.5.4' 'squashfs-tools' 'partitionmanager>=1196188-2' 'cinstall>=0.3' 'rsync') depends=('kdelibs' 'kdeedu-marble>=4.5.4' '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.4' 'kdebase-workspace')
provides=('tribe') provides=('tribe')
replaces=('kdemod-tribe-svn' 'kdemod-tribe') replaces=('kdemod-tribe-svn' 'kdemod-tribe')
conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe' 'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager') conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe'
'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager')
options=('!splithdr' '!splitdbg') options=('!splithdr' '!splitdbg')
source=("http://chakra-project.org/sources/tribe/tribe-$pkgver.tar.xz" source=("http://chakra-project.org/sources/tribe/tribe-$pkgver-$pkgrel.tar.xz"
'tribe_4.5.patch') 'tribe_4.5.patch')
md5sums=('88e02924e01c8f848a92503f40006206' md5sums=('6fbb03f3f53487c7af64471e035c5580'
'168a949a78621df376e3a4b2c26ecac5') '168a949a78621df376e3a4b2c26ecac5')
groups=('kde-uninstall') groups=('kde-uninstall')
@ -36,8 +38,8 @@ mksource() {
rm -vRf tribe/.git rm -vRf tribe/.git
pushd ${pkgname} pushd ${pkgname}
popd popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz ${pkgname}/* tar -cvJf ${pkgname}-${pkgver}-${pkgrel}.tar.xz ${pkgname}/*
md5sum ${pkgname}-${pkgver}.tar.xz md5sum ${pkgname}-${pkgver}-${pkgrel}.tar.xz
} }
# #