From ef0d4c72db0c0fb39d3fd37ca5cc0c5fc2587a0b Mon Sep 17 00:00:00 2001 From: abeveritas Date: Mon, 28 Mar 2011 01:48:15 +0000 Subject: [PATCH] rebuild cbundle/cinstall, big improvements for bundle-manager GUI --- tools-pkg-cbundle/PKGBUILD | 14 +++++++------- tools-pkg-cinstall/PKGBUILD | 20 +++++++++----------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/tools-pkg-cbundle/PKGBUILD b/tools-pkg-cbundle/PKGBUILD index 6a4cfa4b0..e147a0f04 100644 --- a/tools-pkg-cbundle/PKGBUILD +++ b/tools-pkg-cbundle/PKGBUILD @@ -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 \ diff --git a/tools-pkg-cinstall/PKGBUILD b/tools-pkg-cinstall/PKGBUILD index 760c508bc..80ca6a3c7 100644 --- a/tools-pkg-cinstall/PKGBUILD +++ b/tools-pkg-cinstall/PKGBUILD @@ -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 \