mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 17:27:15 +08:00
update tools for 0.3.2
This commit is contained in:
parent
56f8e7bb0e
commit
09b682f26c
@ -7,7 +7,7 @@
|
||||
|
||||
pkgname=cinstall
|
||||
pkgver=0.3.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
||||
makedepends=('kdelibs' 'qt')
|
||||
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
||||
@ -18,17 +18,20 @@ url="http://chakra-project.org/"
|
||||
optdepends=('akabei: for akabei support'
|
||||
'pacman: for pacman support')
|
||||
|
||||
source=(http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz)
|
||||
md5sums=('cb42da50e849f8ba51fee3e78457ba60')
|
||||
source=(http://chakra-project.org/sources/cinstall/cinstall-${pkgver}-${pkgrel}.tar.xz)
|
||||
md5sums=('f72660a09e72736f3d049c9fbada62c7')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
mksource() {
|
||||
rm -vRf cinstall
|
||||
git clone git://gitorious.org/cinstall/cinstall.git
|
||||
pushd cinstall
|
||||
popd
|
||||
tar -cvJf ${pkgname}-${pkgver}.tar.xz cinstall/*
|
||||
md5sum ${pkgname}-${pkgver}.tar.xz
|
||||
# fix version
|
||||
sed -i -e "s~0.3.0~${pkgver}-${pkgrel}~g" cinstall/main.cpp
|
||||
tar -cvJf ${pkgname}-${pkgver}-${pkgrel}.tar.xz cinstall/*
|
||||
md5sum ${pkgname}-${pkgver}-${pkgrel}.tar.xz
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -8,7 +8,7 @@
|
||||
# package info
|
||||
#
|
||||
pkgname=tribe
|
||||
pkgver=0.3.2rc
|
||||
pkgver=0.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Tribe - Chakra LiveCD Installer"
|
||||
url="http://git.chakra-project.org/chakra/"
|
||||
@ -25,8 +25,8 @@ options=('!splithdr' '!splitdbg')
|
||||
source=("http://chakra-project.org/sources/tribe/tribe-$pkgver-$pkgrel.tar.xz"
|
||||
"http://chakra-project.org/sources/tribe/RELEASE_NOTES_032.html"
|
||||
'tribe_4.5.patch')
|
||||
md5sums=('9f5c2296d0093269949ae20d05831c3c'
|
||||
'4716d5e889e41b35fd266af83e76e5bc'
|
||||
md5sums=('b640868e354c2ca317dcd11668a7afb5'
|
||||
'1c70811b17f70d0f76c51e00699ab506'
|
||||
'168a949a78621df376e3a4b2c26ecac5')
|
||||
|
||||
groups=('kde-uninstall')
|
||||
|
Loading…
Reference in New Issue
Block a user