[arch-commits] Commit in sonnet/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Sep 27 09:38:08 UTC 2014
Date: Saturday, September 27, 2014 @ 11:38:08
Author: andrea
Revision: 223486
upgpkg: sonnet 5.2.0-2
Fix qt mkspecs install dir
Modified:
sonnet/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-27 09:38:05 UTC (rev 223485)
+++ PKGBUILD 2014-09-27 09:38:08 UTC (rev 223486)
@@ -3,7 +3,7 @@
pkgname=sonnet
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sonnet'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/sonnet'
@@ -24,8 +24,7 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
- -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
- -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
-DBUILD_TESTING=OFF
make
More information about the arch-commits
mailing list