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

2018-02-07 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 7, 2018 @ 19:22:13
  Author: arojas
Revision: 290032

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-07 19:21:41 UTC (rev 290031)
+++ PKGBUILD2018-02-07 19:22:13 UTC (rev 290032)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-pkgname=qupzilla
-pkgver=2.2.5
-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=('b1b5bf6b3061a76d1add3c072753cc088140eb0fafcf24b9a0c4951b4d8948f6')
-
-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 290031, 
qupzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-07 19:22:13 UTC (rev 290032)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+pkgname=qupzilla
+pkgver=2.2.5
+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
+https://github.com/QupZilla/qupzilla/commit/f3b770d2.patch)
+sha256sums=('b1b5bf6b3061a76d1add3c072753cc088140eb0fafcf24b9a0c4951b4d8948f6'
+'497268175711ff833451943a40803892c18388ca7ab8fb86c8277c26961c678b')
+
+prepare() {
+  cd QupZilla-$pkgver
+  patch -p1 -i ../f3b770d2.patch # 
https://github.com/QupZilla/qupzilla/issues/2578
+}
+
+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"
+}


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

2018-01-28 Thread Antonio Rojas via arch-commits
Date: Sunday, January 28, 2018 @ 16:08:13
  Author: arojas
Revision: 287626

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-28 16:07:49 UTC (rev 287625)
+++ PKGBUILD2018-01-28 16:08:13 UTC (rev 287626)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-pkgname=qupzilla
-pkgver=2.2.4
-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=('a5c7d591d5a9028052d1a3fb3536c716fcfbe4e1675af38b1a06b8fab977314c')
-
-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 287625, 
qupzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-28 16:08:13 UTC (rev 287626)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+pkgname=qupzilla
+pkgver=2.2.5
+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=('b1b5bf6b3061a76d1add3c072753cc088140eb0fafcf24b9a0c4951b4d8948f6')
+
+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"
+}


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

2018-01-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 16, 2018 @ 18:37:32
  Author: arojas
Revision: 283503

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-16 18:37:01 UTC (rev 283502)
+++ PKGBUILD2018-01-16 18:37:32 UTC (rev 283503)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-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"
-}

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 283502, 
qupzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-16 18:37:32 UTC (rev 283503)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+pkgname=qupzilla
+pkgver=2.2.4
+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=('a5c7d591d5a9028052d1a3fb3536c716fcfbe4e1675af38b1a06b8fab977314c')
+
+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"
+}


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

2018-01-14 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2018-01-14 10:14:40 UTC (rev 281954)
+++ PKGBUILD2018-01-14 10:14:47 UTC (rev 281955)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-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)
+++ PKGBUILD2018-01-14 10:14:47 UTC (rev 281955)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+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"
+}


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

2017-12-19 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2017-12-19 21:49:12 UTC (rev 274941)
+++ PKGBUILD2017-12-19 21:49:44 UTC (rev 274942)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-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)
+++ PKGBUILD2017-12-19 21:49:44 UTC (rev 274942)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+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"
+}


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

2017-12-05 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2017-12-05 13:27:32 UTC (rev 272239)
+++ PKGBUILD2017-12-05 13:28:11 UTC (rev 272240)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-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)
+++ PKGBUILD2017-12-05 13:28:11 UTC (rev 272240)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+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"
+}