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: 80db7a6dd96b
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdfeec6dc42f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 1, 2021

  1. new buildfactory for yab 1.8 (#5982)

    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
    fdfeec6 View commit details
Showing with 5 additions and 2 deletions.
  1. +5 −2 haiku-apps/yab_buildfactory/{yab_buildfactory-2.4.3.recipe → yab_buildfactory-2.4.4.recipe}
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ DESCRIPTION="The buildfactory allows you to generate standalone programs."
HOMEPAGE="https://software.besly.de/"
COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton
2020 Lorenz (lorglas) BeSly Software Solutions"
2020-2021 Lorenz (lorglas) BeSly Software Solutions"
LICENSE="Artistic"
REVISION="2"
SOURCE_URI="https://github.com/lorglas/yab_buildfactory/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="5bf822fb0538176e23834d6b65f079a7fdc1e2954118446a44158d715ef69c83"
CHECKSUM_SHA256="3d38d9866da7b73882f5f188b83a040b6b4c2e30e262ebebd455c45146c53002"
SOURCE_FILENAME="yab_buildfactory-$portVersion.tar.gz"
ADDITIONAL_FILES="yab_buildfactory.sh
yab.hvif"
@@ -43,6 +43,9 @@ INSTALL()
DIR_YAB_DESKBAR="${dataDir}/deskbar/menu/Applications/yab"
mkdir -p ${DIR_YAB_DESKBAR}
addAppDeskbarSymlink ${appsDir}/yab-buildfactory/BeSly_Buildfactory.yab "yab/BeSly-Buildfactory"
DIR_YAB_LOCALE="${dataDir}/locale/catalogs/"
mkdir -p ${DIR_YAB_LOCALE}
cp -R language/x-vnd.BeSly_Buildfactory ${DIR_YAB_LOCALE}
mkdir -p $postInstallDir
install -t $postInstallDir -m 755 $portDir/additional-files/yab_buildfactory.sh
}