[gnome-documents] Add a patch to fix greek translation in desktop file

Cosimo Cecchi cosimoc at fedoraproject.org
Fri Jun 8 17:08:08 UTC 2012


commit ab3b980ce44211e20d7d7c2e09f67e5fa5d839f8
Author: Cosimo Cecchi <cosimoc at gnome.org>
Date:   Fri Jun 8 13:07:43 2012 -0400

    Add a patch to fix greek translation in desktop file

 gnome-documents.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gnome-documents.spec b/gnome-documents.spec
index 35762cc..1823acd 100644
--- a/gnome-documents.spec
+++ b/gnome-documents.spec
@@ -21,6 +21,8 @@ BuildRequires:  clutter-gtk-devel
 BuildRequires:  gjs-devel
 BuildRequires:  libzapojit-devel
 
+Patch0: 0001-po-add-missing-semicolon-for-greek-translation.patch
+
 %description
 gnome-documents is a document manager application for GNOME,
 aiming to be a simple and elegant replacement for using Files to show
@@ -29,6 +31,8 @@ the Documents directory.
 %prep
 %setup -q
 
+%patch0 -p1 -b .greek-translation
+
 %build
 %configure --disable-static
 #FIXME: Build fails with  %{?_smp_mflags}.


More information about the scm-commits mailing list