mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
BePDF: switch to latest git commit. (#7386)
* BePDF: switch to latest git commit. Switching to latest git commit, and dropping freetype_config in favor of pkg_config fixes the builds on newer Haiku revisions. * BePDF: point srcGitRev to newer commit (updated catkeys).
This commit is contained in:
@@ -8,10 +8,11 @@ COPYRIGHT="1997 Benoit Triquet
|
||||
2013-2018 Augustin Cavalier
|
||||
2019-2021 HaikuArchives Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePDF/archive/${portVersion}-1.tar.gz"
|
||||
CHECKSUM_SHA256="a3f87e176ca04999f0efa4c2a325a9e4e6376fcb668a00bfad559c414973d42e"
|
||||
SOURCE_DIR="BePDF-${portVersion}-1"
|
||||
REVISION="4"
|
||||
srcGitRev="7faf1810d975e3235c73b508c6d2c625b2c47dd4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePDF/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="0a792f33b17781c11315ad0a3f2198255ce8bfa8308edabfa67cc8f14b1b8f8f"
|
||||
SOURCE_DIR="BePDF-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
@@ -36,10 +37,10 @@ BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:freetype_config
|
||||
cmd:gcc
|
||||
cmd:htmldoc
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
# cmd:ps2pdf
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user