Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: odilia-0.1.4
@ 2024-07-26 14:45 AnInternetTroll
  2024-08-03 22:08 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: AnInternetTroll @ 2024-07-26 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

There is a new pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/odilia
https://github.com/void-linux/void-packages/pull/51468

New package: odilia-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/51468.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/odilia-51468.patch --]
[-- Type: text/x-diff, Size: 2000 bytes --]

From cd16c56ac4a0529170011b4bcef728d676b59075 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 21 Jul 2024 23:58:50 +0200
Subject: [PATCH] New package: odilia-0.1.4

---
 srcpkgs/odilia/patches/fix-lock.diff | 24 ++++++++++++++++++++++++
 srcpkgs/odilia/template              | 16 ++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/odilia/patches/fix-lock.diff
 create mode 100644 srcpkgs/odilia/template

diff --git a/srcpkgs/odilia/patches/fix-lock.diff b/srcpkgs/odilia/patches/fix-lock.diff
new file mode 100644
index 00000000000000..4312c048733f43
--- /dev/null
+++ b/srcpkgs/odilia/patches/fix-lock.diff
@@ -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",
+
diff --git a/srcpkgs/odilia/template b/srcpkgs/odilia/template
new file mode 100644
index 00000000000000..c9fb3bc056eceb
--- /dev/null
+++ b/srcpkgs/odilia/template
@@ -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"
+checkdepends="at-spi2-core dbus gsettings-desktop-schemas"
+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 --"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
@ 2024-08-03 22:08 ` AnInternetTroll
  2024-11-02  1:58 ` github-actions
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: AnInternetTroll @ 2024-08-03 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/odilia
https://github.com/void-linux/void-packages/pull/51468

New package: odilia-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/51468.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/odilia-51468.patch --]
[-- Type: text/x-diff, Size: 2009 bytes --]

From b01d8c170910372f110331a86aee8feee8289e8f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 21 Jul 2024 23:58:50 +0200
Subject: [PATCH] New package: odilia-0.1.4

---
 srcpkgs/odilia/patches/fix-lock.diff | 24 ++++++++++++++++++++++++
 srcpkgs/odilia/template              | 16 ++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/odilia/patches/fix-lock.diff
 create mode 100644 srcpkgs/odilia/template

diff --git a/srcpkgs/odilia/patches/fix-lock.diff b/srcpkgs/odilia/patches/fix-lock.diff
new file mode 100644
index 00000000000000..4312c048733f43
--- /dev/null
+++ b/srcpkgs/odilia/patches/fix-lock.diff
@@ -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",
+
diff --git a/srcpkgs/odilia/template b/srcpkgs/odilia/template
new file mode 100644
index 00000000000000..1950e110044554
--- /dev/null
+++ b/srcpkgs/odilia/template
@@ -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 --"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
  2024-08-03 22:08 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-11-02  1:58 ` github-actions
  2024-11-04 18:37 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-11-02  1:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/51468#issuecomment-2452795797

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
  2024-08-03 22:08 ` [PR PATCH] [Updated] " AnInternetTroll
  2024-11-02  1:58 ` github-actions
@ 2024-11-04 18:37 ` AnInternetTroll
  2024-11-15 21:47 ` classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: AnInternetTroll @ 2024-11-04 18:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/odilia
https://github.com/void-linux/void-packages/pull/51468

New package: odilia-0.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/51468.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/odilia-51468.patch --]
[-- Type: text/x-diff, Size: 2009 bytes --]

From a0dc41839965e60a5e0d30f2c87879c0dca9edd3 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 21 Jul 2024 23:58:50 +0200
Subject: [PATCH] New package: odilia-0.1.4

---
 srcpkgs/odilia/patches/fix-lock.diff | 24 ++++++++++++++++++++++++
 srcpkgs/odilia/template              | 16 ++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/odilia/patches/fix-lock.diff
 create mode 100644 srcpkgs/odilia/template

diff --git a/srcpkgs/odilia/patches/fix-lock.diff b/srcpkgs/odilia/patches/fix-lock.diff
new file mode 100644
index 00000000000000..4312c048733f43
--- /dev/null
+++ b/srcpkgs/odilia/patches/fix-lock.diff
@@ -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",
+
diff --git a/srcpkgs/odilia/template b/srcpkgs/odilia/template
new file mode 100644
index 00000000000000..1950e110044554
--- /dev/null
+++ b/srcpkgs/odilia/template
@@ -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 --"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
                   ` (2 preceding siblings ...)
  2024-11-04 18:37 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-11-15 21:47 ` classabbyamp
  2024-11-16 10:04 ` AnInternetTroll
  2024-11-16 14:30 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-11-15 21:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51468#issuecomment-2479984398

Comment:
would probably be good to install this conf: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=odilia#n40

this script seems to mention udev rules but i don't see them anywhere in the repo: https://github.com/odilia-app/odilia/blob/v0.1.4/scripts/setup_permissions.sh

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
                   ` (3 preceding siblings ...)
  2024-11-15 21:47 ` classabbyamp
@ 2024-11-16 10:04 ` AnInternetTroll
  2024-11-16 14:30 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: AnInternetTroll @ 2024-11-16 10:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/51468#issuecomment-2480501109

Comment:
Not sure what those AUR folks are doing but as far as I can tell the config should exist in the user's home folder

https://github.com/odilia-app/odilia/blob/aff68798173a8dcca8871e773288904563bb2271/odilia/src/state.rs#L53-L68

In addition, from my testing and code digging I can't seem to see that the config is used for anything? At the very least changing the rate doesn't impact anything.

Not sure about the udev rules either, but the program works fine for me without those udev rules :shrug: 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: New package: odilia-0.1.4
  2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
                   ` (4 preceding siblings ...)
  2024-11-16 10:04 ` AnInternetTroll
@ 2024-11-16 14:30 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-11-16 14:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There's a merged pull request on the void-packages repository

New package: odilia-0.1.4
https://github.com/void-linux/void-packages/pull/51468

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-16 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26 14:45 [PR PATCH] New package: odilia-0.1.4 AnInternetTroll
2024-08-03 22:08 ` [PR PATCH] [Updated] " AnInternetTroll
2024-11-02  1:58 ` github-actions
2024-11-04 18:37 ` [PR PATCH] [Updated] " AnInternetTroll
2024-11-15 21:47 ` classabbyamp
2024-11-16 10:04 ` AnInternetTroll
2024-11-16 14:30 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).