mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 15:47:15 +08:00
rebuilds/updates fro boost, akonadi, kdepimlibs
This commit is contained in:
parent
b23e560db7
commit
1f5953c434
@ -8,30 +8,27 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=akonadi
|
||||
pkgver=1.5.2
|
||||
pkgver=1.5.3
|
||||
pkgrel=1
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.akonadi-project.org'
|
||||
license=('LGPL')
|
||||
depends=('shared-mime-info' 'boost' 'mysql>=5.5.11' 'soprano>=2.6.0')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4')
|
||||
depends=('shared-mime-info' 'boost-libs' 'mysql>=5.5.11' 'soprano>=2.6.0')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
|
||||
install=$pkgname.install
|
||||
source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2"
|
||||
'qt-plugins-path.patch')
|
||||
md5sums=('1c69a74474389e35709171a329c77bed'
|
||||
'9e8ad893d8e8d7af2c4f89429e32e367')
|
||||
source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2")
|
||||
|
||||
md5sums=('ad342acca61c2af27be4cce61b2d925a')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
patch -Np1 -i ${srcdir}/qt-plugins-path.patch
|
||||
cd ${srcdir}
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user