[gnome-documents/f18] Fix broken desktop file translation

Cosimo Cecchi cosimoc at fedoraproject.org
Fri Aug 17 10:51:22 UTC 2012


commit 5b7adf763e308ef1690ad5de90967afcf423a890
Author: Cosimo Cecchi <cosimoc at gnome.org>
Date:   Fri Aug 17 12:50:11 2012 +0200

    Fix broken desktop file translation

 ...enian-translation-for-desktop-file-once-a.patch |   25 ++++++++++++++++++++
 gnome-documents.spec                               |    4 +++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/0001-po-fix-Slovenian-translation-for-desktop-file-once-a.patch b/0001-po-fix-Slovenian-translation-for-desktop-file-once-a.patch
new file mode 100644
index 0000000..e21eb6b
--- /dev/null
+++ b/0001-po-fix-Slovenian-translation-for-desktop-file-once-a.patch
@@ -0,0 +1,25 @@
+From 9a12c23c0508256718385c1b8ceaa51f66281da4 Mon Sep 17 00:00:00 2001
+From: Cosimo Cecchi <cosimoc at gnome.org>
+Date: Fri, 17 Aug 2012 12:47:51 +0200
+Subject: [PATCH] po: fix Slovenian translation for desktop file once again
+
+---
+ po/sl.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/sl.po b/po/sl.po
+index 10a3852..94bc997 100644
+--- a/po/sl.po
++++ b/po/sl.po
+@@ -33,7 +33,7 @@ msgstr "Upravljanje, dostop in souporaba dokumentov"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:3
+ msgid "Docs;PDF;Document;"
+-msgstr "Doc;PDF;Dokumenti;Word"
++msgstr "Doc;PDF;Dokumenti;Word;"
+ 
+ #: ../data/org.gnome.documents.gschema.xml.in.h:1
+ #: ../src/resources/app-menu.ui.h:1
+-- 
+1.7.11.4
+
diff --git a/gnome-documents.spec b/gnome-documents.spec
index f101af4..bad09c8 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-fix-Slovenian-translation-for-desktop-file-once-a.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 .translation
+
 %build
 %configure --disable-static
 #FIXME: Build fails with  %{?_smp_mflags}.


More information about the scm-commits mailing list