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

https://github.com/GNOME/evince/commit/c34985399069d59df8f7fe22444ad216e6585ef7

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

https://github.com/GNOME/evince/commit/dbd3329478dd9eadf3422f6623f92fc5773f451d

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:41:28 +01:00
committed by Jan Tojnar
parent 52f2d69df8
commit 46dafdc832
+2 -4
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