41 lines
968 B
TOML
41 lines
968 B
TOML
[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"
|