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
+26
View File
@@ -0,0 +1,26 @@
[build]
type = "autotools"
[dependencies]
build = [
"xorgproto",
"xorg-util-macros",
]
runtime = [
"libxext",
"libxrender",
"libx11",
"glibc",
]
[package]
description = "X11 RandR extension library"
homepage = "https://xorg.freedesktop.org/"
license = "HPND-sell-variant"
name = "libxrandr"
version = "1.5.5"
[[source]]
extract_dir = "$name-$version"
sha256 = "72b922c2e765434e9e9f0960148070bd4504b288263e2868a4ccce1b7cf2767a"
url = "https://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.xz"