mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
akabei updates
This commit is contained in:
parent
f0a9e95192
commit
8ef529a939
@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# package info
|
||||
#
|
||||
pkgname=akabeiclient
|
||||
pkgver=20100806
|
||||
pkgver=20100824
|
||||
pkgrel=1
|
||||
pkgdesc="Akabei’s Client"
|
||||
url="http://gitorious.org/chakra/akabeiclient"
|
||||
|
@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# package info
|
||||
#
|
||||
pkgname=akabeicore
|
||||
pkgver=20100806
|
||||
pkgver=20100824
|
||||
pkgrel=1
|
||||
pkgdesc="Akabei’s core library"
|
||||
url="http://gitorious.org/chakra/akabeicore"
|
||||
|
@ -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..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user