mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
@@ -1,12 +1,28 @@
|
||||
SUMMARY="A Qt Mind map application"
|
||||
DESCRIPTION="Desktop application for creating mind maps and other suitable diagrams. \
|
||||
It's written in Qt."
|
||||
COPYRIGHT="2018-2019 Jussi Lind"
|
||||
DESCRIPTION="Desktop application for creating mind maps and other suitable diagrams.
|
||||
It's written in Qt.
|
||||
|
||||
Features:
|
||||
- Adjustable grid
|
||||
- Automatic layout optimization
|
||||
- Easy-to-use UI
|
||||
- Export to PNG or SVG
|
||||
- Forever 100% free
|
||||
- Full undo/redo
|
||||
- Nice animations
|
||||
- Quickly add node text and edge labels
|
||||
- Save/load in XML-based .ALZ-files
|
||||
- Translations in English (default), Finnish, French, Italian, Dutch
|
||||
- Very fast
|
||||
- Zoom in/out/fit
|
||||
- Zoom with mouse wheel
|
||||
"
|
||||
COPYRIGHT="2018-2020 Jussi Lind"
|
||||
HOMEPAGE="https://github.com/juzzlin/Heimer"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/juzzlin/Heimer/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d6850ab08825c2e5cb0278782a24a4fde8c16059bb6c2a23fbdd63f2952db0ff"
|
||||
CHECKSUM_SHA256="61e0d60abb6e2ae1347843e96bb5e31f61604857f4097765aea3ffd31a3dcc8d"
|
||||
SOURCE_FILENAME="Heimer-$portVersion.tar.gz"
|
||||
SOURCE_DIR="Heimer-$portVersion"
|
||||
ADDITIONAL_FILES="heimer.rdef.in"
|
||||
@@ -44,6 +60,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:qmake$secondaryArchSuffix >= 5
|
||||
@@ -61,7 +78,7 @@ INSTALL()
|
||||
install -d $appsDir
|
||||
install -T ./heimer $appsDir/Heimer
|
||||
|
||||
local APP_SIGNATURE="application/x-vnd.alz"
|
||||
local APP_SIGNATURE="application/x-vnd.heimer"
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
Reference in New Issue
Block a user