[arch-commits] Commit in kwin/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Oct 24 19:22:01 UTC 2014


    Date: Friday, October 24, 2014 @ 21:22:01
  Author: andrea
Revision: 225293

upgpkg: kwin 5.1.0.1-2

Fix libexec install dir

Modified:
  kwin/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-24 19:20:07 UTC (rev 225292)
+++ PKGBUILD	2014-10-24 19:22:01 UTC (rev 225293)
@@ -3,7 +3,7 @@
 
 pkgname=kwin
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
@@ -27,6 +27,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DQML_INSTALL_DIR=lib/qt/qml \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list