mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qt5 to 5.0.1-10
This commit is contained in:
parent
7b7f98816d
commit
ab8d4a10d2
1 changed files with 5 additions and 5 deletions
|
@ -23,14 +23,14 @@ pkgname=('qt5-base'
|
|||
'qt5-webkit'
|
||||
'qt5-xmlpatterns')
|
||||
pkgver=5.0.1
|
||||
pkgrel=6
|
||||
pkgrel=10
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL')
|
||||
makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms'
|
||||
'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
|
||||
'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
|
||||
'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc'
|
||||
'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient'
|
||||
'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
|
||||
'libmng' 'openal' 'gtk2')
|
||||
groups=('qt' 'qt5')
|
||||
|
@ -95,9 +95,9 @@ package_qt5-base() {
|
|||
pkgdesc='A cross-platform application and UI framework'
|
||||
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 'systemd'
|
||||
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 'xcb-util-image'
|
||||
'hicolor-icon-theme' 'xdg-utils')
|
||||
'hicolor-icon-theme' 'xdg-utils' 'icu')
|
||||
optdepends=('postgresql-libs: PostgreSQL driver'
|
||||
'libmysqlclient: MySQL driver'
|
||||
'libmariadbclient: MariaDB driver'
|
||||
'unixodbc: ODBC driver')
|
||||
install='qt5-base.install'
|
||||
conflicts=('qt')
|
||||
|
@ -268,7 +268,7 @@ package_qt5-tools() {
|
|||
|
||||
package_qt5-webkit() {
|
||||
pkgdesc='A cross-platform application and UI framework (QtWebKit)'
|
||||
depends=('qt5-declarative' 'gstreamer0.10-base' 'icu' 'libxslt' 'libxcomposite')
|
||||
depends=('qt5-declarative' 'gstreamer0.10-base' 'libxslt' 'libxcomposite')
|
||||
|
||||
cd ${_pkgfqn}/qtwebkit
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
|
|
Loading…
Reference in a new issue