mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
qupzilla: build with X11 support
This commit is contained in:
parent
bfddaeb7d0
commit
c8855d73f8
@ -1,7 +1,7 @@
|
|||||||
_pkgname=QupZilla
|
_pkgname=QupZilla
|
||||||
pkgname='qupzilla'
|
pkgname='qupzilla'
|
||||||
pkgver=2.0.0
|
pkgver=2.0.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')
|
||||||
@ -44,7 +44,6 @@ build() {
|
|||||||
export USE_WEBGL="true"
|
export USE_WEBGL="true"
|
||||||
export KDE_INTEGRATION="true"
|
export KDE_INTEGRATION="true"
|
||||||
export ENABLE_OPACITY_EFFECT="true"
|
export ENABLE_OPACITY_EFFECT="true"
|
||||||
export NO_X11="true"
|
|
||||||
|
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}/"
|
cd "${srcdir}/${_pkgname}-${pkgver}/"
|
||||||
/usr/lib/qt5/bin/qmake
|
/usr/lib/qt5/bin/qmake
|
||||||
|
Loading…
Reference in New Issue
Block a user