Initial qt bep and patch for 4.8.x by GCI2012 student DavidWHQ

This commit is contained in:
Scott McCreary
2012-12-10 06:43:27 +00:00
parent 70cbef4f48
commit d4dbf46d86
2 changed files with 34 additions and 0 deletions

View File

@@ -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
}

24
x11-libs/qt/qt-4.8.x.bep Normal file
View File

@@ -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)."