Github messages for voidlinux
 help / color / mirror / Atom feed
From: someone13574 <someone13574@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] evince: update to 44.0.
Date: Fri, 24 Mar 2023 02:15:59 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42969@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2023-03-24  1:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24  1:15 someone13574 [this message]
2023-03-24 19:47 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42969@inbox.vuxu.org \
    --to=someone13574@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).