mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt4 to 4.8.7-10.1
This commit is contained in:
parent
cd3a554a06
commit
af9d6b9001
1 changed files with 3 additions and 2 deletions
|
@ -9,16 +9,17 @@
|
|||
# - added -fno-strict-volatile-bitfields to CXXFLAGS to fix ARM bug
|
||||
# - no libfbclient/ibase, issues building on ARM
|
||||
# - patch for AArch64, define platform as linux-g++, reduce concurrency
|
||||
# - add dbus dependency (required by libQtDbus.so)
|
||||
|
||||
pkgname=qt4
|
||||
pkgver=4.8.7
|
||||
pkgrel=10
|
||||
pkgrel=10.1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
pkgdesc='A cross-platform application and UI framework'
|
||||
depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
|
||||
'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng')
|
||||
'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng' 'dbus')
|
||||
makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2'
|
||||
'mesa')
|
||||
optdepends=('postgresql-libs: PostgreSQL driver'
|
||||
|
|
Loading…
Reference in a new issue