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

Andrea Scarpino andrea at archlinux.org
Sat Jan 14 15:24:51 UTC 2012


    Date: Saturday, January 14, 2012 @ 10:24:50
  Author: andrea
Revision: 146626

upgpkg: qtwebkit 2.2.1-2

Fix build

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-14 15:08:05 UTC (rev 146625)
+++ PKGBUILD	2012-01-14 15:24:50 UTC (rev 146626)
@@ -16,7 +16,7 @@
         "ftp://ftp.archlinux.org/other/${pkgname}/qwebview-4.8.0.tar.bz2"
         'python2-path.patch')
 sha1sums=('283fc116882157df0474af496be73bb9b34cb001'
-          '379478b152c96a75fd9a7db268d8f3fa6cfa8ace'
+          '0e44b27a0f71aceb91a89a2c28ab6331126518d9'
           'b0ef3d5596171e3900a685df9bcfac3068ad6330')
 
 build() {
@@ -32,7 +32,7 @@
     --3d-canvas
 
   # Build the QWebView plugin (FS#27914)
-  cd "${srcdir}"/qt-everywhere-opensource-src-4.8.0/tools/designer/src/plugins/qwebview
+  cd "${srcdir}"/QtWebKit-${pkgver}/qwebview-4.8.0/plugins/qwebview
   qmake
   make
 }
@@ -44,6 +44,6 @@
   # Fix RPATH
   chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
 
-  cd "${srcdir}"/qt-everywhere-opensource-src-4.8.0/tools/designer/src/plugins/qwebview
+  cd "${srcdir}"/QtWebKit-${pkgver}/qwebview-4.8.0/plugins/qwebview
   make INSTALL_ROOT="${pkgdir}" install
 }




More information about the arch-commits mailing list