From 8ccdd4b51c0fe2bd6f8eb4d2c532cd957cc21b08 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 11 Aug 2022 08:14:42 +0200 Subject: [PATCH] New release: ASFML v2.5.3. & Add external origin for libcsfml on Fedora (#605) --- index/as/asfml/asfml-2.5.3.toml | 19 +++++++++++++++++++ index/li/libcsfml/libcsfml-external.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 index/as/asfml/asfml-2.5.3.toml diff --git a/index/as/asfml/asfml-2.5.3.toml b/index/as/asfml/asfml-2.5.3.toml new file mode 100644 index 00000000..307f984f --- /dev/null +++ b/index/as/asfml/asfml-2.5.3.toml @@ -0,0 +1,19 @@ +name = "asfml" +description = "Ada binding to SFML, the Simple and Fast Multimedia Library" +version = "2.5.3" + +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.5" + +[origin] +commit = "34bc68295a8e03fb7141277f542cf0bdad2e971c" +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 75507612..6dc52ea7 100644 --- a/index/li/libcsfml/libcsfml-external.toml +++ b/index/li/libcsfml/libcsfml-external.toml @@ -9,4 +9,4 @@ kind = "system" [external.origin."case(distribution)"] "debian|ubuntu" = ["libcsfml-dev"] "msys2" = ["mingw-w64-x86_64-csfml"] - "arch" = ["csfml"] + "arch|fedora" = ["csfml"]