mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
evince: update to 44.0.
This commit is contained in:
parent
17f47d1364
commit
2c9435ddd6
2 changed files with 5 additions and 33 deletions
|
@ -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
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'evince'
|
# Template file for 'evince'
|
||||||
pkgname=evince
|
pkgname=evince
|
||||||
version=43.1
|
version=44.0
|
||||||
revision=3
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="$(vopt_bool gir introspection) $(vopt_bool gtk_doc gtk_doc)
|
configure_args="$(vopt_bool gir introspection) $(vopt_bool gtk_doc gtk_doc)
|
||||||
-Dcomics=enabled -Ddjvu=enabled -Dps=enabled -Dxps=enabled -Ddvi=disabled -Dpdf=enabled
|
-Dcomics=enabled -Ddjvu=enabled -Dps=enabled -Dxps=enabled -Ddvi=disabled -Dpdf=enabled
|
||||||
-Dnautilus=false"
|
-Dnautilus=false"
|
||||||
hostmakedepends="adwaita-icon-theme gettext $(vopt_if gtk_doc gi-docgen)
|
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.
|
# XXX missing packages for DVI backend.
|
||||||
makedepends="adwaita-icon-theme djvulibre-devel gnome-desktop-devel libSM-devel
|
makedepends="adwaita-icon-theme djvulibre-devel gnome-desktop-devel libSM-devel
|
||||||
libgxps-devel libsecret-devel libspectre-devel
|
libgxps-devel libsecret-devel libspectre-devel
|
||||||
|
@ -19,9 +19,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Evince"
|
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/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"
|
distfiles="${GNOME_SITE}/evince/${version%.*}/evince-${version}.tar.xz"
|
||||||
checksum=6d75ca62b73bfbb600f718a098103dc6b813f9050b9594be929e29b4589d2335
|
checksum=339ee9e005dd7823a13fe21c71c2ec6d2c4cb74548026e4741eee7b2703e09da
|
||||||
|
|
||||||
build_options="gir gtk_doc"
|
build_options="gir gtk_doc"
|
||||||
build_options_default="gir gtk_doc"
|
build_options_default="gir gtk_doc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue