New package: odilia-0.1.4
This commit is contained in:
parent
9f2cf28055
commit
5dc3d1f079
|
@ -0,0 +1,24 @@
|
|||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index 9fb0569..ff6fd29 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -1005,7 +1005,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "odilia"
|
||||
-version = "0.1.3"
|
||||
+version = "0.1.4"
|
||||
dependencies = [
|
||||
"atspi",
|
||||
"circular-queue",
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 9e69a9b..26c3da9 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -1,4 +1,5 @@
|
||||
[workspace]
|
||||
+resolver = "2"
|
||||
default-members = ["odilia"]
|
||||
members = [
|
||||
"cache",
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'odilia'
|
||||
pkgname=odilia
|
||||
version=0.1.4
|
||||
revision=1
|
||||
build_wrksrc="odilia"
|
||||
build_style=cargo
|
||||
depends="speech-dispatcher at-spi2-core gsettings-desktop-schemas"
|
||||
checkdepends="$depends dbus"
|
||||
short_desc="Fast screenreader for the *nix desktop"
|
||||
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://odilia.app/"
|
||||
changelog="https://github.com/odilia-app/odilia/raw/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/odilia-app/odilia/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=4a35c7c949e8da919403d3e8a095ca44036e222af9d8d9ebcf5b28bb586f298e
|
||||
make_check_pre="dbus-run-session --"
|
Loading…
Reference in New Issue