zanyblue 1.4.1 (#1803)

* Add ZanyBlue framework 1.4.0.

* Fix folder hierarchy.

* Fix name of ZanyBlue library crate.

* Sync also origin repo.

* Adapt bin and obj folder location to Alire requirement.
Fix typos in alire (zbinfo and zbmcompile).

* Change version for Alire as 1.4.0 is already registered.

* Suppress old 1.4.0 version.

* restore disabled 1.4.0 releases

* Restore original commit

* Restore original commit

---------

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
Blady-Com
2026-05-11 14:10:33 +02:00
committed by GitHub
parent 8c00c9caad
commit d691a27028
4 changed files with 54 additions and 2 deletions
+4 -1
View File
@@ -12,8 +12,11 @@ tags = ["localization", "l10n", "international", "i18n"]
project-files = ["zbinfo.gpr"]
executables = ["zbinfo"]
# Release is broken but kept for reference
available = false
[[depends-on]]
zanyblue = "1.4.0"
zblib = "1.4.0"
[origin]
+23
View File
@@ -0,0 +1,23 @@
name = "zbinfo"
description = "Display localization information for ZanyBlue Ada Localization"
version = "1.4.1"
authors = ["Michael Rohan"]
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
maintainers-logins = ["Blady-Com"]
licenses = "custom-zanyblue"
website = "https://sourceforge.net/projects/zanyblue"
tags = ["localization", "l10n", "international", "i18n"]
project-files = ["zbinfo.gpr"]
executables = ["zbinfo"]
[[depends-on]]
zblib = "1.4.0"
[origin]
commit = "98d3b96ec3c64a4a0ccb5447bd20baf385a94654"
subdir = "./src/zbinfo/"
url = "git+https://github.com/Blady-Com/zanyblue.git"
+4 -1
View File
@@ -12,8 +12,11 @@ tags = ["localization", "l10n", "international", "i18n"]
project-files = ["zbmcompile.gpr"]
executables = ["zbmcompile"]
# Release is broken but kept for reference
available = false
[[depends-on]]
zanyblue = "1.4.0"
zblib = "1.4.0"
[origin]
+23
View File
@@ -0,0 +1,23 @@
name = "zbmcompile"
description = "Message compiler for ZanyBlue Ada Localization"
version = "1.4.1"
authors = ["Michael Rohan"]
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
maintainers-logins = ["Blady-Com"]
licenses = "custom-zanyblue"
website = "https://sourceforge.net/projects/zanyblue"
tags = ["localization", "l10n", "international", "i18n"]
project-files = ["zbmcompile.gpr"]
executables = ["zbmcompile"]
[[depends-on]]
zblib = "1.4.0"
[origin]
commit = "98d3b96ec3c64a4a0ccb5447bd20baf385a94654"
subdir = "./src/zbmcompile/"
url = "git+https://github.com/Blady-Com/zanyblue.git"