mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 23:18:58 +02:00
beezer: force squashfs_tools to load in BUILD_PREREQUIRES (#11543)
This allows registering the squashfsimage filetype which Beezer handles. Fixes #11542
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://github.com/Teknomancer/beezer"
|
|||||||
COPYRIGHT="2009-2023 Ramshankar (aka Teknomancer)
|
COPYRIGHT="2009-2023 Ramshankar (aka Teknomancer)
|
||||||
2011-2024 Chris Roberts"
|
2011-2024 Chris Roberts"
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="7"
|
REVISION="8"
|
||||||
srcGitRev="9c746c72da5cc13fa985865982dd669c900b876e"
|
srcGitRev="9c746c72da5cc13fa985865982dd669c900b876e"
|
||||||
SOURCE_URI="https://github.com/Teknomancer/beezer/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="https://github.com/Teknomancer/beezer/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="7a6d1237868cdf2a5ec4e8323fddf3cb6f35b26f21f3010de496be7ee894479e"
|
CHECKSUM_SHA256="7a6d1237868cdf2a5ec4e8323fddf3cb6f35b26f21f3010de496be7ee894479e"
|
||||||
@@ -42,13 +42,14 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:sphinx_build
|
cmd:sphinx_build
|
||||||
|
# we need squashfs_tools for the mime_db entry
|
||||||
|
cmd:unsquashfs
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
#TODO separate debug package
|
|
||||||
cmake -B build -S Source \
|
cmake -B build -S Source \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DSTRICT_WARNINGS=OFF \
|
-DSTRICT_WARNINGS=OFF \
|
||||||
-DBEEZER_OVERRIDE_ATTR_GIT="$srcGitRev"
|
-DBEEZER_OVERRIDE_ATTR_GIT="$srcGitRev"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user