akonadi-qt5: built with -DLIB_INSTALL_DIR=/usr/lib

This commit is contained in:
Neophytos Kolokotronis 2015-04-24 23:31:12 +00:00
parent f41f155f36
commit ae8c0ae8a8

View File

@ -1,7 +1,7 @@
pkgname=akonadi-qt5
_pkgname=akonadi
pkgver=5.0.40
pkgrel=1
pkgrel=2
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
arch=('x86_64')
url='http://community.kde.org/KDE_PIM/Akonadi'
@ -25,6 +25,7 @@ build() {
cmake ../${_pkgname} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=/usr/lib \
-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
-DAKONADI_BUILD_TESTS=OFF \
-DQT5_BUILD=ON \