mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 00:48:12 +08:00
rebuild tribe against new partman
This commit is contained in:
parent
c5a3f9a068
commit
fb1652d1c0
@ -9,23 +9,23 @@
|
|||||||
#
|
#
|
||||||
pkgname=tribe
|
pkgname=tribe
|
||||||
pkgver=2011.03
|
pkgver=2011.03
|
||||||
pkgrel=0.20110222
|
pkgrel=0.20110301
|
||||||
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.6.0' 'squashfs-tools' 'partitionmanager>=1196188-2'
|
depends=('kdelibs' 'kdeedu-marble>=4.6.1' 'squashfs-tools' 'partitionmanager>=1216949'
|
||||||
'cinstall>=0.3.50' 'rsync' 'mkinitcpio-nfs-utils' 'ntfsprogs')
|
'cinstall>=0.3.50' 'rsync' 'mkinitcpio-nfs-utils' 'ntfsprogs')
|
||||||
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.6.0' 'kdebase-workspace')
|
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.6.1' '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}-${pkgrel}.tar.xz"
|
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}-${pkgrel}.tar.xz"
|
||||||
"http://chakra-project.org/sources/tribe/RELEASE_NOTES_TB110222.html")
|
"http://chakra-project.org/sources/tribe/RELEASE_NOTES_TB110301.html")
|
||||||
|
|
||||||
md5sums=('89e6ea99c68f036a58ad2c98a6d8d36e'
|
md5sums=('72ec4aeb2a422fd13cb06c00d644e549'
|
||||||
'a319d3fcfbe6fdf312cdeec1bfbff90b')
|
'9edec8f7e13dc1f0a5dedb0807844eea')
|
||||||
|
|
||||||
groups=('kde-uninstall')
|
groups=('kde-uninstall')
|
||||||
install=tools-tribe.install
|
install=tools-tribe.install
|
||||||
@ -54,7 +54,7 @@ build()
|
|||||||
|
|
||||||
# patches
|
# patches
|
||||||
#patch -Np1 -i ${srcdir}/oops.patch || return 1
|
#patch -Np1 -i ${srcdir}/oops.patch || return 1
|
||||||
patch -Np1 -i ${startdir}/2011.03-1.patch || return 1
|
#patch -Np1 -i ${startdir}/2011.03-1.patch || return 1
|
||||||
|
|
||||||
# remove unsupported pkgs for x64
|
# remove unsupported pkgs for x64
|
||||||
if [ "${CARCH}" = "x86_64" ]; then
|
if [ "${CARCH}" = "x86_64" ]; then
|
||||||
@ -81,7 +81,7 @@ package()
|
|||||||
cd "${srcdir}/$pkgname"
|
cd "${srcdir}/$pkgname"
|
||||||
msg "Make successful, installing..."
|
msg "Make successful, installing..."
|
||||||
make DESTDIR=$startdir/pkg install || return 1
|
make DESTDIR=$startdir/pkg install || return 1
|
||||||
cp -vf ${srcdir}/RELEASE_NOTES_TB110222.html $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
|
cp -vf ${srcdir}/RELEASE_NOTES_TB110301.html $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
|
||||||
|
|
||||||
# remove nasty files
|
# remove nasty files
|
||||||
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
|
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
|
||||||
|
Loading…
Reference in New Issue
Block a user