extra/qt4 to 4.8.4-13

This commit is contained in:
Kevin Mihelich 2013-03-03 00:46:50 +00:00
parent 449b448549
commit 2db9c12912

View file

@ -10,7 +10,7 @@
pkgname=qt4
pkgver=4.8.4
pkgrel=12
pkgrel=13
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL')
@ -132,8 +132,6 @@ package() {
find "${pkgdir}/usr/lib" -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} \;
# Do not install the qttools
rm "${pkgdir}"/usr/lib/qt4/bin/{assistant,designer,linguist}
rm -r "${pkgdir}"/usr/lib/qt4/plugins/designer
rm "${pkgdir}"/usr/share/qt4/translations/{assistant,designer,linguist}_*.qm
# The TGA plugin is broken (FS#33568)
rm "${pkgdir}"/usr/lib/qt4/plugins/imageformats/libqtga.so
}