[arch-commits] Commit in qt5-webkit-ng/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sun Feb 12 15:19:02 UTC 2017


    Date: Sunday, February 12, 2017 @ 15:19:01
  Author: arojas
Revision: 288751

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt5-webkit-ng/repos/extra-i686/PKGBUILD
    (from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
  qt5-webkit-ng/repos/extra-x86_64/PKGBUILD
    (from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
Deleted:
  qt5-webkit-ng/repos/extra-i686/PKGBUILD
  qt5-webkit-ng/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 --------------------
 extra-x86_64/PKGBUILD |   39 --------------------
 3 files changed, 90 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-12 15:18:23 UTC (rev 288750)
+++ extra-i686/PKGBUILD	2017-02-12 15:19:01 UTC (rev 288751)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qt5-webkit-ng
-_qtver=tp5
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='https://github.com/annulen/webkit/wiki'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API (maintained fork)'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-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')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build  
-
-  cmake ../webkit-qtwebkit-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DPORT=Qt
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webkit-ng/repos/extra-i686/PKGBUILD (from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-12 15:19:01 UTC (rev 288751)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-webkit-ng
+_qtver=tp5
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(i686 x86_64)
+url='https://github.com/annulen/webkit/wiki'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API (maintained fork)'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+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")
+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() {
+  cd build  
+
+  cmake ../webkit-qtwebkit-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DPORT=Qt
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-12 15:18:23 UTC (rev 288750)
+++ extra-x86_64/PKGBUILD	2017-02-12 15:19:01 UTC (rev 288751)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qt5-webkit-ng
-_qtver=tp5
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='https://github.com/annulen/webkit/wiki'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API (maintained fork)'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-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')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build  
-
-  cmake ../webkit-qtwebkit-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DPORT=Qt
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webkit-ng/repos/extra-x86_64/PKGBUILD (from rev 288750, qt5-webkit-ng/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-12 15:19:01 UTC (rev 288751)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-webkit-ng
+_qtver=tp5
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(i686 x86_64)
+url='https://github.com/annulen/webkit/wiki'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API (maintained fork)'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+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")
+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() {
+  cd build  
+
+  cmake ../webkit-qtwebkit-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DPORT=Qt
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list