Files
hakurei/internal/rosa/package/glib/package.az
T
cat 6b246e9036
Test / Sandbox (push) Successful in 1m32s
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (race detector) (push) Successful in 4m45s
Test / Hakurei (race detector) (push) Successful in 8m33s
Test / ShareFS (push) Successful in 7m26s
Test / Hakurei (push) Successful in 32m29s
Test / Flake checks (push) Successful in 1m9s
internal/rosa/package/glib: 2.89.2 to 2.89.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-30 05:18:23 +09:00

41 lines
693 B
Go

package glib {
description = "the GNU library of miscellaneous stuff";
website = "https://developer.gnome.org/glib";
anitya = 10024;
version# = "2.89.3";
source = remoteGit {
url = "https://gitlab.gnome.org/GNOME/glib.git";
tag = version;
checksum = "eM9KrXwhwKiZferwrILKmDeq-IGnSjr0EKqV90EEVl0Ee82QVcyVSf2LDMROHcOF";
};
files = {
"/etc/machine-id": "stub-machine-id-fhs";
"/system/var/lib/dbus/machine-id": "stub-machine-id";
};
exec = meson {
setup = {
"default_library": "both";
};
// fails with ipv6 disabled
skipTests = [ "gio" ];
};
inputs = [
python-packaging,
bash,
pcre2,
libffi,
zlib,
];
runtime = [
pcre2,
libffi,
zlib,
];
}