Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d361a4348f29
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ef8263498eb
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 1, 2021

  1. yab-docu for yab 1.8 (#5985)

    Co-authored-by: Lorenz Glaser <lorenz.glaser@besly.de>
    lorglas and Lorenz Glaser authored Jul 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4ef8263 View commit details
Showing with 5 additions and 2 deletions.
  1. +5 −2 haiku-data/yab_documentation/{yab_documentation-1.7.9.1.recipe → yab_documentation-1.8.0.recipe}
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ DESCRIPTION="Documentation for yab programming language"
HOMEPAGE="https://software.besly.de/"
COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton
2020 Lorenz Glaser (lorglas) BeSly Software Solutions"
2020-2021 Lorenz Glaser (lorglas) BeSly Software Solutions"
LICENSE="Artistic"
REVISION="1"
SOURCE_URI="https://github.com/lorglas/yab_documentation/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="c8658e9077be588343840914fff5d534e54bc9336598c62a07409720cf934513"
CHECKSUM_SHA256="cd6d788bdf83c265900e87224be8470436a0e42a5f359a75521654903448b9a8"
SOURCE_FILENAME="yab_documentation-$portVersion.tar.gz"
SOURCE_DIR="yab_documentation-$portVersion"
ADDITIONAL_FILES="
@@ -31,4 +31,7 @@ INSTALL()
mkdir -p ${DIR_YAB_DESKBAR}
addAppDeskbarSymlink $documentationDir/yab "yab/yab-Documentation"
addAppDeskbarSymlink $documentationDir/yab/BeSly-yab_Documentation.yab "yab/BeSly-yab_Documentation"
DIR_YAB_LOCALE="${dataDir}/locale/catalogs/"
mkdir -p ${DIR_YAB_LOCALE}
cp -R language/x-vnd.BeSly_Documentation ${DIR_YAB_LOCALE}
}