[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

speps speps at nymeria.archlinux.org
Wed Feb 19 15:37:19 UTC 2014


    Date: Wednesday, February 19, 2014 @ 16:37:19
  Author: speps
Revision: 105935

upgpkg: qupzilla 1.6.3-1

Modified:
  qupzilla/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-19 12:29:36 UTC (rev 105934)
+++ PKGBUILD	2014-02-19 15:37:19 UTC (rev 105935)
@@ -3,18 +3,18 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt5)
-pkgver=1.6.1
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/"
 license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell' 'kdelibs' 'libgnome-keyring')
 optdepends=('bash-completion: bash completion support')
 install="$pkgbase.install"
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz")
 noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('ca6fee487c9871d37d2dd09b3617b88f')
+md5sums=('37d962c924a58c616104d0cc732bf69f')
 
 prepare() {
   # extract
@@ -24,7 +24,9 @@
 
   # configure
   export USE_WEBGL=true \
-         QUPZILLA_PREFIX=/usr/
+         QUPZILLA_PREFIX=/usr/ \
+         KDE_INTEGRATION=true \
+         GNOME_INTEGRATION=true
 }
 
 build() {
@@ -39,6 +41,8 @@
 
 package_qupzilla() {
   depends=('qtwebkit' 'hunspell')
+  optdepends=('kdelibs: kwallet integration'
+              'libgnome-keyring: gnome keyring integration')
 
   cd qt4
   make INSTALL_ROOT="$pkgdir/" install
@@ -51,6 +55,7 @@
 package_qupzilla-qt5() {
   pkgdesc+=" (Qt5)"
   depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('libgnome-keyring: gnome keyring integration')
   provides=('qupzilla')
   conflicts=('qupzilla')
 




More information about the arch-commits mailing list