akabei updates

This commit is contained in:
amnon 2010-08-24 22:41:15 +00:00
parent f0a9e95192
commit 8ef529a939
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# package info
#
pkgname=akabeiclient
pkgver=20100806
pkgver=20100824
pkgrel=1
pkgdesc="Akabeis Client"
url="http://gitorious.org/chakra/akabeiclient"

View File

@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# package info
#
pkgname=akabeicore
pkgver=20100806
pkgver=20100824
pkgrel=1
pkgdesc="Akabeis core library"
url="http://gitorious.org/chakra/akabeicore"

View File

@ -11,13 +11,13 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
_origname=shaman2
pkgname=${_origname}-svn
pkgver=1129707
pkgver=1163590
pkgrel=1
pkgdesc="Pacman frontend based on kdelibs and libaqpm - SVN build"
url="http://chakra-project.org/tools-shaman.html"
license="GPL"
arch=('i686' 'x86_64')
depends=("aqpm2-git>=2010305" "kdelibs>=4.4.1" 'dbus')
depends=("akabeicore>=20100824" "akabeiclient>=20100824" "kdelibs>=4.5.0" 'dbus')
makedepends=('subversion' 'cmake')
provides=('shaman2')
conflicts=('shaman' 'kdemod-shaman' 'kdemod-playground-shaman-git' 'kdemod-playground-shaman2-svn')
@ -40,7 +40,7 @@ build() {
msg "SVN checkout done or server timeout"
msg "Starting cmake..."
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSHAMAN_BACKEND=AQPM || return 1
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSHAMAN_BACKEND=AKABEI || return 1
msg "Starting make..."