Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evince: update to 46.0.
@ 2024-03-21 15:35 fanyx
  2024-03-23  1:10 ` [PR PATCH] [Updated] " oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fanyx @ 2024-03-21 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages evince
https://github.com/void-linux/void-packages/pull/49429

evince: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **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/49429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-evince-49429.patch --]
[-- Type: text/x-diff, Size: 1219 bytes --]

From 554f94ef067f4b3ba4ab741456c81633ab176bbe Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 16:34:29 +0100
Subject: [PATCH] evince: update to 46.0.

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

diff --git a/srcpkgs/evince/template b/srcpkgs/evince/template
index 745e9f7ec4fc6f..927510eb2ac972 100644
--- a/srcpkgs/evince/template
+++ b/srcpkgs/evince/template
@@ -1,6 +1,6 @@
 # Template file for 'evince'
 pkgname=evince
-version=45.0
+version=46.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -18,9 +18,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Evince"
 #changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-45/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/evince/${version%.*}/evince-${version}.tar.xz"
-checksum=d18647d4275cbddf0d32817b1d04e307342a85be914ec4dad2d8082aaf8aa4a8
+checksum=aff6af69392c04956bfad976dec5d1583b41d5a334e937995f7c3ca0740de221
 
 build_options="gir gtk_doc"
 build_options_default="gir gtk_doc"

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

* Re: [PR PATCH] [Updated] evince: update to 46.0.
  2024-03-21 15:35 [PR PATCH] evince: update to 46.0 fanyx
@ 2024-03-23  1:10 ` oreo639
  2024-03-23  8:01 ` fanyx
  2024-03-25 21:30 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-23  1:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages evince
https://github.com/void-linux/void-packages/pull/49429

evince: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **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/49429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-evince-49429.patch --]
[-- Type: text/x-diff, Size: 1357 bytes --]

From 957e7cf9e76a85bb3a80639590c849e865bf42f5 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 16:34:29 +0100
Subject: [PATCH] evince: update to 46.0.

---
 srcpkgs/evince/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/evince/template b/srcpkgs/evince/template
index 745e9f7ec4fc6f..b8916b70ea948b 100644
--- a/srcpkgs/evince/template
+++ b/srcpkgs/evince/template
@@ -1,6 +1,6 @@
 # Template file for 'evince'
 pkgname=evince
-version=45.0
+version=46.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -17,10 +17,10 @@ short_desc="GNOME Document viewer for multiple document formats"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Evince"
-#changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-45/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/main/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/evince/${version%.*}/evince-${version}.tar.xz"
-checksum=d18647d4275cbddf0d32817b1d04e307342a85be914ec4dad2d8082aaf8aa4a8
+checksum=aff6af69392c04956bfad976dec5d1583b41d5a334e937995f7c3ca0740de221
 
 build_options="gir gtk_doc"
 build_options_default="gir gtk_doc"

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

* Re: [PR PATCH] [Updated] evince: update to 46.0.
  2024-03-21 15:35 [PR PATCH] evince: update to 46.0 fanyx
  2024-03-23  1:10 ` [PR PATCH] [Updated] " oreo639
@ 2024-03-23  8:01 ` fanyx
  2024-03-25 21:30 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: fanyx @ 2024-03-23  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages evince
https://github.com/void-linux/void-packages/pull/49429

evince: update to 46.0.
#### Testing the changes
- I tested the changes in this PR: **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/49429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-evince-49429.patch --]
[-- Type: text/x-diff, Size: 1219 bytes --]

From 8527bb29510a90376083abeef4dce51c006d42d4 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 16:34:29 +0100
Subject: [PATCH] evince: update to 46.0.

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

diff --git a/srcpkgs/evince/template b/srcpkgs/evince/template
index 745e9f7ec4fc6f..927510eb2ac972 100644
--- a/srcpkgs/evince/template
+++ b/srcpkgs/evince/template
@@ -1,6 +1,6 @@
 # Template file for 'evince'
 pkgname=evince
-version=45.0
+version=46.0
 revision=1
 build_helper="gir"
 build_style=meson
@@ -18,9 +18,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Evince"
 #changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/main/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-45/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/evince/${version%.*}/evince-${version}.tar.xz"
-checksum=d18647d4275cbddf0d32817b1d04e307342a85be914ec4dad2d8082aaf8aa4a8
+checksum=aff6af69392c04956bfad976dec5d1583b41d5a334e937995f7c3ca0740de221
 
 build_options="gir gtk_doc"
 build_options_default="gir gtk_doc"

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

* Re: [PR PATCH] [Merged]: evince: update to 46.0.
  2024-03-21 15:35 [PR PATCH] evince: update to 46.0 fanyx
  2024-03-23  1:10 ` [PR PATCH] [Updated] " oreo639
  2024-03-23  8:01 ` fanyx
@ 2024-03-25 21:30 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-25 21:30 UTC (permalink / raw)
  To: ml

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

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

evince: update to 46.0.
https://github.com/void-linux/void-packages/pull/49429

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

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



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

end of thread, other threads:[~2024-03-25 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 15:35 [PR PATCH] evince: update to 46.0 fanyx
2024-03-23  1:10 ` [PR PATCH] [Updated] " oreo639
2024-03-23  8:01 ` fanyx
2024-03-25 21:30 ` [PR PATCH] [Merged]: " oreo639

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