mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:37:16 +08:00
update tribe to 0.2.4 - maybe a rebuild is needed later. I don't know yet
This commit is contained in:
parent
b333ba6fff
commit
267c5ac901
@ -11,7 +11,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
# package info
|
# package info
|
||||||
#
|
#
|
||||||
pkgname=tribe-partitionmanager
|
pkgname=tribe-partitionmanager
|
||||||
pkgver=0.2.3
|
pkgver=0.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tribe's partitionmanager"
|
pkgdesc="Tribe's partitionmanager"
|
||||||
url="http://git.chakra-project.org/chakra/"
|
url="http://git.chakra-project.org/chakra/"
|
||||||
@ -23,7 +23,7 @@ makedepends=('cmake' 'automoc4' 'pkgconfig')
|
|||||||
conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager')
|
conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager')
|
||||||
groups=('kde-uninstall')
|
groups=('kde-uninstall')
|
||||||
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
|
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
|
||||||
md5sums=('f8e7c14e1817bde635a69494cdd4d7ad')
|
md5sums=('d3af1c3d29809764c13ed61fb04f766f')
|
||||||
|
|
||||||
#
|
#
|
||||||
# build function
|
# build function
|
||||||
|
@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
# package info
|
# package info
|
||||||
#
|
#
|
||||||
pkgname=tribe
|
pkgname=tribe
|
||||||
pkgver=0.2.3
|
pkgver=0.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tribe - Chakra LiveCD Installer"
|
pkgdesc="Tribe - Chakra LiveCD Installer"
|
||||||
url="http://git.chakra-project.org/chakra/"
|
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')
|
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.gz")
|
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
|
||||||
md5sums=('f8e7c14e1817bde635a69494cdd4d7ad')
|
md5sums=('d3af1c3d29809764c13ed61fb04f766f')
|
||||||
|
|
||||||
groups=('kde-uninstall')
|
groups=('kde-uninstall')
|
||||||
install=tools-tribe.install
|
install=tools-tribe.install
|
||||||
@ -60,8 +60,6 @@ build()
|
|||||||
# 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 {} +
|
||||||
|
|
||||||
# make run-script executable
|
|
||||||
chmod a+x $pkgdir/usr/share/tribe/scripts/run-tribe.sh
|
|
||||||
# remove release notes
|
# remove release notes
|
||||||
rm -v $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
|
rm -v $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user