evince: 44.3 → 45.alpha

https://gitlab.gnome.org/GNOME/evince/-/compare/44.3...45.alpha

Removes direct search for msgfmt - I assume we keep gettext for i18n.merge_file

c349853990

Removes libxml2 dependency from PDF backend - instead this is unconditionally added
as part of libdocument, no action needed for us

dbd3329478

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-08-07 07:52:15 +00:00 committed by Jan Tojnar
parent 52f2d69df8
commit 46dafdc832

View File

@ -28,7 +28,6 @@
, gobject-introspection
, yelp-tools
, gspell
, adwaita-icon-theme
, gsettings-desktop-schemas
, gnome-desktop
, dbus
@ -43,13 +42,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "44.3";
version = "45.alpha";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "O4uhWBpHpun1f2tqoI8PtnVJxgEhqiTjEUDpOUe4NiI=";
sha256 = "VRpJVZw7SZXt9Z9jB4j1baYOpQoTnZo/IvA+Gqpm1tk=";
};
depsBuildBuild = [
@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
adwaita-icon-theme
atk
dbus # only needed to find the service directory
djvulibre