yab_documentation: content changed and tool added (#5420)

Co-authored-by: Lorenz Glaser <lorenz.glaser@besly.de>
This commit is contained in:
lorglas
2020-11-19 13:53:06 +01:00
committed by GitHub
parent 7b8bb2b908
commit 3debe906a3
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@@ -5,12 +5,13 @@ COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton
2020 Lorenz Glaser (lorglas) BeSly Software Solutions"
LICENSE="Artistic"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/lorglas/yab_documentation/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="6235a6fb8a3723f0e63df45cee9b30650a2c5ae6fa8770d68313e300182f4621"
CHECKSUM_SHA256="c8658e9077be588343840914fff5d534e54bc9336598c62a07409720cf934513"
SOURCE_FILENAME="yab_documentation-$portVersion.tar.gz"
SOURCE_DIR="yab_documentation-$portVersion"
ADDITIONAL_FILES="
yab.hvif"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
@@ -24,8 +25,10 @@ BUILD_PREREQUIRES=""
INSTALL()
{
mkdir -p $documentationDir/yab
addattr -t icon -f $portDir/additional-files/yab.hvif "BEOS:ICON" "BeSly-yab_Documentation.yab"
cp -r * $documentationDir/yab
DIR_YAB_DESKBAR="${dataDir}/deskbar/menu/Applications/yab"
mkdir -p ${DIR_YAB_DESKBAR}
addAppDeskbarSymlink $documentationDir/yab "yab/yab-Documentation"
addAppDeskbarSymlink $documentationDir/yab/BeSly-yab_Documentation.yab "yab/BeSly-yab_Documentation"
}