dcf 2.0.3, emojis 1.0.1, evdev 2.0.2, inotify 2.0.1, etc. (#620)

* dcf 2.0.3

* emojis 1.0.1

* evdev 2.0.2

* inotify 2.0.1

* json 5.0.3

* spoon 1.0.1

* weechat_ada 3.0.1

* zipdcf 2.0.3

* wayland-ada 1.0.0 crates

* canberra 2.0.2

* Fix pre-build action in wayland_client_ada 1.0.0

* xdg_base_dir 1.0.0
This commit is contained in:
onox
2022-08-27 12:56:35 +02:00
committed by GitHub
parent 25e277e47d
commit 36dc12c59b
16 changed files with 413 additions and 0 deletions
@@ -0,0 +1,24 @@
name = "wayland_ada_info"
description = "A tool to display information about supported Wayland interfaces"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
executables = ["wayland_ada_info"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
[[depends-on]]
wayland_protocols_ada = "~1.0.0"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_ada_info"
@@ -0,0 +1,24 @@
name = "wayland_ada_scanner"
description = "A tool to generate thick Ada 2012 bindings for Wayland protocols"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland", "egl"]
authors = ["onox", "Joakim Strandberg"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
executables = ["wayland_ada_scanner"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM190-Is"]
[environment]
PATH.append = "${CRATE_ROOT}/build/bin"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_ada_scanner"
@@ -0,0 +1,31 @@
name = "wayland_client_ada"
description = "Ada 2012 bindings for libwayland-client and the Wayland protocol"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland", "client"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
[available.'case(os)']
linux = true
'...' = false
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "protocol/wayland.xml", "src/protocols"]
[[depends-on]]
wayland_ada_scanner = "~1.0.0"
libwayland = "^1.18"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_client_ada"
@@ -0,0 +1,27 @@
name = "wayland_cursor_ada"
description = "Ada 2012 bindings for libwayland-cursor"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
[available.'case(os)']
linux = true
'...' = false
[[depends-on]]
libwayland = "^1.18"
wayland_client_ada = "~1.0.0"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_cursor_ada"
@@ -0,0 +1,27 @@
name = "wayland_egl_ada"
description = "Ada 2012 bindings for libwayland-egl"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland", "egl"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
[available.'case(os)']
linux = true
'...' = false
[[depends-on]]
libwayland = "^1.18"
wayland_client_ada = "~1.0.0"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_egl_ada"
@@ -0,0 +1,59 @@
name = "wayland_protocols_ada"
description = "Ada 2012 bindings for various Wayland protocols"
version = "1.0.0"
website = "https://github.com/onox/wayland-ada"
licenses = "Apache-2.0"
tags = ["wayland", "protocols"]
authors = ["onox"]
maintainers = ["onox <denkpadje@gmail.com>"]
maintainers-logins = ["onox"]
[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM120-Is"]
[available.'case(os)']
linux = true
'...' = false
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/stable/xdg-shell/xdg-shell.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/stable/presentation-time/presentation-time.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/stable/viewporter/viewporter.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml", "src"]
[[actions]]
type = "pre-build"
command = ["wayland_ada_scanner", "wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml", "src"]
[[depends-on]]
wayland_ada_scanner = "~1.0.0"
wayland_client_ada = "~1.0.0"
[origin]
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
url = "git+https://github.com/onox/wayland-ada.git"
subdir = "wayland_protocols_ada"