Update to 3.7.92

This commit is contained in:
Kalev Lember 2013-03-21 19:01:27 +01:00
parent cb2b4b408a
commit d47d9d0edf
4 changed files with 51 additions and 6 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ evince-3.0.0.tar.bz2
/evince-3.7.4.tar.xz
/evince-3.7.5.tar.xz
/evince-3.7.90.tar.xz
/evince-3.7.92.tar.xz

View File

@ -0,0 +1,40 @@
From 472fee589cc62470dcfe8c9258885fe8cd26894e Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Thu, 21 Mar 2013 15:37:35 +0100
Subject: [PATCH] Fix desktop file keyword translations
https://bugzilla.gnome.org/show_bug.cgi?id=696310
---
po/el.po | 2 +-
po/ta.po | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/po/el.po b/po/el.po
index 8ca28ac..9ccab98 100644
--- a/po/el.po
+++ b/po/el.po
@@ -338,7 +338,7 @@ msgstr "Προβολή εγγράφων πολλαπλών σελίδων"
#: ../data/evince.desktop.in.in.h:3
msgid "pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation;"
-msgstr "pdf·ps·postscript·dvi·xps·djvu·tiff·έγγραφο·παρουσίαση·"
+msgstr "pdf;ps;postscript;dvi;xps;djvu;tiff;έγγραφο;παρουσίαση;"
#: ../data/evince-previewer.desktop.in.in.h:1
msgid "Print Preview"
diff --git a/po/ta.po b/po/ta.po
index d739f9b..1a2976b 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -330,7 +330,7 @@ msgstr "பல பக்க ஆவணங்களை பார்வையிட
#: ../data/evince.desktop.in.in.h:3
msgid "pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation;"
-msgstr "பிடிஎஃப்;போஸ்ட்ஸ்க்ரிப்ட்;டிவிஐ;எக்ஸ்பிஎஸ்;டிஃப்;ஆவணம்;முன் வைப்பு"
+msgstr "பிடிஎஃப்;போஸ்ட்ஸ்க்ரிப்ட்;டிவிஐ;எக்ஸ்பிஎஸ்;டிஃப்;ஆவணம்;முன் வைப்பு;"
#: ../data/evince-previewer.desktop.in.in.h:1
msgid "Print Preview"
--
1.8.1.4

View File

@ -5,14 +5,16 @@
%global gxps_version 0.2.1
Name: evince
Version: 3.7.90
Release: 2%{?dist}
Version: 3.7.92
Release: 1%{?dist}
Summary: Document viewer
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
Group: Applications/Publishing
URL: http://projects.gnome.org/evince/
Source0: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=696310
Patch0: evince-3.7.92-keywords.patch
BuildRequires: gtk3-devel
BuildRequires: glib2-devel >= %{glib2_version}
@ -106,6 +108,7 @@ It adds an additional tab called "Document" to the file properties dialog.
%prep
%setup -q
%patch0 -p1 -b .keywords
%build
./autogen.sh
@ -139,9 +142,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
# don't ship icon caches
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
%post
update-desktop-database &> /dev/null ||:
@ -167,6 +167,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/evince-previewer.desktop
%{_datadir}/icons/hicolor/*/apps/evince.*
%{_mandir}/man1/evince.1.gz
%{_libexecdir}/evinced
@ -220,6 +221,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
%changelog
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
- Update to 3.7.92
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
- Tighten subpackage deps

View File

@ -1 +1 @@
7125314a78b2ff942446fc72ac542b92 evince-3.7.90.tar.xz
5bac08d062025eccaeb51e29bfc13a2c evince-3.7.92.tar.xz