diff --git a/app-text/wordgrinder/wordgrinder-0.7.2.recipe b/app-text/wordgrinder/wordgrinder-0.8.recipe similarity index 86% rename from app-text/wordgrinder/wordgrinder-0.7.2.recipe rename to app-text/wordgrinder/wordgrinder-0.8.recipe index 26e2dbe4b..b3d7e6eb8 100644 --- a/app-text/wordgrinder/wordgrinder-0.7.2.recipe +++ b/app-text/wordgrinder/wordgrinder-0.8.recipe @@ -5,11 +5,11 @@ paragraph styles, basic character styles, basic screen markup, a menu \ interface that means you don't have to remember complex key sequences, HTML \ import and export, and some other useful features." HOMEPAGE="http://cowlark.com/wordgrinder/" -COPYRIGHT="2007-2017 David Given" +COPYRIGHT="2007-2020 David Given" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/davidgiven/wordgrinder/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="4e1bc659403f98479fe8619655f901c8c03eb87743374548b4d20a41d31d1dff" +CHECKSUM_SHA256="856cbed2b4ccd5127f61c4997a30e642d414247970f69932f25b4b5a81b18d3f" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -28,7 +28,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix -# lib:libfreetype$secondaryArchSuffix + lib:libfreetype$secondaryArchSuffix lib:liblua$secondaryArchSuffix >= 5.3 lib:libncurses$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -36,7 +36,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel -# devel:libfreetype$secondaryArchSuffix + devel:libfreetype$secondaryArchSuffix devel:liblua$secondaryArchSuffix >= 5.3 devel:libncurses$secondaryArchSuffix devel:libz$secondaryArchSuffix @@ -46,6 +46,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:ninja cmd:pkg_config$secondaryArchSuffix + cmd:xxd " defineDebugInfoPackage wordgrinder$secondaryArchSuffix \ @@ -55,14 +56,15 @@ BUILD() { make PREFIX=$prefix BINDIR=$commandBinDir DOCDIR=$docDir \ MANDIR=$manDir HOME="`finddir B_USER_DIRECTORY`" \ - LUA_PACKAGE=lua + LUA_PACKAGE=lua5.3 } INSTALL() { make install PREFIX=$prefix BINDIR=$commandBinDir DOCDIR=$docDir \ MANDIR=$manDir HOME="`finddir B_USER_DIRECTORY`" \ - LUA_PACKAGE=lua + LUA_PACKAGE=lua5.3 mv $docDir/wordgrinder/README.wg $docDir rmdir $docDir/wordgrinder + rm -rf $prefix/share }