mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
qupzilla: rebuild with kwallet support
This commit is contained in:
parent
ddcef2764d
commit
7c25d261f4
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
pkgname=qupzilla
|
pkgname=qupzilla
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A very fast open source browser based on WebKit core"
|
pkgdesc="A very fast open source browser based on WebKit core"
|
||||||
url="http://www.qupzilla.com"
|
url="http://www.qupzilla.com"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('qtwebkit' 'qtwebkit-plugins')
|
depends=('qtwebkit' 'qtwebkit-plugins' 'kdelibs')
|
||||||
optdepends=('bash-completion: bash completion support')
|
optdepends=('bash-completion: bash completion support')
|
||||||
categories=('network')
|
categories=('network')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
@ -31,7 +31,7 @@ build() {
|
|||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
||||||
export USE_WEBGL="true"
|
export USE_WEBGL="true"
|
||||||
export KDE="true"
|
export KDE_INTEGRATION="true"
|
||||||
|
|
||||||
qmake QupZilla.pro
|
qmake QupZilla.pro
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user