qupzilla: rebuild with kwallet support

This commit is contained in:
Burce 2014-01-07 15:04:11 +00:00
parent ddcef2764d
commit 7c25d261f4

View File

@ -3,12 +3,12 @@
pkgname=qupzilla
pkgver=1.6.0
pkgrel=1
pkgrel=2
pkgdesc="A very fast open source browser based on WebKit core"
url="http://www.qupzilla.com"
arch=('x86_64')
license=('GPL3')
depends=('qtwebkit' 'qtwebkit-plugins')
depends=('qtwebkit' 'qtwebkit-plugins' 'kdelibs')
optdepends=('bash-completion: bash completion support')
categories=('network')
install=${pkgname}.install
@ -31,7 +31,7 @@ build() {
cd "${pkgname}-${pkgver}"
export USE_WEBGL="true"
export KDE="true"
export KDE_INTEGRATION="true"
qmake QupZilla.pro
make