diff --git a/haiku-apps/yab_ide/yab_ide-2.3.2.recipe b/haiku-apps/yab_ide/yab_ide-2.3.3.recipe similarity index 83% rename from haiku-apps/yab_ide/yab_ide-2.3.2.recipe rename to haiku-apps/yab_ide/yab_ide-2.3.3.recipe index 117173410..f5e4e580d 100644 --- a/haiku-apps/yab_ide/yab_ide-2.3.2.recipe +++ b/haiku-apps/yab_ide/yab_ide-2.3.3.recipe @@ -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} }