mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-16 00:20:27 +08:00
lib32-qt rebuild with webkit enabled, required by skype
This commit is contained in:
parent
9db4961cbd
commit
71455478c5
@ -1,12 +1,12 @@
|
|||||||
_pkgbasename=qt
|
_pkgbasename=qt
|
||||||
pkgname="lib32-${_pkgbasename}"
|
pkgname="lib32-${_pkgbasename}"
|
||||||
pkgver=4.8.7
|
pkgver=4.8.7
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='A cross-platform application and UI framework. (ELF32)'
|
pkgdesc='A cross-platform application and UI framework. (ELF32)'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://www.qt.io'
|
url='http://www.qt.io'
|
||||||
license=('GPL3' 'LGPL')
|
license=('GPL3' 'LGPL')
|
||||||
depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,dbus-core,openssl}
|
depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,dbus-core,openssl,gstreamer,gst-plugins-base}
|
||||||
lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi,xinerama,xcursor,xfixes,ffi,xml2}
|
lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi,xinerama,xcursor,xfixes,ffi,xml2}
|
||||||
"${_pkgbasename}=${pkgver}")
|
"${_pkgbasename}=${pkgver}")
|
||||||
makedepends=('cups' lib32-{mesa,libcups,libxfixes,icu,clang} )
|
makedepends=('cups' lib32-{mesa,libcups,libxfixes,icu,clang} )
|
||||||
@ -53,7 +53,7 @@ build() {
|
|||||||
-system-sqlite \
|
-system-sqlite \
|
||||||
-no-phonon \
|
-no-phonon \
|
||||||
-no-phonon-backend \
|
-no-phonon-backend \
|
||||||
-no-webkit \
|
-webkit \
|
||||||
-graphicssystem raster \
|
-graphicssystem raster \
|
||||||
-openssl-linked \
|
-openssl-linked \
|
||||||
-nomake demos \
|
-nomake demos \
|
||||||
|
Loading…
Reference in New Issue
Block a user