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

Antonio Rojas arojas at archlinux.org
Sun Feb 12 15:18:23 UTC 2017


    Date: Sunday, February 12, 2017 @ 15:18:23
  Author: arojas
Revision: 288750

Export all necassary cmake variables (FS#52846)

Modified:
  qt5-webkit-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-12 14:29:27 UTC (rev 288749)
+++ PKGBUILD	2017-02-12 15:18:23 UTC (rev 288750)
@@ -3,7 +3,7 @@
 pkgname=qt5-webkit-ng
 _qtver=tp5
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url='https://github.com/annulen/webkit/wiki'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,11 +13,17 @@
 optdepends=('gst-plugins-good: Webm codec support')
 conflicts=(qt5-webkit)
 provides=(qt5-webkit)
-source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz")
-sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719')
+source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver.tar.gz"
+        qtwebkit-ng-export-cmake-variables.patch::"https://github.com/annulen/webkit/commit/1467a945.patch")
+sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719'
+            'e7839c2eb2d4f998a6c7f6316f408bb8a948c769f8d987903368b0fe689558c6')
 
 prepare() {
   mkdir -p build
+
+# Correctly export all needed cmake variables
+  cd webkit-qtwebkit-$pkgver
+  patch -p1 -i ../qtwebkit-ng-export-cmake-variables.patch
 }
 
 build() {



More information about the arch-commits mailing list