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,19 +1,21 @@
package pixman {
description = "a low-level software library for pixel manipulation";
website = "https://pixman.org";
anitya = 3648;
//az:schema mbf
version* = "0.46.4";
package pixman {
description = "a low-level software library for pixel manipulation"
website = "https://pixman.org"
anitya = 3648
version := "0.46.4"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "pixman/pixman";
ref = "pixman-"+version;
checksum = "iECDxLG9SxUrvGHqeDoaBa-b3uqdT5DC4zudjtrwb8Wodq82pyacmFNEAo4SDsiE";
};
domain = "gitlab.freedesktop.org"
suffix = "pixman/pixman"
ref = "pixman-"+version
checksum = "iECDxLG9SxUrvGHqeDoaBa-b3uqdT5DC4zudjtrwb8Wodq82pyacmFNEAo4SDsiE"
}
exec = meson {
setup = {
"Dtests": "enabled";
};
};
setup = endi [
"Dtests": true
]
}
}