rebuild cbundle/cinstall, big improvements for bundle-manager GUI

This commit is contained in:
abeveritas 2011-03-28 01:48:15 +00:00
parent 6d24a79151
commit ef0d4c72db
2 changed files with 16 additions and 18 deletions

View File

@ -5,7 +5,7 @@
# (c) 2010 Drake Justice
pkgname=cbundle
pkgver=0.4.3
pkgver=0.4.4
pkgrel=1
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
makedepends=('qt' 'automoc4' 'kdebase-workspace')
@ -14,21 +14,21 @@ arch=("i686" "x86_64")
license=('GPL')
url="http://chakra-project.org/"
source=("http://chakra-project.org/sources/cinstall/jmc-88-cbundle-$pkgver.tar.xz")
md5sums=('eb75c3d25d7e67bfb86c2f2b146a8e12')
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
md5sums=('722d2c1bd4c1703788a8658a48607a34')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
git clone git://gitorious.org/chakra/cbundle.git
pushd jmc-88-cbundle
popd
tar -cvJf jmc-88-cbundle-${pkgver}.tar.xz jmc-88-cbundle/*
md5sum jmc-88-cbundle-${pkgver}.tar.xz
tar -cvJf cbundle-${pkgver}.tar.xz cbundle/*
md5sum cbundle-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/jmc-88-cbundle"
cd "${srcdir}/cbundle"
cmake \

View File

@ -6,33 +6,31 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.4.3
pkgver=0.4.4
pkgrel=1
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
depends=('rsync' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
pkgdesc="Bundle Creator/Launcher and Package-Manager"
arch=("i686" "x86_64")
license=('GPL')
install=$pkgname.install
url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=("http://chakra-project.org/sources/cinstall/jmc-88-cinstall-$pkgver.tar.xz")
md5sums=('e33ae06c76c91c4e76700968bfd0080d')
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
md5sums=('65b14f25f1828033111317346bb9e13d')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cinstall.git
pushd jmc-88-cinstall
git clone git://gitorious.org/chakra/cinstall.git
pushd cinstall
popd
tar -cvJf jmc-88-cinstall-${pkgver}.tar.xz jmc-88-cinstall/*
md5sum jmc-88-cinstall-${pkgver}.tar.xz
tar -cvJf cinstall-${pkgver}.tar.xz cinstall/*
md5sum cinstall-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/jmc-88-cinstall"
cd "${srcdir}/cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \