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

Antonio Rojas arojas at archlinux.org
Tue Dec 19 21:49:44 UTC 2017


    Date: Tuesday, December 19, 2017 @ 21:49:44
  Author: arojas
Revision: 274942

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-19 21:49:12 UTC (rev 274941)
+++ PKGBUILD	2017-12-19 21:49:44 UTC (rev 274942)
@@ -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.2
-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=('090e60aba46ef2239df5af2cf50fcf10124937b573e90c72802c259145e5ba01')
-
-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 274941, qupzilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-19 21:49:44 UTC (rev 274942)
@@ -0,0 +1,35 @@
+# $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"
+}



More information about the arch-commits mailing list