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.
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user