[arch-commits] Commit in qupzilla/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Oct 23 19:25:11 UTC 2017


    Date: Monday, October 23, 2017 @ 19:25:10
  Author: arojas
Revision: 264078

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

Added:
  qupzilla/repos/community-i686/PKGBUILD
    (from rev 264077, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-x86_64/PKGBUILD
    (from rev 264077, qupzilla/trunk/PKGBUILD)
Deleted:
  qupzilla/repos/community-i686/PKGBUILD
  qupzilla/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ------------------
 community-x86_64/PKGBUILD |   36 ------------------
 3 files changed, 86 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-23 19:24:40 UTC (rev 264077)
+++ community-i686/PKGBUILD	2017-10-23 19:25:10 UTC (rev 264078)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qupzilla
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-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')
-
-build() {
-  cd QupZilla-$pkgver
-  export USE_WEBGL=true \
-    QUPZILLA_PREFIX=/usr/ \
-    KDE_INTEGRATION=true \
-    GNOME_INTEGRATION=true
-  qmake
-  make
-}
-
-package() {
-  cd QupZilla-$pkgver
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 264077, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-23 19:25:10 UTC (rev 264078)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qupzilla
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/"
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+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
+        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 \
+    QUPZILLA_PREFIX=/usr/ \
+    KDE_INTEGRATION=true \
+    GNOME_INTEGRATION=true
+  qmake
+  make
+}
+
+package() {
+  cd QupZilla-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-23 19:24:40 UTC (rev 264077)
+++ community-x86_64/PKGBUILD	2017-10-23 19:25:10 UTC (rev 264078)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qupzilla
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-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')
-
-build() {
-  cd QupZilla-$pkgver
-  export USE_WEBGL=true \
-    QUPZILLA_PREFIX=/usr/ \
-    KDE_INTEGRATION=true \
-    GNOME_INTEGRATION=true
-  qmake
-  make
-}
-
-package() {
-  cd QupZilla-$pkgver
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 264077, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-23 19:25:10 UTC (rev 264078)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qupzilla
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/"
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+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
+        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 \
+    QUPZILLA_PREFIX=/usr/ \
+    KDE_INTEGRATION=true \
+    GNOME_INTEGRATION=true
+  qmake
+  make
+}
+
+package() {
+  cd QupZilla-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}



More information about the arch-commits mailing list