mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
||||||
|
@ -388,7 +389,7 @@ package_qt5-tools() {
|
||||||
install -d "${pkgdir}"/usr/bin
|
install -d "${pkgdir}"/usr/bin
|
||||||
for b in "${pkgdir}"/usr/lib/qt/bin/*; do
|
for b in "${pkgdir}"/usr/lib/qt/bin/*; do
|
||||||
ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
|
ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
package_qt5-webkit() {
|
package_qt5-webkit() {
|
||||||
|
|
Loading…
Reference in a new issue