Commit Graph

15 Commits

Author SHA1 Message Date
Fabien Chouteau 584eba5487 SDLAda missing make dependency (#429)
* Update sdlada-2.3.1.toml

* Update sdlada-2.5.4-1.toml

* Update sdlada-2.3.1.toml

Fix GNAT version dependency
2022-01-13 14:40:33 +01:00
Alejandro R Mosteo a8f7ca71fa Re-enable Arch (#265) 2021-03-26 23:12:30 +01:00
Alejandro R Mosteo ca016d0aba sdlada 2.5.4-1 (#263)
* sdlada 2.5.4

* Try alternative TOML syntax

* Disable on arch

* Disable gnat CE2020

This gnat version causes errors with access types not trivial to fix (to me).

* Fix for CE2020
2021-03-24 13:22:56 +01:00
Fabien Chouteau 697f096eb0 Convert licenses to SPDX expressions (#226) 2021-01-13 14:12:03 +01:00
Alejandro R Mosteo f92f8dae34 SDLAda on Windows, reprise (#167)
* sdlada.toml: add C_INLCUDE_PATH on Windows msys2

* sdlada.toml: only compile tools on post-fetch

The other make file targets are not required.

Also define SDL_PLATFORM for all targets so we don't have to user a different post-fetch for each OS.

* sdlada.toml: remove SDL_MODE definition

This means the users of the lib can define the build mode they want.

* libsdl2*.toml: add msys2 package

* ada_voxel_space_demo.toml: set sdlada build mode

* Migrated to 0.4 manifest version

Co-authored-by: Fabien Chouteau <fabien.chouteau@gmail.com>
2020-10-05 18:17:34 +02:00
Alejandro R Mosteo 4d509d4411 Mark that it doesn't work with GNAT CE 2020 (#166)
This way our tests depending on this crate should skip this compiler version,
and users know this is an expected failure.

Once SDLAda 2.5.4 is released with the fix a new release for CE 2020 will fix
the issue for good.
2020-10-05 17:43:24 +02:00
Alejandro R. Mosteo 873aeb6196 Migration to separate [origin] table 2020-09-01 16:33:27 +02:00
Alejandro R. Mosteo 31e9c543b3 Migrated index format to per-release manifests
Also applied the rest of transformations described in alire#227: no top-level
[genera] table, name/version keys, [[depends-on]] array instead of table.
2020-09-01 16:33:27 +02:00
Alejandro R Mosteo 66c8fb650d Enable sdlada on MacOS (#105) 2020-04-07 13:58:12 +02:00
Fabien Chouteau 3ac5f37084 Update actions.command
Part of alire-project/alire#255
2019-12-04 17:16:42 +01:00
Fabien Chouteau ebe92ef283 sdlada: Add post-fetch action
SDLAda requires a run of make to generate the SDL.Events.Keyboards
package.
2019-11-25 00:07:40 +01:00
Alejandro R. Mosteo 22a13d92f3 migration to source archives
Crates without maintainer or pending migration remain in /orphaned
GitHub URLs rely on the default tarballs that at some point will
have to be released with uploaded binaries (with `alr publish` support).
2019-10-29 20:14:31 +01:00
Alejandro R. Mosteo 83c090cf00 Changes for new abstract index loading
See alire-project/alire#186
2019-09-17 08:58:37 +02:00
Pierre-Marie de Rodat eb3ea5d9ed Fix errors in the index, found after improving the TOML loader 2019-04-09 20:20:02 +02:00
Pierre-Marie de Rodat 9136b58856 Transition the index to TOML files 2019-04-05 11:39:11 +02:00