qt: enable icu support, revbump.

This commit is contained in:
Juan RP 2012-01-14 20:27:57 +01:00
parent 7425a00236
commit ae5d351bfc

View file

@ -5,7 +5,7 @@ _distname=qt-everywhere-opensource-src
wrksrc=${_distname}-${version}
homepage="http://qt.nokia.com/"
distfiles="ftp://ftp.qt.nokia.com/qt/source/${_distname}-$version.tar.gz"
revision=2
revision=3
short_desc="A cross-platform application and UI framework"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3, LGPL-2.1"
@ -50,6 +50,7 @@ Add_dependency build libmysqlclient-devel
Add_dependency build postgresql-libs-devel
Add_dependency build pulseaudio-devel
Add_dependency build gtk+-devel
Add_dependency build icu-devel
do_configure() {
export LD_LIBRARY_PATH="${wrksrc}/lib:${LD_LIBRARY_PATH}"