internal/rosa/package: xkbcommon
All checks were successful
Test / Sandbox (push) Successful in 3m2s
Test / Create distribution (push) Successful in 1m6s
Test / ShareFS (push) Successful in 2m47s
Test / Sandbox (race detector) (push) Successful in 3m37s
Test / Hakurei (race detector) (push) Successful in 6m40s
Test / Hakurei (push) Successful in 2m34s
Test / Flake checks (push) Successful in 1m24s
All checks were successful
Test / Sandbox (push) Successful in 3m2s
Test / Create distribution (push) Successful in 1m6s
Test / ShareFS (push) Successful in 2m47s
Test / Sandbox (race detector) (push) Successful in 3m37s
Test / Hakurei (race detector) (push) Successful in 6m40s
Test / Hakurei (push) Successful in 2m34s
Test / Flake checks (push) Successful in 1m24s
Required by foot. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
38
internal/rosa/package/xkbcommon.az
Normal file
38
internal/rosa/package/xkbcommon.az
Normal file
@@ -0,0 +1,38 @@
|
||||
package xkbcommon {
|
||||
description = "a library implementing the XKB specification for handling keyboard descriptions";
|
||||
website = "https://xkbcommon.org";
|
||||
anitya = 1780;
|
||||
|
||||
version* = "1.13.1";
|
||||
source = remoteGitHub {
|
||||
suffix = "xkbcommon/libxkbcommon";
|
||||
tag = "xkbcommon-"+version;
|
||||
checksum = "8L8-d1OT9vmCTR6y0fpG7IsSjelAdtDcaD9PRk7--49uEW5ZybD1-bniCxsQU_8Q";
|
||||
};
|
||||
|
||||
env = [
|
||||
"HOME=/proc/nonexistent",
|
||||
];
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Denable-x11": "false";
|
||||
};
|
||||
};
|
||||
|
||||
inputs = [
|
||||
m4,
|
||||
bison,
|
||||
|
||||
libxml2,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
xkeyboard-config,
|
||||
];
|
||||
|
||||
runtime = [
|
||||
libxml2,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user