ProjectConceptor: fixed building of the plugins, add debuginfo. (#2445)

This commit is contained in:
Paradoxianer
2018-04-14 22:18:22 +02:00
committed by fbrosson
parent bc9038eb4c
commit e2536678ca

View File

@@ -4,21 +4,21 @@ designed to view, edit and process information which can be represented by a \
graph structure."
APP="ProjectConceptor"
HOMEPAGE="https://github.com/Paradoxianer/$APP"
COPYRIGHT="2017 Matthias \“Paradoxer\” Lindner
COPYRIGHT="2018 Matthias \“Paradoxer\” Lindner
2000-2002 Lee Thomason
1991-2000 Be Incorporated"
LICENSE="BSD (3-clause)
MIT
Open Tracker License
Zlib"
REVISION="1"
srcGitRev="8192c2e9f0c46d4dc316e20b2d3d6ecfe81110ba"
REVISION="2"
srcGitRev="4bcf8c73c05213322de347f08a2db6696d97a005"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="d76718776fe85d49a6c6137fff0189abff786c3402d2ec197d811391c016e6f2"
CHECKSUM_SHA256="7b80d51bb6ab1ec2a3f22290b3e35dfcc9f667c652ca5c01eb826d86a21abb52"
SOURCE_FILENAME="$APP-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="$APP-$srcGitRev"
ARCHITECTURES="x86_gcc2 !x86_64"
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
PROVIDES="
projectconceptor = $portVersion
@@ -38,9 +38,28 @@ BUILD_PREREQUIRES="
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()
{
make -C src OBJ_DIR=objects $jobArgs
make -C src OBJ_DIR=objects app plugins $jobArgs
}
INSTALL()