krita boost rebuild

This commit is contained in:
Weng Xuetian 2017-03-17 17:30:53 +00:00
parent 690c823d0c
commit cc288eb739

View File

@ -3,7 +3,7 @@
pkgname=krita
pkgver=3.1.2.1
pkgrel=2
pkgrel=3
pkgdesc="Edit and paint images"
arch=('x86_64')
url="http://krita.org"
@ -27,7 +27,8 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
-DBUILD_TESTING=OFF \
-DPACKAGERS_BUILD=ON
make
}