mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt5 to 5.3.2-2
This commit is contained in:
parent
8e3884ed1f
commit
3220a1e702
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ pkgname=('qt5-base'
|
|||
'qt5-x11extras'
|
||||
'qt5-xmlpatterns')
|
||||
pkgver=5.3.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -490,6 +490,7 @@ package_qt5-tools() {
|
|||
package_qt5-webkit() {
|
||||
pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
|
||||
depends=('qt5-sensors' 'qt5-location' 'gst-plugins-base' 'libxslt' 'libxcomposite')
|
||||
optdepends=('gst-plugins-good: Webm codec support')
|
||||
license=('GPL3' 'LGPL' 'FDL')
|
||||
|
||||
cd ${_pkgfqn}/qtwebkit
|
||||
|
|
Loading…
Reference in a new issue