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

Andrea Scarpino andrea at archlinux.org
Wed May 23 18:41:04 UTC 2012


    Date: Wednesday, May 23, 2012 @ 14:41:03
  Author: andrea
Revision: 159396

This is no more needed

Modified:
  qtwebkit/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-23 18:38:43 UTC (rev 159395)
+++ PKGBUILD	2012-05-23 18:41:03 UTC (rev 159396)
@@ -9,7 +9,7 @@
 pkgdesc='An open source web browser engine (Qt port)'
 license=('LGPL2.1' 'GPL3')
 depends=('qt' 'gstreamer0.10-base')
-makedepends=('python2' 'mesa' 'chrpath' 'gperf')
+makedepends=('python2' 'mesa' 'gperf')
 conflicts=('qt<4.8')
 _qtver=4.8.2
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-source.tar.gz"
@@ -43,9 +43,6 @@
   cd "${srcdir}"/${pkgname}-${pkgver}-source
   make INSTALL_ROOT="${pkgdir}" -C Source install
 
-  # Fix RPATH
-  chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/qt/imports/QtWebKit/libqmlwebkitplugin.so
-
   cd "${srcdir}"/${pkgname}-${pkgver}-source/qwebview-${_qtver}/plugins/qwebview
   make INSTALL_ROOT="${pkgdir}" install
 }




More information about the arch-commits mailing list