Update Evince - and make it build again
svn path=/nixpkgs/trunk/; revision=28171
This commit is contained in:
parent
a650832b2c
commit
b799e4e6ff
@ -3,16 +3,16 @@
|
|||||||
, libgnome, libgnomeui, scrollkeeper, libxslt
|
, libgnome, libgnomeui, scrollkeeper, libxslt
|
||||||
, libglade, gnome_keyring, dbus, dbus_glib
|
, libglade, gnome_keyring, dbus, dbus_glib
|
||||||
, poppler, libspectre, djvulibre, shared_mime_info
|
, poppler, libspectre, djvulibre, shared_mime_info
|
||||||
, makeWrapper, which
|
, makeWrapper, which, ghostscript
|
||||||
, recentListSize ? null # 5 is not enough, allow passing a different number
|
, recentListSize ? null # 5 is not enough, allow passing a different number
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "evince-2.26.0";
|
name = "evince-2.32.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.26/${name}.tar.bz2";
|
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.32/${name}.tar.bz2";
|
||||||
sha256 = "1wsl5vdrj0829wq223dryq5p7izgzsz6mfl4igix7b5wga42zff1";
|
sha256 = "2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -21,10 +21,13 @@ stdenv.mkDerivation rec {
|
|||||||
scrollkeeper gnome_keyring
|
scrollkeeper gnome_keyring
|
||||||
libxslt # for `xsltproc'
|
libxslt # for `xsltproc'
|
||||||
dbus dbus_glib poppler libspectre djvulibre makeWrapper which
|
dbus dbus_glib poppler libspectre djvulibre makeWrapper which
|
||||||
|
ghostscript
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = "--with-libgnome --enable-dbus --enable-pixbuf "
|
configureFlags = "--with-libgnome --enable-dbus --enable-pixbuf "
|
||||||
|
|
||||||
|
# Do not use nautilus
|
||||||
|
+ " --disable-nautilus "
|
||||||
# Do not update Scrollkeeper's database (GNOME's help system).
|
# Do not update Scrollkeeper's database (GNOME's help system).
|
||||||
+ "--disable-scrollkeeper";
|
+ "--disable-scrollkeeper";
|
||||||
|
|
||||||
@ -53,4 +56,4 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user