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

Antonio Rojas arojas at archlinux.org
Mon Oct 23 19:24:41 UTC 2017


    Date: Monday, October 23, 2017 @ 19:24:40
  Author: arojas
Revision: 264077

Fix crashes with Qt 5.10

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-23 18:30:30 UTC (rev 264076)
+++ PKGBUILD	2017-10-23 19:24:40 UTC (rev 264077)
@@ -4,7 +4,7 @@
 
 pkgname=qupzilla
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform QtWebEngine browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/"
@@ -13,9 +13,16 @@
 makedepends=(qt5-tools kwallet libgnome-keyring)
 optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration'
             'libgnome-keyring: gnome keyring integration')
-source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
-sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz
+        qupzilla-qt5.10-crash.patch::"https://github.com/QupZilla/qupzilla/commit/c894e8bb.patch")
+sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818'
+            '1b4101a7e752bd136b250ef3258f060e419c4b2d1d0b6da9011b4694a234f0b6')
 
+prepare() {
+  cd QupZilla-$pkgver
+  patch -p1 -i ../qupzilla-qt5.10-crash.patch # https://github.com/QupZilla/qupzilla/issues/2491
+}
+
 build() {
   cd QupZilla-$pkgver
   export USE_WEBGL=true \



More information about the arch-commits mailing list