moving cbundle/cinstall 0.4.2 to stable, making room for merged jmc/gcala cinstall

This commit is contained in:
abveritas 2011-03-26 12:54:22 +00:00
parent 5812cc328d
commit a0bbc81bb1
2 changed files with 17 additions and 16 deletions

View File

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

View File

@ -6,7 +6,7 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.3.55
pkgver=0.4.2
pkgrel=1
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
@ -18,21 +18,21 @@ url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
md5sums=('37f111885e962c7c746f05f9ccf44381')
source=("http://chakra-project.org/sources/cinstall/jmc-88-cinstall-$pkgver.tar.xz")
md5sums=('d20374ce4e904eb02168563f6cfbb9be')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/cinstall/cinstall.git
pushd cinstall
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cinstall.git
pushd jmc-88-cinstall
popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz cinstall/*
md5sum ${pkgname}-${pkgver}.tar.xz
tar -cvJf jmc-88-cinstall-${pkgver}.tar.xz jmc-88-cinstall/*
md5sum jmc-88-cinstall-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/cinstall-jmc-88-cinstall"
cd "${srcdir}/jmc-88-cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \