mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -5,13 +5,13 @@ project management and embeds Designer and Assistant to form a complete, \
|
||||
fast and powerful Qt-based IDE. It's based upon a flexible plugin system \
|
||||
that allows extending it in a near-infinite manner."
|
||||
HOMEPAGE="http://www.monkeystudio.org"
|
||||
COPYRIGHT="2005-2012 Azevedo Filipe & The Monkey Studio Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://monkeystudio.googlecode.com/files/mks_1.9.0.4-src.tar.gz"
|
||||
CHECKSUM_SHA256="cfd3517ac6d4a5d8ffdf7ec9995a624b6cef13aa00163e46a9b54b1f52164ffd"
|
||||
SOURCE_DIR="mks_$portVersion-src"
|
||||
PATCHES="monkeystudio-$portVersion.patch"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2012 Azevedo Filipe & The Monkey Studio Team"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -20,23 +20,21 @@ PROVIDES="
|
||||
monkeystudio${secondaryArchSuffix} = $portVersion
|
||||
app:MonkeyStudio${secondaryArchSuffix} = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libqt4${secondaryArchSuffix} >= 4.8.0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8.0
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:qmake${secondaryArchSuffix}
|
||||
cmd:make
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8.0
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
qmake -set SYSTEM_QSCINTILLA 0
|
||||
|
||||
Reference in New Issue
Block a user