qt: enable icu support, revbump.
This commit is contained in:
parent
7425a00236
commit
ae5d351bfc
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue