mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5 to 5.5.1-2
This commit is contained in:
parent
d8028e7813
commit
1b6ba8073b
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ pkgname=('qt5-3d'
|
||||||
'qt5-x11extras'
|
'qt5-x11extras'
|
||||||
'qt5-xmlpatterns')
|
'qt5-xmlpatterns')
|
||||||
pkgver=5.5.1
|
pkgver=5.5.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://www.qt.io/developers'
|
url='http://www.qt.io/developers'
|
||||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||||
|
@ -232,7 +232,7 @@ package_qt5-connectivity() {
|
||||||
|
|
||||||
package_qt5-declarative() {
|
package_qt5-declarative() {
|
||||||
pkgdesc='Classes for QML and JavaScript languages'
|
pkgdesc='Classes for QML and JavaScript languages'
|
||||||
depends=('qt5-xmlpatterns' 'libxkbcommon-x11')
|
depends=('qt5-xmlpatterns' 'libxkbcommon-x11' 'libsm')
|
||||||
conflicts=('qt')
|
conflicts=('qt')
|
||||||
|
|
||||||
cd ${_pkgfqn}/qtdeclarative
|
cd ${_pkgfqn}/qtdeclarative
|
||||||
|
|
Loading…
Reference in a new issue