rebuild of cbundle/cinstall with gcala branch

This commit is contained in:
abeveritas 2011-03-09 20:02:09 +00:00
parent b1340bb91a
commit 57a8eac956
2 changed files with 17 additions and 15 deletions

View File

@ -5,30 +5,31 @@
# (c) 2010 Drake Justice
pkgname=cbundle
pkgver=0.3.57
pkgver=0.3.58
pkgrel=1
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
makedepends=('qt' 'automoc4' 'kdebase-workspace')
pkgdesc="A shared library for using Chakra software bundles"
conflicts="cbundle"
arch=("i686" "x86_64")
license=('GPL')
url="http://chakra-project.org/"
source=(jmc-88-jmc-88-cbundle-master.tar.gz)
md5sums=('680f6f3b1c60b3fc3461db6744e6030d')
source=(gcala-gcala-cbundle-master.tar.gz)
md5sums=('5275a25bb9cab1ea98617bd713791fb3')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
pushd cbundle
popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
md5sum ${pkgname}-${pkgver}.tar.xz
}
#mksource() {
# git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
# pushd cbundle
# popd
# tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
# md5sum ${pkgname}-${pkgver}.tar.xz
#}
build() {
cd "${srcdir}/cinstall-jmc-88-cbundle"
cd "${srcdir}/cinstall-gcala-cbundle"
cmake \

View File

@ -6,11 +6,12 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.3.57
pkgver=0.3.58
pkgrel=1
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
pkgdesc="Bundle Creator/Launcher and Package-Manager"
conflict="cinstall"
arch=("i686" "x86_64")
license=('GPL')
install=$pkgname.install
@ -18,8 +19,8 @@ url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
md5sums=('4683a08a0181254cceb50bcfac75ffab')
source=("gcala-gcala-cinstall-master.tar.gz")
md5sums=('0d8d43d0c3b64d8191bbc6167e4a2ef2')
# create tarball: source PKGBUILD && mksource
@ -32,7 +33,7 @@ mksource() {
}
build() {
cd "${srcdir}/cinstall-jmc-88-cinstall"
cd "${srcdir}/cinstall-gcala-cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \