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
+25
View File
@@ -0,0 +1,25 @@
[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
[dependencies]
build = ["xorg-util-macros"]
runtime = [
"libx11",
"glibc",
"xorgproto",
]
[package]
description = "X11 miscellaneous extensions library"
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxext"
license = "LicenseRef-libxext"
name = "libxext"
version = "1.3.7"
[[source]]
extract_dir = "$name-$version"
sha256 = "6c643c7035cdacf67afd68f25d01b90ef889d546c9fcd7c0adf7c2cf91e3a32d"
url = "https://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.xz"