update tribe to 0.3.1pre1

This commit is contained in:
philm 2011-01-03 00:06:41 +00:00
parent 125737173c
commit 12b11ac28a
2 changed files with 10 additions and 6 deletions

View File

@ -9,7 +9,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=cinstall
pkgver=0.3.0.1
pkgver=0.3.0
pkgrel=1
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse')
makedeps=('kdelibs' 'qt')
@ -22,7 +22,7 @@ optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.gz")
md5sums=('79febaa7e91ec27c98a7b1851bcf5080')
md5sums=('4f06339cc3e329d69d28ab3b93353510')
build() {
mkdir -p $srcdir/build

View File

@ -8,21 +8,21 @@
# package info
#
pkgname=tribe
pkgver=0.3.0.1
pkgver=0.3.1pre1
pkgrel=2
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' 'cinstall>=0.3' 'rsync' 'burg' 'os-prober')
depends=('kdelibs' 'kdeedu-marble>=4.5.4' 'squashfs-tools' 'partitionmanager>=1196188' 'cinstall>=0.3' 'rsync')
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.5.4' '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}.tar.gz"
source=("http://chakra-project.org/sources/tribe/tribe-$pkgver.tar.gz"
'tribe_4.5.patch')
md5sums=('fdce898ffd5d3e3e26971442975e6b95'
md5sums=('f02737ce2031449c85dbd3d56b21d00f'
'168a949a78621df376e3a4b2c26ecac5')
groups=('kde-uninstall')
@ -56,7 +56,11 @@ build()
msg "Starting make..."
make || return 1
}
package()
{
cd "${srcdir}/chakra-$pkgname"
msg "Make successful, installing..."
make DESTDIR=$startdir/pkg install || return 1