mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
ProjectConceptor: fixed building of the plugins, add debuginfo. (#2445)
This commit is contained in:
@@ -4,21 +4,21 @@ designed to view, edit and process information which can be represented by a \
|
|||||||
graph structure."
|
graph structure."
|
||||||
APP="ProjectConceptor"
|
APP="ProjectConceptor"
|
||||||
HOMEPAGE="https://github.com/Paradoxianer/$APP"
|
HOMEPAGE="https://github.com/Paradoxianer/$APP"
|
||||||
COPYRIGHT="2017 Matthias \“Paradoxer\” Lindner
|
COPYRIGHT="2018 Matthias \“Paradoxer\” Lindner
|
||||||
2000-2002 Lee Thomason
|
2000-2002 Lee Thomason
|
||||||
1991-2000 Be Incorporated"
|
1991-2000 Be Incorporated"
|
||||||
LICENSE="BSD (3-clause)
|
LICENSE="BSD (3-clause)
|
||||||
MIT
|
MIT
|
||||||
Open Tracker License
|
Open Tracker License
|
||||||
Zlib"
|
Zlib"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
srcGitRev="8192c2e9f0c46d4dc316e20b2d3d6ecfe81110ba"
|
srcGitRev="4bcf8c73c05213322de347f08a2db6696d97a005"
|
||||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="d76718776fe85d49a6c6137fff0189abff786c3402d2ec197d811391c016e6f2"
|
CHECKSUM_SHA256="7b80d51bb6ab1ec2a3f22290b3e35dfcc9f667c652ca5c01eb826d86a21abb52"
|
||||||
SOURCE_FILENAME="$APP-$portVersion-$srcGitRev.tar.gz"
|
SOURCE_FILENAME="$APP-$portVersion-$srcGitRev.tar.gz"
|
||||||
SOURCE_DIR="$APP-$srcGitRev"
|
SOURCE_DIR="$APP-$srcGitRev"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 !x86_64"
|
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
projectconceptor = $portVersion
|
projectconceptor = $portVersion
|
||||||
@@ -38,9 +38,28 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:make
|
cmd:make
|
||||||
"
|
"
|
||||||
|
|
||||||
|
defineDebugInfoPackage projectconceptor \
|
||||||
|
"$appsDir"/$APP/Plugins/AddAttribute \
|
||||||
|
"$appsDir"/$APP/Plugins/ChangeValue \
|
||||||
|
"$appsDir"/$APP/Plugins/Copy \
|
||||||
|
"$appsDir"/$APP/Plugins/Delete \
|
||||||
|
"$appsDir"/$APP/Plugins/Find \
|
||||||
|
"$appsDir"/$APP/Plugins/FreeMindTranslator \
|
||||||
|
"$appsDir"/$APP/Plugins/GraphEditor \
|
||||||
|
"$appsDir"/$APP/Plugins/Group \
|
||||||
|
"$appsDir"/$APP/Plugins/Insert \
|
||||||
|
"$appsDir"/$APP/Plugins/Move \
|
||||||
|
"$appsDir"/$APP/Plugins/NavigatorEditor \
|
||||||
|
"$appsDir"/$APP/Plugins/Paste \
|
||||||
|
"$appsDir"/$APP/Plugins/ProjectConceptorTranslator \
|
||||||
|
"$appsDir"/$APP/Plugins/RemoveAttribute \
|
||||||
|
"$appsDir"/$APP/Plugins/Resize \
|
||||||
|
"$appsDir"/$APP/Plugins/Select \
|
||||||
|
"$appsDir"/$APP/ProjectConceptor
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
make -C src OBJ_DIR=objects $jobArgs
|
make -C src OBJ_DIR=objects app plugins $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user