forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user