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

Felix Yan felixonmars at archlinux.org
Thu May 17 08:44:57 UTC 2018


    Date: Thursday, May 17, 2018 @ 08:44:56
  Author: felixonmars
Revision: 323508

upgpkg: fluid 1.0.0-2

fix qml installation path

Modified:
  fluid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 08:44:50 UTC (rev 323507)
+++ PKGBUILD	2018-05-17 08:44:56 UTC (rev 323508)
@@ -3,7 +3,7 @@
 
 pkgname=fluid
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for QtQuick apps with Material Design and Universal"
 arch=('x86_64')
 url='https://github.com/lirios/fluid'
@@ -27,7 +27,8 @@
   qbs setup-toolchains --type gcc /usr/bin/g++ gcc
   qbs setup-qt /usr/bin/qmake-qt5 qt5
   qbs config profiles.qt5.baseProfile gcc
-  qbs build --no-install -d build profile:qt5 modules.lirideployment.prefix:/usr
+  qbs build --no-install -d build profile:qt5 modules.lirideployment.prefix:/usr \
+                                              modules.lirideployment.qmlDir:/usr/lib/qt/qml
 }
 
 package() {



More information about the arch-commits mailing list