internal/rosa/package: migrate multiple packages

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-20 05:01:06 +09:00
parent 1d3d621e2f
commit 1a2699b486
10 changed files with 135 additions and 180 deletions

View File

@@ -0,0 +1,19 @@
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";
};
exec = meson {
setup = {
"Dtests": "enabled";
};
};
}