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
+24
View File
@@ -0,0 +1,24 @@
[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
[dependencies]
runtime = [
"libx11",
"glibc",
"xorgproto",
]
[package]
description = "X Rendering Extension client library"
homepage = "https://xorg.freedesktop.org/"
license = "HPND-sell-variant"
name = "libxrender"
version = "0.9.12"
[[source]]
extract_dir = "$name-$version"
sha256 = "b832128da48b39c8d608224481743403ad1691bf4e554e4be9c174df171d1b97"
url = "https://xorg.freedesktop.org/archive/individual/lib/libXrender-$version.tar.xz"