mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qt5 to 5.2.1-4
This commit is contained in:
parent
e77b0949f0
commit
2fc404a90c
1 changed files with 3 additions and 3 deletions
|
@ -30,12 +30,12 @@ pkgname=('qt5-base'
|
|||
'qt5-x11extras'
|
||||
'qt5-xmlpatterns')
|
||||
pkgver=5.2.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms'
|
||||
'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 'libmng'
|
||||
'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 'gstreamer0.10-base-plugins' 'libmng'
|
||||
'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils'
|
||||
'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc'
|
||||
'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
|
||||
|
@ -256,7 +256,7 @@ package_qt5-translations() {
|
|||
|
||||
package_qt5-multimedia() {
|
||||
pkgdesc='A cross-platform application and UI framework (QtMultimedia)'
|
||||
depends=('qt5-declarative' 'libpulse' 'gst-plugins-base' 'openal')
|
||||
depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal')
|
||||
conflicts=('qt')
|
||||
|
||||
cd ${_pkgfqn}/qtmultimedia
|
||||
|
|
Loading…
Reference in a new issue