mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt5 to 5.1.1-5
This commit is contained in:
parent
1484734c58
commit
186af84da1
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ pkgname=('qt5-base'
|
||||||
'qt5-x11extras'
|
'qt5-x11extras'
|
||||||
'qt5-xmlpatterns')
|
'qt5-xmlpatterns')
|
||||||
pkgver=5.1.1
|
pkgver=5.1.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://qt-project.org/'
|
url='http://qt-project.org/'
|
||||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||||
|
@ -355,6 +355,7 @@ package_qt5-tools() {
|
||||||
optdepends=('qt5-doc: documentation')
|
optdepends=('qt5-doc: documentation')
|
||||||
install='qt5-tools.install'
|
install='qt5-tools.install'
|
||||||
conflicts=('qt')
|
conflicts=('qt')
|
||||||
|
options=('staticlibs') # libQtUiTools builds as static only
|
||||||
|
|
||||||
cd ${_pkgfqn}/qttools
|
cd ${_pkgfqn}/qttools
|
||||||
make INSTALL_ROOT="${pkgdir}" install
|
make INSTALL_ROOT="${pkgdir}" install
|
||||||
|
|
Loading…
Reference in a new issue