evince: 3.28.2 → 3.30.2
This commit is contained in:
parent
013df809d5
commit
45f7595575
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{ fetchurl, stdenv, pkgconfig, intltool, libxml2
|
||||
, glib, gtk3, pango, atk, gdk_pixbuf, shared-mime-info, itstool, gnome3
|
||||
, poppler, ghostscriptX, djvulibre, libspectre, libarchive, libsecret, wrapGAppsHook
|
||||
, librsvg, gobjectIntrospection, yelp-tools
|
||||
, librsvg, gobjectIntrospection, yelp-tools, gspell
|
||||
, recentListSize ? null # 5 is not enough, allow passing a different number
|
||||
, supportXPS ? false # Open XML Paper Specification via libgxps
|
||||
, autoreconfHook
|
||||
|
@ -9,11 +9,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "evince-${version}";
|
||||
version = "3.28.2";
|
||||
version = "3.30.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/evince/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1qbk1x2c7iacmmfwjzh136v2sdacrkqn9d6bnqid7xn9hlnx4m89";
|
||||
sha256 = "0k7jln6dpg4bpv61niicjzkzyq6fhb3yfld7pc8ck71c8pmvsnx9";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
glib gtk3 pango atk gdk_pixbuf libxml2
|
||||
gnome3.gsettings-desktop-schemas
|
||||
poppler ghostscriptX djvulibre libspectre libarchive
|
||||
libsecret librsvg gnome3.adwaita-icon-theme
|
||||
libsecret librsvg gnome3.adwaita-icon-theme gspell
|
||||
] ++ stdenv.lib.optional supportXPS gnome3.libgxps;
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue