Files
RedBear-OS/recipes/wip/web/librewolf/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

36 lines
832 B
TOML

[package]
name = "librewolf"
version = "144.0.2"
#TODO missing script for mach: https://codeberg.org/librewolf/source#librewolf-build-instructions
# dependencies: https://packages.gentoo.org/packages/www-client/firefox/dependencies
# feature flags: https://wiki.gentoo.org/wiki/Firefox#USE_flags
[source]
tar = "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/144.0.2-1/librewolf-144.0.2-1.source.tar.gz"
[build]
template = "custom"
dependencies = [
"fontconfig",
"atk",
"cairo",
"dbus",
"libffi",
"freetype2",
"gdk-pixbuf",
"glib",
"gtk3",
"pango",
"sqlite3",
"nss-nspr",
"startup-notification",
"zlib",
"ffmpeg6",
"expat",
"libepoxy",
"pipewire",
]
script = """
DYNAMIC_INIT
export MOZCONFIG="${COOKBOOK_RECIPE}/mozconfig"
"""