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,38 +1,38 @@
package libglvnd {
description = "The GL Vendor-Neutral Dispatch library";
website = "https://gitlab.freedesktop.org/glvnd/libglvnd";
anitya = 12098;
//az:schema mbf
version* = "1.7.0";
package libglvnd {
description = "The GL Vendor-Neutral Dispatch library"
website = "https://gitlab.freedesktop.org/glvnd/libglvnd"
anitya = 12098
version := "1.7.0"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "glvnd/libglvnd";
ref = "v"+version;
checksum = "eIQJK2sgFQDHdeFkQO87TrSUaZRFG4y2DrwA8Ut-sGboI59uw1OOiIVqq2AIwnGY";
};
domain = "gitlab.freedesktop.org"
suffix = "glvnd/libglvnd"
ref = "v"+version
checksum = "eIQJK2sgFQDHdeFkQO87TrSUaZRFG4y2DrwA8Ut-sGboI59uw1OOiIVqq2AIwnGY"
}
exec = meson {
setup = {
"Dx11": "enabled";
"Dglx": "enabled";
};
setup = endi [
"Dx11": true
"Dglx": true
]
postCompile = `
export DISPLAY=':0'
Xvfb &
XVFB_PID="$!"
trap 'kill $XVFB_PID && wait $XVFB_PID' EXIT
`;
};
postCompile = `export DISPLAY=':0'
Xvfb &
XVFB_PID="$!"
trap 'kill $XVFB_PID && wait $XVFB_PID' EXIT`
}
inputs = [
// symbols check fail with llvm nm
binutils,
binutils
// test suite wants X server
xserver,
xserver
libXext,
];
libXext
]
runtime = [ libXext ];
runtime = [ libXext ]
}