mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Initial qt bep and patch for 4.8.x by GCI2012 student DavidWHQ
This commit is contained in:
10
x11-libs/qt/patches/qt-4.8.x.patch
Normal file
10
x11-libs/qt/patches/qt-4.8.x.patch
Normal 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
24
x11-libs/qt/qt-4.8.x.bep
Normal 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)."
|
||||
Reference in New Issue
Block a user