From ba2b6261d16e6cdd834d7659a2c12d0d37ce3575 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 15 Sep 2022 10:32:27 +0200 Subject: [PATCH] asfml 2.4.1 (#635) * Version of ASFML aimed to be compatible with CSFML v2.4 * Fix package name casing for Fedora 36 --- index/as/asfml/asfml-2.4.1.toml | 19 +++++++++++++++++++ index/li/libcsfml/libcsfml-external.toml | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 index/as/asfml/asfml-2.4.1.toml diff --git a/index/as/asfml/asfml-2.4.1.toml b/index/as/asfml/asfml-2.4.1.toml new file mode 100644 index 00000000..8678af3d --- /dev/null +++ b/index/as/asfml/asfml-2.4.1.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.4.1" + +authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +licenses = "custom-zlib-acknowledgement" +website = "https://mgrojo.github.io/ASFML/" +tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"] + +[[depends-on]] +libcsfml = "^2.4" + +[origin] +commit = "a9027205ab1f11054f647767404a67bb95fe4169" +url = "git+https://github.com/mgrojo/ASFML.git" + diff --git a/index/li/libcsfml/libcsfml-external.toml b/index/li/libcsfml/libcsfml-external.toml index 6dc52ea7..4ba105a8 100644 --- a/index/li/libcsfml/libcsfml-external.toml +++ b/index/li/libcsfml/libcsfml-external.toml @@ -9,4 +9,5 @@ kind = "system" [external.origin."case(distribution)"] "debian|ubuntu" = ["libcsfml-dev"] "msys2" = ["mingw-w64-x86_64-csfml"] - "arch|fedora" = ["csfml"] + "arch" = ["csfml"] + "fedora" = ["CSFML"]