From 32ba36adecb080b7cfad3e4760485a6b1320e694 Mon Sep 17 00:00:00 2001 From: abeveritas Date: Thu, 3 Mar 2011 14:56:03 +0000 Subject: [PATCH] cbundle/cinstall rebuild with jmc branch, temp PKGBUILD, will revert after merge --- tools-pkg-cbundle/PKGBUILD | 10 +++++----- tools-pkg-cinstall/PKGBUILD | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tools-pkg-cbundle/PKGBUILD b/tools-pkg-cbundle/PKGBUILD index 70eb86424..dde273a27 100644 --- a/tools-pkg-cbundle/PKGBUILD +++ b/tools-pkg-cbundle/PKGBUILD @@ -5,7 +5,7 @@ # (c) 2010 Drake Justice pkgname=cbundle -pkgver=0.3.52 +pkgver=0.3.54 pkgrel=1 depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse') makedepends=('qt') @@ -14,13 +14,13 @@ arch=("i686" "x86_64") license=('GPL') url="http://chakra-project.org/" -source=(http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz) -md5sums=('b495d63faec29e1fda6315feaa061baf') +source=(jmc-88-jmc-88-cbundle-master.tar.gz) +md5sums=('9bcaf638e582319f3843157dc3dac35e') # create tarball: source PKGBUILD && mksource mksource() { - git clone git://gitorious.org/cinstall/cbundle.git + git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git pushd cbundle popd tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/* @@ -28,7 +28,7 @@ mksource() { } build() { - cd "${srcdir}/cbundle" + cd "${srcdir}/cinstall-jmc-88-cbundle" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/tools-pkg-cinstall/PKGBUILD b/tools-pkg-cinstall/PKGBUILD index e3f1d1a2b..84a4fe540 100644 --- a/tools-pkg-cinstall/PKGBUILD +++ b/tools-pkg-cinstall/PKGBUILD @@ -6,9 +6,9 @@ # (c) 2010 Drake Justice pkgname=cinstall -pkgver=0.3.53 -pkgrel=2 -depends=('cbundle-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle') +pkgver=0.3.54 +pkgrel=1 +depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle') makedepends=('kdelibs' 'qt') pkgdesc="Bundle Creator/Launcher and Package-Manager" arch=("i686" "x86_64") @@ -18,8 +18,8 @@ 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=('c9f1d1d57866fd321fd0c6089dec6e21') +source=("jmc-88-jmc-88-cinstall-master.tar.gz") +md5sums=('95e92b42541eddbf93aafe64513de808') # create tarball: source PKGBUILD && mksource @@ -32,7 +32,7 @@ mksource() { } build() { - cd "${srcdir}/cinstall" + cd "${srcdir}/cinstall-jmc-88-cinstall" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \