mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 07:44:38 +08:00
akonadi-qt5: built with -DLIB_INSTALL_DIR=/usr/lib
This commit is contained in:
parent
f41f155f36
commit
ae8c0ae8a8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user