mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
yab_documentation: content changed and tool added (#5420)
Co-authored-by: Lorenz Glaser <lorenz.glaser@besly.de>
This commit is contained in:
BIN
haiku-data/yab_documentation/additional-files/yab.hvif
Normal file
BIN
haiku-data/yab_documentation/additional-files/yab.hvif
Normal file
Binary file not shown.
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user