Use libgnome-desktop to generate and cache thumbnails

Resolves: #1147270
This commit is contained in:
Marek Kasik 2014-11-18 17:22:55 +01:00
parent 13703f38cb
commit 247e80d268

View File

@ -5,7 +5,7 @@
Name: evince
Version: 3.14.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Document viewer
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
@ -36,6 +36,7 @@ BuildRequires: intltool
BuildRequires: t1lib-devel
BuildRequires: gobject-introspection-devel
BuildRequires: adwaita-icon-theme-devel
BuildRequires: gnome-desktop3-devel
# For autoconf.sh
BuildRequires: gnome-common >= 2.26
@ -136,6 +137,7 @@ This package contains the evince web browser plugin.
--enable-introspection \
--enable-comics=yes \
--enable-dvi=yes \
--enable-libgnome-desktop \
%if 0%{?fedora}
--enable-djvu=yes \
%endif
@ -260,6 +262,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
%changelog
* Tue Nov 18 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-5
- Use libgnome-desktop to generate and cache thumbnails
- Resolves: #1147270
* Wed Nov 12 2014 Richard Hughes <richard@hughsie.com> - 3.14.1-4
- Fix non-Fedora build