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