mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qupzilla: rebuild with kwallet support
This commit is contained in:
parent
ddcef2764d
commit
7c25d261f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user