internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,38 +1,40 @@
package xkbcommon {
description = "a library implementing the XKB specification for handling keyboard descriptions";
website = "https://xkbcommon.org";
anitya = 1780;
//az:schema mbf
version* = "1.13.1";
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";
};
suffix = "xkbcommon/libxkbcommon"
tag = "xkbcommon-"+version
checksum = "8L8-d1OT9vmCTR6y0fpG7IsSjelAdtDcaD9PRk7--49uEW5ZybD1-bniCxsQU_8Q"
}
env = [
"HOME=/proc/nonexistent",
];
"HOME=/proc/nonexistent"
]
exec = meson {
setup = {
"Denable-x11": "false";
};
};
"Denable-x11": "false"
}
}
inputs = [
m4,
bison,
m4
bison
libxml2,
wayland,
wayland-protocols,
xkeyboard-config,
];
libxml2
wayland
wayland-protocols
xkeyboard-config
]
runtime = [
libxml2,
wayland,
wayland-protocols,
];
libxml2
wayland
wayland-protocols
]
}