internal/rosa/package: migrate glib
Test / Create distribution (push) Successful in 1m6s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m54s
Test / Sandbox (race detector) (push) Successful in 5m23s
Test / Hakurei (race detector) (push) Successful in 6m30s
Test / Flake checks (push) Successful in 1m18s
Test / Create distribution (push) Successful in 1m6s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m54s
Test / Sandbox (race detector) (push) Successful in 5m23s
Test / Hakurei (race detector) (push) Successful in 6m30s
Test / Flake checks (push) Successful in 1m18s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
package glib {
|
||||
description = "the GNU library of miscellaneous stuff";
|
||||
website = "https://developer.gnome.org/glib";
|
||||
anitya = 10024;
|
||||
|
||||
version* = "2.88.1";
|
||||
source = remoteGit {
|
||||
url = "https://gitlab.gnome.org/GNOME/glib.git";
|
||||
tag = version;
|
||||
checksum = "Rkszn6W4RHjyspyqfXdVAVawdwDJCuS0Zu0f7qot7tbJhnw2fUDoUUJB40m-1MCX";
|
||||
};
|
||||
|
||||
files = [
|
||||
"/etc/machine-id:stub-machine-id-fhs",
|
||||
"/system/var/lib/dbus/machine-id:stub-machine-id",
|
||||
];
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Ddefault_library": "both";
|
||||
};
|
||||
};
|
||||
|
||||
inputs = [
|
||||
python-packaging,
|
||||
bash,
|
||||
|
||||
pcre2,
|
||||
libffi,
|
||||
zlib,
|
||||
];
|
||||
|
||||
runtime = [
|
||||
pcre2,
|
||||
libffi,
|
||||
zlib,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user