extra/qt5 to 5.1.1-5

This commit is contained in:
Kevin Mihelich 2013-10-23 13:42:51 +00:00
parent 1484734c58
commit 186af84da1

View file

@ -31,7 +31,7 @@ pkgname=('qt5-base'
'qt5-x11extras'
'qt5-xmlpatterns')
pkgver=5.1.1
pkgrel=4
pkgrel=5
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@ -355,6 +355,7 @@ package_qt5-tools() {
optdepends=('qt5-doc: documentation')
install='qt5-tools.install'
conflicts=('qt')
options=('staticlibs') # libQtUiTools builds as static only
cd ${_pkgfqn}/qttools
make INSTALL_ROOT="${pkgdir}" install
@ -388,7 +389,7 @@ package_qt5-tools() {
install -d "${pkgdir}"/usr/bin
for b in "${pkgdir}"/usr/lib/qt/bin/*; do
ln -s /usr/lib/qt/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
done
done
}
package_qt5-webkit() {