ppag 1.6.0, 2.1.0 (#627)

* Add Alire support for the tutorial PPAG with Gnoga versions 1.6 and 2.1.

* Fix ppag folder oversight.
This commit is contained in:
Blady-Com
2022-08-31 11:10:49 +02:00
committed by GitHub
parent 33e941f730
commit afecc3ffb5
2 changed files with 52 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
name = "ppag"
description = "First steps with Gnoga"
version = "1.1.1"
tags = ["gnoga", "tutorial"]
authors = ["Pascal Pignard"]
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
maintainers-logins = ["Blady-Com"]
website = "https://github.com/Blady-Com/Exemples-PPAG"
licenses = "CECILL-2.1"
executables = ["hello", "hello2", "hello3", "hello3evt", "hello3get", "hello3post", "hello3post_file",
"hello4", "hello5_av", "hello5_iframe", "hello5_list", "hello6", "hello7_local",
"hello7_session"]
[gpr-set-externals.'case(os)']
macos = { PPAG_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback
[[depends-on]]
gnoga = "^1.6"
[origin]
commit = "65de51ad9e86f755316d8cf18edc4d6c5ea841cb"
url = "git+https://github.com/Blady-Com/Exemples-PPAG.git"
+26
View File
@@ -0,0 +1,26 @@
name = "ppag"
description = "First steps with Gnoga"
version = "2.1.1"
tags = ["gnoga", "tutorial"]
authors = ["Pascal Pignard"]
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
maintainers-logins = ["Blady-Com"]
website = "https://github.com/Blady-Com/Exemples-PPAG"
licenses = "CECILL-2.1"
executables = ["hello", "hello2", "hello3", "hello3evt", "hello3get", "hello3post", "hello3post_file",
"hello4", "hello5_av", "hello5_iframe", "hello5_list", "hello6", "hello7_local",
"hello7_session"]
[gpr-set-externals.'case(os)']
macos = { PPAG_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback
[[depends-on]]
gnoga = "^2.1"
[origin]
commit = "d023331f7d4a3efe51555a4571ed2f33ea91488f"
url = "git+https://github.com/Blady-Com/Exemples-PPAG.git"