mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 03:07:13 +08:00
update tribe and kde-common
This commit is contained in:
parent
130e015da7
commit
42c368821c
@ -20,7 +20,7 @@ _origname=common
|
|||||||
pkgname=kde-${_origname}
|
pkgname=kde-${_origname}
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=1.1
|
pkgrel=2
|
||||||
|
|
||||||
pkgdesc="KDE SC - Common Configuration Files, Scripts and Artwork"
|
pkgdesc="KDE SC - Common Configuration Files, Scripts and Artwork"
|
||||||
url="http://www.kde.org"
|
url="http://www.kde.org"
|
||||||
|
@ -11,7 +11,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
# package info
|
# package info
|
||||||
#
|
#
|
||||||
pkgname=tribe-partitionmanager
|
pkgname=tribe-partitionmanager
|
||||||
pkgver=0.2.2
|
pkgver=0.2.3
|
||||||
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=('cc723a1ca3a1dee9191bf66dcdb8c4f0')
|
md5sums=('910fd86d6f766d5c1086b9403f47cb5a')
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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.2
|
pkgver=0.2.3
|
||||||
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=('cc723a1ca3a1dee9191bf66dcdb8c4f0')
|
md5sums=('910fd86d6f766d5c1086b9403f47cb5a')
|
||||||
|
|
||||||
groups=('kde-uninstall')
|
groups=('kde-uninstall')
|
||||||
install=tools-tribe.install
|
install=tools-tribe.install
|
||||||
@ -38,8 +38,8 @@ build()
|
|||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
||||||
# fixes
|
# fixes
|
||||||
#cd "${srcdir}/$pkgname/src"
|
#cd "${srcdir}/chakra-$pkgname/src"
|
||||||
#patch -Np0 -i ${srcdir}/../usr-cmd-fix.patch || return 1
|
#patch -Np0 -i ${srcdir}/../root-pw.patch || return 1
|
||||||
|
|
||||||
cd "${srcdir}/chakra-$pkgname"
|
cd "${srcdir}/chakra-$pkgname"
|
||||||
|
|
||||||
@ -63,5 +63,5 @@ build()
|
|||||||
# make run-script executable
|
# make run-script executable
|
||||||
chmod a+x $pkgdir/usr/share/tribe/scripts/run-tribe.sh
|
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