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:
@@ -0,0 +1,25 @@
|
||||
name = "canberra_ada"
|
||||
description = "Ada 2012 bindings for libcanberra"
|
||||
version = "2.0.2"
|
||||
website = "https://github.com/onox/canberra-ada"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["canberra", "audio", "sound", "linux"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
[[depends-on]]
|
||||
libcanberra = "~0.30.0"
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAOM99-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "75660acaba2656f3ef165d8a649f4a6e8e83a834"
|
||||
url = "git+https://github.com/onox/canberra-ada.git"
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "dcf"
|
||||
description = "Ada 2012 library for document container files, Zip-based archive files"
|
||||
version = "2.0.3"
|
||||
website = "https://github.com/onox/dcf-ada"
|
||||
licenses = "MIT"
|
||||
tags = ["zip", "document", "container", "archive"]
|
||||
|
||||
authors = ["onox", "Gautier de Montmollin"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "e4bb4d971eaab4975010373c6908028ba9d6e5bf"
|
||||
url = "git+https://github.com/onox/dcf-ada.git"
|
||||
subdir = "dcf"
|
||||
@@ -0,0 +1,18 @@
|
||||
name = "emojis"
|
||||
description = "A library to replace names between colons with emojis"
|
||||
version = "1.0.1"
|
||||
website = "https://github.com/onox/emojis"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["emoji", "string", "text", "unicode"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "915d688c0b28bc0850047a373336a15dacd19bef"
|
||||
url = "git+https://github.com/onox/emojis.git"
|
||||
@@ -0,0 +1,25 @@
|
||||
name = "evdev"
|
||||
description = "Library for input devices and force-feedback using Linux' evdev API"
|
||||
version = "2.0.2"
|
||||
website = "https://github.com/onox/evdev-ada"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["evdev", "force-feedback", "linux", "input"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
project-files = ["evdev.gpr", "evdev_info.gpr"]
|
||||
executables = ["evdev-ada"]
|
||||
|
||||
[available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "dad80c143a7d673a5cfe2c8f0230737fcd22002b"
|
||||
url = "git+https://github.com/onox/evdev-ada.git"
|
||||
@@ -0,0 +1,25 @@
|
||||
name = "inotify"
|
||||
description = "Monitor filesystem events using Linux' inotify API"
|
||||
version = "2.0.1"
|
||||
website = "https://github.com/onox/inotify-ada"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["inotify", "linux"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
project-files = ["inotify.gpr", "monitor.gpr"]
|
||||
executables = ["inotify-ada"]
|
||||
|
||||
[available.'case(os)']
|
||||
linux = true
|
||||
'...' = false
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "42f5ce851cdbb493c50c93abd9e2363f1a0f36a9"
|
||||
url = "git+https://github.com/onox/inotify-ada.git"
|
||||
@@ -0,0 +1,23 @@
|
||||
name = "json"
|
||||
description = "An Ada 2012 library for parsing JSON"
|
||||
version = "5.0.3"
|
||||
website = "https://github.com/onox/json-ada"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["json"]
|
||||
|
||||
executables = ["pretty_print"]
|
||||
|
||||
project-files = ["json.gpr", "json_pretty_print.gpr"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "fda3e8b1f56590c435077be0864e1ab63c52ace1"
|
||||
url = "git+https://github.com/onox/json-ada.git"
|
||||
subdir = "json"
|
||||
@@ -0,0 +1,22 @@
|
||||
name = "spoon"
|
||||
description = "Use posix_spawn() to spawn processes without forking"
|
||||
version = "1.0.1"
|
||||
website = "https://github.com/onox/spoon"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["posix", "spawn", "process"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[available.'case(os)']
|
||||
'linux|macos' = true
|
||||
'...' = false
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "c07167a55d5fa2ebbfa7ff4689959e08128e8a69"
|
||||
url = "git+https://github.com/onox/spoon.git"
|
||||
@@ -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"
|
||||
@@ -0,0 +1,18 @@
|
||||
name = "weechat_ada"
|
||||
description = "Ada 2012 library for WeeChat plug-ins"
|
||||
version = "3.0.1"
|
||||
website = "https://github.com/onox/weechat-ada"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["chat", "irc", "weechat"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "9faebf9b79e79670d64044c9279a2e9c95404161"
|
||||
url = "git+https://github.com/onox/weechat-ada.git"
|
||||
@@ -0,0 +1,22 @@
|
||||
name = "xdg_base_dir"
|
||||
description = "XDG Base Directory Specification"
|
||||
version = "1.0.0"
|
||||
website = "https://github.com/onox/xdg-base-dir"
|
||||
licenses = "Apache-2.0"
|
||||
tags = ["xdg"]
|
||||
|
||||
authors = ["onox"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[available.'case(os)']
|
||||
'windows' = false
|
||||
'...' = true
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAOM99-Is"]
|
||||
|
||||
[origin]
|
||||
commit = "e0e3de18138fbdb14b6fbe55d6c7983105ea593c"
|
||||
url = "git+https://github.com/onox/xdg-base-dir.git"
|
||||
@@ -0,0 +1,24 @@
|
||||
name = "zipdcf"
|
||||
description = "Tools that can (un)zip document container files, Zip-based archive files"
|
||||
version = "2.0.3"
|
||||
website = "https://github.com/onox/dcf-ada"
|
||||
licenses = "MIT"
|
||||
tags = ["zip", "document", "container", "archive"]
|
||||
|
||||
executables = ["zipdcf", "unzipdcf"]
|
||||
|
||||
authors = ["onox", "Gautier de Montmollin"]
|
||||
maintainers = ["onox <denkpadje@gmail.com>"]
|
||||
maintainers-logins = ["onox"]
|
||||
|
||||
[build-switches]
|
||||
validation.compile_checks = "warnings"
|
||||
"*".style_checks = ["-gnatygAO-Is"]
|
||||
|
||||
[[depends-on]]
|
||||
dcf = "^2.0.3"
|
||||
|
||||
[origin]
|
||||
commit = "e4bb4d971eaab4975010373c6908028ba9d6e5bf"
|
||||
url = "git+https://github.com/onox/dcf-ada.git"
|
||||
subdir = "zipdcf"
|
||||
Reference in New Issue
Block a user