Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] orca: update to 45.1.
@ 2023-10-28 10:06 AnInternetTroll
  2023-10-28 10:24 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: AnInternetTroll @ 2023-10-28 10:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/orca-45.1
https://github.com/void-linux/void-packages/pull/46946

orca: update to 45.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


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

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

From 77b0d16f23e17ee585beaa02addbb17317233597 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 28 Oct 2023 12:05:48 +0200
Subject: [PATCH] orca: update to 45.1.

---
 srcpkgs/orca/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 29e350b764c01..9e5a5438aac9b 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,6 +1,6 @@
 # Template file for 'orca'
 pkgname=orca
-version=44.0
+version=45.1
 revision=2
 build_style=gnu-configure
 hostmakedepends="gettext itstool pkg-config"
@@ -15,7 +15,7 @@ homepage="https://wiki.gnome.org/Projects/Orca"
 #changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-44/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz"
-checksum=7bc597ec0bc1b674200b62fdf795d4bae9647a63717d754df61587cc250502ce
+checksum=bfcc06bf4bc47bbd02c1568d1e464bf16a31e62bf703b49aa13b08db38a1a8ca
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3-gobject-devel"

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

* Re: [PR PATCH] [Updated] orca: update to 45.1.
  2023-10-28 10:06 [PR PATCH] orca: update to 45.1 AnInternetTroll
@ 2023-10-28 10:24 ` AnInternetTroll
  2023-10-29  9:29 ` lilmike
  2023-10-29 10:08 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: AnInternetTroll @ 2023-10-28 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/orca-45.1
https://github.com/void-linux/void-packages/pull/46946

orca: update to 45.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


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

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

From b2134bcf764afff60e49bc56733dc5d92a82504d Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sat, 28 Oct 2023 12:05:48 +0200
Subject: [PATCH] orca: update to 45.1.

---
 srcpkgs/orca/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 29e350b764c01..d4a219005d059 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
-version=44.0
-revision=2
+version=45.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="gettext itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"
@@ -15,7 +15,7 @@ homepage="https://wiki.gnome.org/Projects/Orca"
 #changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/gnome-44/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/orca/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/orca/${version%.*}/orca-${version}.tar.xz"
-checksum=7bc597ec0bc1b674200b62fdf795d4bae9647a63717d754df61587cc250502ce
+checksum=bfcc06bf4bc47bbd02c1568d1e464bf16a31e62bf703b49aa13b08db38a1a8ca
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3-gobject-devel"

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

* Re: orca: update to 45.1.
  2023-10-28 10:06 [PR PATCH] orca: update to 45.1 AnInternetTroll
  2023-10-28 10:24 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-10-29  9:29 ` lilmike
  2023-10-29 10:08 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: lilmike @ 2023-10-29  9:29 UTC (permalink / raw)
  To: ml

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

New comment by lilmike on void-packages repository

https://github.com/void-linux/void-packages/pull/46946#issuecomment-1784046453

Comment:
I tested this as a blind user using orca full time while in the gui and it works great.

-Michael.


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

* Re: [PR PATCH] [Merged]: orca: update to 45.1.
  2023-10-28 10:06 [PR PATCH] orca: update to 45.1 AnInternetTroll
  2023-10-28 10:24 ` [PR PATCH] [Updated] " AnInternetTroll
  2023-10-29  9:29 ` lilmike
@ 2023-10-29 10:08 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-10-29 10:08 UTC (permalink / raw)
  To: ml

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

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

orca: update to 45.1.
https://github.com/void-linux/void-packages/pull/46946

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

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


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

end of thread, other threads:[~2023-10-29 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28 10:06 [PR PATCH] orca: update to 45.1 AnInternetTroll
2023-10-28 10:24 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29  9:29 ` lilmike
2023-10-29 10:08 ` [PR PATCH] [Merged]: " paper42

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).