[arch-commits] Commit in qupzilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 14 10:14:48 UTC 2018


    Date: Sunday, January 14, 2018 @ 10:14:47
  Author: arojas
Revision: 281955

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-14 10:14:40 UTC (rev 281954)
+++ PKGBUILD	2018-01-14 10:14:47 UTC (rev 281955)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qupzilla
-pkgver=2.2.3
-pkgrel=1
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(x86_64)
-url="https://www.qupzilla.com/"
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(qt5-tools kwallet libgnome-keyring)
-optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration')
-source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
-sha256sums=('76f4aa19ef3877b68a6b38a6fb460caae4d2d13361412e986366b4907ce16c72')
-
-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 281954, qupzilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-14 10:14:47 UTC (rev 281955)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qupzilla
+pkgver=2.2.3
+pkgrel=2
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(x86_64)
+url="https://www.qupzilla.com/"
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(qt5-tools kwallet libgnome-keyring)
+optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz
+        qupzilla-tab-loading.patch::"https://github.com/QupZilla/qupzilla/commit/b5ab2747.patch")
+sha256sums=('76f4aa19ef3877b68a6b38a6fb460caae4d2d13361412e986366b4907ce16c72'
+            'feeb2c3249dbce225d424bb91b8ed015e0465a2a41541a9e0954b5b498f2438e')
+
+prepare() {
+  cd QupZilla-$pkgver
+  patch -p1 -i ../qupzilla-tab-loading.patch # Fix tab loading animation with Qt 5.10
+}
+
+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