update tribe to 0.2.4 - maybe a rebuild is needed later. I don't know yet

This commit is contained in:
philm 2010-11-22 21:47:37 +00:00
parent b333ba6fff
commit 267c5ac901
2 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# package info
#
pkgname=tribe-partitionmanager
pkgver=0.2.3
pkgver=0.2.4
pkgrel=1
pkgdesc="Tribe's partitionmanager"
url="http://git.chakra-project.org/chakra/"
@ -23,7 +23,7 @@ makedepends=('cmake' 'automoc4' 'pkgconfig')
conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager')
groups=('kde-uninstall')
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
md5sums=('f8e7c14e1817bde635a69494cdd4d7ad')
md5sums=('d3af1c3d29809764c13ed61fb04f766f')
#
# build function

View File

@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# package info
#
pkgname=tribe
pkgver=0.2.3
pkgver=0.2.4
pkgrel=1
pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/"
@ -25,7 +25,7 @@ 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")
md5sums=('f8e7c14e1817bde635a69494cdd4d7ad')
md5sums=('d3af1c3d29809764c13ed61fb04f766f')
groups=('kde-uninstall')
install=tools-tribe.install
@ -60,8 +60,6 @@ build()
# remove nasty files
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
# make run-script executable
chmod a+x $pkgdir/usr/share/tribe/scripts/run-tribe.sh
# remove release notes
rm -v $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
}