Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
[dependencies]
build = ["xorg-util-macros"]
runtime = [
"libx11",
"xorgproto",
"glibc",
]
[package]
description = "X11 miscellaneous 'fixes' extension library"
homepage = "https://xorg.freedesktop.org/"
license = [
"HPND-sell-variant",
"MIT",
]
name = "libxfixes"
version = "6.0.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "39f115d72d9c5f8111e4684164d3d68cc1fd21f9b27ff2401b08fddfc0f409ba"
url = "https://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.xz"