Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evince: update to 44.0. #42969

Merged
merged 1 commit into from Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 0 additions & 28 deletions srcpkgs/evince/patches/docs-cross.patch

This file was deleted.

10 changes: 5 additions & 5 deletions 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
Expand All @@ -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"
Expand Down