diff --git a/x11-libs/qt/patches/qt-4.8.x.patch b/x11-libs/qt/patches/qt-4.8.x.patch new file mode 100644 index 000000000..23884e1f1 --- /dev/null +++ b/x11-libs/qt/patches/qt-4.8.x.patch @@ -0,0 +1,10 @@ +diff -Naur qt-4.8.x/src/corelib/corelib.pro qt-4.8.x-haiku/src/corelib/corelib.pro +--- qt-4.8.x/src/corelib/corelib.pro 2012-12-08 10:33:43.278134784 +0000 ++++ qt-4.8.x-haiku/src/corelib/corelib.pro 2012-12-07 08:00:59.000000000 +0000 +@@ -50,5 +50,5 @@ + } + + haiku: { +- LIBS_PRIVATE += -llocale -lbe ++ LIBS_PRIVATE += -lbe + } diff --git a/x11-libs/qt/qt-4.8.x.bep b/x11-libs/qt/qt-4.8.x.bep new file mode 100644 index 000000000..22660609d --- /dev/null +++ b/x11-libs/qt/qt-4.8.x.bep @@ -0,0 +1,24 @@ +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" +HOMEPAGE="http://qt-haiku.ru" +SRC_URI="git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +#CHECKSUM_MD5="" +MESSAGE="This port requires gcc4.Please run "setgcc gcc4" before install." +BUILD { + cd qt-4.8.x + configure --prefix-install=no -no-pch -no-opengl -no-largefile \ + -fast -nomake examples -nomake demos -release -opensource \ + -confirm-license -no-iconv -phonon -no-phonon-backend \ + -multimedia -no-audio-backend + make +} + +INSTALL { + cd qt-4.8.x + make install +} + +LICENSE="GNU LGPL v2.1" +COPYRIGHT="2011 Nokia Corporation and/or its subsidiary(-ies)."