mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add wip feh recipe
This commit is contained in:
parent
4f62ca6eaf
commit
11eb31261b
29
recipes/wip/x11/feh/recipe.toml
Normal file
29
recipes/wip/x11/feh/recipe.toml
Normal file
@ -0,0 +1,29 @@
|
||||
#TODO: imlib2 needs sys/ipc.h and sys/shm.h for X11 feature
|
||||
[source]
|
||||
tar = "https://feh.finalrewind.org/feh-3.11.2.tar.bz2"
|
||||
blake3 = "b9d704e0b37d99068cbc76d2b73c3b6ef673612060d7cfef0f5a3e8886255276"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"freetype2",
|
||||
"imlib2",
|
||||
"libpng",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libx11",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
"zlib",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
rsync -a --delete "${COOKBOOK_SOURCE}/" ./
|
||||
export LDLIBS="$("${PKG_CONFIG}" --libs freetype2 imlib2 libpng x11)"
|
||||
export PREFIX="/usr"
|
||||
"${COOKBOOK_MAKE}" curl=0 verscmp=0 xinerama=0
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user