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

Antonio Rojas arojas at archlinux.org
Wed Jun 7 20:49:45 UTC 2017


    Date: Wednesday, June 7, 2017 @ 20:49:44
  Author: arojas
Revision: 298149

Update to 5.212.0-alpha

Modified:
  qt5-webkit-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-07 20:01:37 UTC (rev 298148)
+++ PKGBUILD	2017-06-07 20:49:44 UTC (rev 298149)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-webkit-ng
-_qtver=tp5
+_qtver=5.212.0
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=1
 arch=(x86_64)
 url='https://github.com/annulen/webkit/wiki'
 license=(GPL3 LGPL3 FDL custom)
@@ -13,11 +13,9 @@
 optdepends=('gst-plugins-good: Webm codec support')
 conflicts=(qt5-webkit)
 provides=(qt5-webkit)
-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"
+source=("https://github.com/annulen/webkit/archive/qtwebkit-$pkgver-alpha.tar.gz"
         qt5-webkit-icu59.patch qt5-webkit-ng-gcc7.patch qt5-webkit-ng-functional.patch)
-sha256sums=('04bcb819675be6ebe0bba81519319dede6510512a73ef53d20465f91034ee719'
-            '4abe2c5f4b99f22a3257f0594819f97abe98b26a0ed1c56555f06ae8e831e49d'
+sha256sums=('bf8637ad44efd781893c60a932256f435f538bea63333a7f438b897500044d98'
             'e1306e696ad7125fa00083aa966be0ea6fe6de555c9e1d119957f208f258edfe'
             '58ecbd8708f5afe4e974fdcd6c1f32fea61ccc55dc9bb711768f2d0da6963fb8'
             'c85344edcc23930c0190b2f8ec3847bf8bdbbf7f1d4fa877c502e354e5f4233e')
@@ -25,9 +23,7 @@
 prepare() {
   mkdir -p build
 
-# Correctly export all needed cmake variables
-  cd webkit-qtwebkit-$pkgver
-  patch -p1 -i ../qtwebkit-ng-export-cmake-variables.patch
+  cd webkit-qtwebkit-$pkgver-alpha
 # Fix build with ICU 59 (PLD linux)
   patch -p1 -i ../qt5-webkit-icu59.patch
 # Fix build with GCC 7
@@ -40,7 +36,7 @@
 build() {
   cd build  
 
-  cmake ../webkit-qtwebkit-$pkgver \
+  cmake ../webkit-qtwebkit-$pkgver-alpha \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DPORT=Qt \



More information about the arch-commits mailing list