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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Apr 28 06:45:12 UTC 2013


    Date: Sunday, April 28, 2013 @ 08:45:12
  Author: andrea
Revision: 183827

upgpkg: qt5 5.0.2-2

libpng rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-28 06:43:39 UTC (rev 183826)
+++ PKGBUILD	2013-04-28 06:45:12 UTC (rev 183827)
@@ -17,7 +17,7 @@
          'qt5-webkit'
          'qt5-xmlpatterns')
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -90,9 +90,9 @@
   for m in qtbase qtdeclarative qtmultimedia qtquick1 qtscript qtsvg qttools \
     qtwebkit-examples-and-demos qtxmlpatterns; do
     cd ${m}/examples
-    ${QTDIR}/qmake
+    ${QTDIR}/qtbase/bin/qmake
     make
-  cd ../../
+    cd ../../
   done
 }
 




More information about the arch-commits mailing list