82c974d656
Test / Create distribution (push) Successful in 1m8s
Test / Sandbox (push) Successful in 2m53s
Test / ShareFS (push) Successful in 4m17s
Test / Hakurei (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 5m53s
Test / Hakurei (race detector) (push) Successful in 7m10s
Test / Flake checks (push) Successful in 1m38s
Signed-off-by: Ophestra <cat@gensokyo.uk>
40 lines
656 B
Go
40 lines
656 B
Go
package xkbcommon {
|
|
description = "a library implementing the XKB specification for handling keyboard descriptions";
|
|
website = "https://xkbcommon.org";
|
|
anitya = 1780;
|
|
|
|
version# = "1.13.2";
|
|
source = remoteGitHub {
|
|
suffix = "xkbcommon/libxkbcommon";
|
|
tag = "xkbcommon-"+version;
|
|
checksum = "0G094HbOwXkSaqZtp6jfyk2noJZI7j_Ohsw9L87AKO8gsv8EGGlPhuRG9hVCF9lT";
|
|
};
|
|
|
|
env = [
|
|
"HOME=/proc/nonexistent",
|
|
];
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"Denable-x11": "false";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
m4,
|
|
bison,
|
|
|
|
libxml2,
|
|
wayland,
|
|
wayland-protocols,
|
|
xkeyboard-config,
|
|
];
|
|
|
|
runtime = [
|
|
libxml2,
|
|
wayland,
|
|
wayland-protocols,
|
|
xkeyboard-config,
|
|
];
|
|
}
|