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

Commits on Jul 1, 2021

  1. yab-ide updated to yab 1.8 (#5983)

    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
    d361a43 View commit details
Showing with 5 additions and 2 deletions.
  1. +5 −2 haiku-apps/yab_ide/{yab_ide-2.3.2.recipe → yab_ide-2.3.3.recipe}
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ environment, which of course is programmed in yab itself."
HOMEPAGE="https://software.besly.de/"
COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton
2020 Lorenz Glaser (lorglas) BeSly Software Solutions"
2021 Lorenz Glaser (lorglas) BeSly Software Solutions"
LICENSE="Artistic"
REVISION="1"
SOURCE_URI="https://github.com/lorglas/yab_ide/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="08138c48b3833d62e14f164807a89647a12fc99b86d45cbfe59cfed78dca8af8"
CHECKSUM_SHA256="bd54e114bd7837894f4d342b9690085484e7bbbbd0bcdb57a986aeaef1ffe117"
SOURCE_FILENAME="yab_ide-$portVersion.tar.gz"
SOURCE_DIR="yab_ide-$portVersion"
ADDITIONAL_FILES="yab.hvif"
@@ -44,4 +44,7 @@ INSTALL()
DIR_YAB_DESKBAR="${dataDir}/deskbar/menu/Applications/yab"
mkdir -p ${DIR_YAB_DESKBAR}
addAppDeskbarSymlink ${appsDir}/yab-IDE/yab-IDE.yab "yab/yab-IDE"
DIR_YAB_LOCALE="${dataDir}/locale/catalogs/"
mkdir -p ${DIR_YAB_LOCALE}
cp -R Language/x-vnd.yab-IDE ${DIR_YAB_LOCALE}
}