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,21 +1,23 @@
package libepoxy {
description = "a library for handling OpenGL function pointer management";
website = "https://github.com/anholt/libepoxy";
anitya = 6090;
//az:schema mbf
version* = "1.5.10";
package libepoxy {
description = "a library for handling OpenGL function pointer management"
website = "https://github.com/anholt/libepoxy"
anitya = 6090
version := "1.5.10"
source = remoteGitHub {
suffix = "anholt/libepoxy";
tag = version;
checksum = "OHI8wshrlGw6BMGrmSyejJtwzM2gPhyFJrTsKxULyKMmYrfgcOe7Iw2ibVoUND_Q";
};
suffix = "anholt/libepoxy"
tag = version
checksum = "OHI8wshrlGw6BMGrmSyejJtwzM2gPhyFJrTsKxULyKMmYrfgcOe7Iw2ibVoUND_Q"
}
exec = meson {
setup = {
"Dglx": "no";
"Degl": "no";
};
};
setup = yn [
"Dglx": false
"Degl": false
]
}
inputs = [ libX11 ];
inputs = [ libX11 ]
}