Files
packages/extra/vala/vala.toml
T
SFG545 bf96e50e44 Add various packages and patches for build system improvements
- Introduced valgrind with a patch to respect flags and updated its configuration.
- Added Vulkan ICD loader with CMake build configuration.
- Implemented Waf build system with a custom build script and configuration.
- Included Wayland protocols with Meson build system.
- Added xcb-util-keysyms with autotools configuration.
- Introduced Yasm with multiple patches for compatibility and improvements.
- Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
2026-03-22 23:25:50 -05:00

40 lines
793 B
TOML

[build]
type = "autotools"
[dependencies]
build = [
"autoconf-archive",
"help2man",
"libxslt",
]
runtime = [
"sh",
"clang",
"glibc",
"glib2",
"gtk-doc",
"pkgconf",
"ttf-font",
]
test = [
"dbus",
"gobject-introspection",
"libx11",
]
[[manual_sources]]
file = "0001-valadoc-Fix-gvRenderData-to-match-graphviz-13.0.0.patch"
[package]
description = "Compiler for the GObject type system"
homepage = "https://wiki.gnome.org/Projects/Vala"
license = "LGPL-2.1-or-later"
name = "vala"
version = "0.56.18"
[[source]]
extract_dir = "$name-$version"
patches = ["0001-valadoc-Fix-gvRenderData-to-match-graphviz-13.0.0.patch"]
url = "https://download.gnome.org/sources/vala/0.56/vala-$version.tar.xz"
sha256 = "md5:14238ac89810b932db9fd75999739494"