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
+40
View File
@@ -0,0 +1,40 @@
[build]
type = "meson"
[build.flags]
build_dir = "build"
post_install = [
"rm -f \"$DESTDIR\"/usr/include/X11/extensions/apple*",
"rm -f \"$DESTDIR\"/usr/share/licenses/$name/COPYING-applewmproto \"$DESTDIR\"/usr/share/licenses/$name/COPYING-windowswmproto",
"rm -f \"$DESTDIR\"/usr/share/pkgconfig/applewmproto.pc"
]
[dependencies]
build = [
"xorg-util-macros",
"meson",
]
test = ["python-libevdev"]
[package]
description = "combined X.Org X11 Protocol headers"
homepage = "https://xorg.freedesktop.org/"
license = [
"BSD-2-Clause",
"HPND",
"HPND-sell-variant",
"ICU",
"MIT",
"MIT-open-group",
"SGI-B-2.0",
"SMLNJ",
"X11",
"X11-distribute-modifications-variant",
]
name = "xorgproto"
version = "2025.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "56898c716c0578df8a2d828c9c3e5c528277705c0484381a81960fe1a67668e8"
url = "https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.xz"