edgar, bump to version 1.38 (#13686)

This commit is contained in:
Schrijvers Luc
2026-01-28 18:49:55 +01:00
committed by GitHub
parent 054dbd7950
commit 531a72ae80

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2009-2022 Parallel Realities"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/riksweeney/edgar/releases/download/$portVersion/edgar-$portVersion-1.tar.gz"
CHECKSUM_SHA256="41d98dc1e15a6d7ef7898ebfef438a82598b67485cc686cd2e57f1e638af9a39"
CHECKSUM_SHA256="d7abc562eee9beef98ba783034541023a7a2b744f3b3f4e0d4c92a48c65d9f08"
SOURCE_FILENAME="edgar-$portVersion.tar.gz"
ADDITIONAL_FILES="edgar.rdef.in"
@@ -27,7 +27,6 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libSDL2_image_2.0$secondaryArchSuffix
@@ -38,7 +37,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libintl$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_image_2.0$secondaryArchSuffix
@@ -49,6 +47,8 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:msgfmt$secondaryArchSuffix
cmd:msgmerge$secondaryArchSuffix
"
BUILD()