cbundle rebuild for remove fixes, cinstall rebuild GUI changes

This commit is contained in:
abveritas 2011-06-24 16:24:00 +00:00
parent 5c0e0008f2
commit 9d949f78c9
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
# (c) 2010 Drake Justice
pkgname=cbundle
pkgver=0.4.6.1
pkgver=0.4.6.2
pkgrel=1
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh')
makedepends=('qt' 'automoc4' 'kdebase-workspace')
@ -15,7 +15,7 @@ license=('GPL')
url="http://chakra-project.org/"
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
md5sums=('568170fccb0455eabdac353672771575')
md5sums=('514dfc954c33482aa9493982834f3c8f')
# create tarball: source PKGBUILD && mksource

View File

@ -6,8 +6,8 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.4.6.4
pkgrel=2
pkgver=0.4.6.5
pkgrel=1
depends=('rsync' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
pkgdesc="Chakra's Bundle manager"
@ -17,20 +17,20 @@ install=$pkgname.install
url="http://chakra-project.org/"
source=("cinstall-$pkgver.tar.xz")
md5sums=('0130a79daa5d8225f6a4487bc474377f')
md5sums=('1c5119fbb846ffb25aa1517e4a75e89f')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/~fritzvantom/chakra/fritzvantoms-cinstall.git
git clone git://gitorious.org/~fritzvantom/chakra/fritzvantoms-cinstall-differentui.git
pushd fritzvantoms-cinstall
popd
tar -cvJf cinstall-${pkgver}.tar.xz fritzvantoms-cinstall/*
tar -cvJf cinstall-${pkgver}.tar.xz fritzvantoms-cinstall-differentui/*
md5sum cinstall-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/fritzvantoms-cinstall"
cd "${srcdir}/fritzvantoms-cinstall-differentui"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release