Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evince: update to 44.0.
@ 2023-03-24  1:15 someone13574
  2023-03-24 19:47 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: someone13574 @ 2023-03-24  1:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages evince-44.0
https://github.com/void-linux/void-packages/pull/42969

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

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

From b9740462e067e4c61c8dfc1b622b4ba2856fc269 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Thu, 23 Mar 2023 21:14:44 -0400
Subject: [PATCH] evince: update to 44.0.

---
 srcpkgs/evince/patches/docs-cross.patch | 28 -------------------------
 srcpkgs/evince/template                 | 10 ++++-----
 2 files changed, 5 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/evince/patches/docs-cross.patch

diff --git a/srcpkgs/evince/patches/docs-cross.patch b/srcpkgs/evince/patches/docs-cross.patch
deleted file mode 100644
index dbb8ce7324b4..000000000000
--- a/srcpkgs/evince/patches/docs-cross.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 26051aa87e50e075e3acd87c9a698f2026efb5f7 Mon Sep 17 00:00:00 2001
-From: Michal Vasilek <michal@vasilek.cz>
-Date: Wed, 6 Jul 2022 12:47:04 +0200
-Subject: [PATCH] build: fix docs cross build
-
-gi-docgen is a binary that runs on the host, so the meson should search
-for it on the host
----
- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index b5dbea53a..1e3115f05 100644
---- a/meson.build
-+++ b/meson.build
-@@ -169,7 +169,8 @@ m_dep = cc.find_library('m')
- 
- gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
- 			  fallback: ['gi-docgen', 'dummy_dep'],
--			  required: get_option('gtk_doc'))
-+			  required: get_option('gtk_doc'),
-+			  native: true)
- 
- # Although GTK+ 3.10 includes hi-dpi functionality, it does not require a cairo with
- # cairo_surface_set_device_scale(), which we also need if we're to support hi-dpi,
--- 
-GitLab
-
diff --git a/srcpkgs/evince/template b/srcpkgs/evince/template
index 841968f28958..1a5101e90dff 100644
--- a/srcpkgs/evince/template
+++ b/srcpkgs/evince/template
@@ -1,14 +1,14 @@
 # Template file for 'evince'
 pkgname=evince
-version=43.1
-revision=3
+version=44.0
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="$(vopt_bool gir introspection) $(vopt_bool gtk_doc gtk_doc)
  -Dcomics=enabled -Ddjvu=enabled -Dps=enabled -Dxps=enabled -Ddvi=disabled -Dpdf=enabled
  -Dnautilus=false"
 hostmakedepends="adwaita-icon-theme gettext $(vopt_if gtk_doc gi-docgen)
- glib-devel itstool pkg-config perl-XML-Parser appstream-glib"
+ glib-devel itstool pkg-config perl-XML-Parser appstream-glib desktop-file-utils"
 # XXX missing packages for DVI backend.
 makedepends="adwaita-icon-theme djvulibre-devel gnome-desktop-devel libSM-devel
  libgxps-devel libsecret-devel libspectre-devel
@@ -19,9 +19,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 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-43/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/evince/-/raw/gnome-44/NEWS"
 distfiles="${GNOME_SITE}/evince/${version%.*}/evince-${version}.tar.xz"
-checksum=6d75ca62b73bfbb600f718a098103dc6b813f9050b9594be929e29b4589d2335
+checksum=339ee9e005dd7823a13fe21c71c2ec6d2c4cb74548026e4741eee7b2703e09da
 
 build_options="gir gtk_doc"
 build_options_default="gir gtk_doc"

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

* Re: [PR PATCH] [Merged]: evince: update to 44.0.
  2023-03-24  1:15 [PR PATCH] evince: update to 44.0 someone13574
@ 2023-03-24 19:47 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-03-24 19:47 UTC (permalink / raw)
  To: ml

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

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

evince: update to 44.0.
https://github.com/void-linux/void-packages/pull/42969

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_64-glibc)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64-*
  - armv7l-*
  - armv6l-*
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2023-03-24 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  1:15 [PR PATCH] evince: update to 44.0 someone13574
2023-03-24 19:47 ` [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).