[arch-commits] Commit in qupzilla/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Dec 5 13:28:13 UTC 2017
Date: Tuesday, December 5, 2017 @ 13:28:11
Author: arojas
Revision: 272240
archrelease: copy trunk to community-x86_64
Added:
qupzilla/repos/community-x86_64/PKGBUILD
(from rev 272239, qupzilla/trunk/PKGBUILD)
Deleted:
qupzilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 13:27:32 UTC (rev 272239)
+++ PKGBUILD 2017-12-05 13:28:11 UTC (rev 272240)
@@ -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.1
-pkgrel=1
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="https://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=('5605104e2091235607a7406d02ba55d4923e104960c4996e80bcabe61ad7e0cb')
-
-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 272239, qupzilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-05 13:28:11 UTC (rev 272240)
@@ -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.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"
+}
More information about the arch-commits
mailing list