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:
@@ -12,8 +12,11 @@ tags = ["localization", "l10n", "international", "i18n"]
|
|||||||
project-files = ["zbinfo.gpr"]
|
project-files = ["zbinfo.gpr"]
|
||||||
executables = ["zbinfo"]
|
executables = ["zbinfo"]
|
||||||
|
|
||||||
|
# Release is broken but kept for reference
|
||||||
|
available = false
|
||||||
|
|
||||||
[[depends-on]]
|
[[depends-on]]
|
||||||
zanyblue = "1.4.0"
|
zblib = "1.4.0"
|
||||||
|
|
||||||
|
|
||||||
[origin]
|
[origin]
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
@@ -12,8 +12,11 @@ tags = ["localization", "l10n", "international", "i18n"]
|
|||||||
project-files = ["zbmcompile.gpr"]
|
project-files = ["zbmcompile.gpr"]
|
||||||
executables = ["zbmcompile"]
|
executables = ["zbmcompile"]
|
||||||
|
|
||||||
|
# Release is broken but kept for reference
|
||||||
|
available = false
|
||||||
|
|
||||||
[[depends-on]]
|
[[depends-on]]
|
||||||
zanyblue = "1.4.0"
|
zblib = "1.4.0"
|
||||||
|
|
||||||
|
|
||||||
[origin]
|
[origin]
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
Reference in New Issue
Block a user