[gnome-documents/f17] Add a patch to fix desktop file translations (again)

Cosimo Cecchi cosimoc at fedoraproject.org
Tue Mar 20 15:45:10 UTC 2012


commit 7494467046401301a4c6b3418386e68391f56ce4
Author: Cosimo Cecchi <cosimoc at gnome.org>
Date:   Tue Mar 20 11:44:42 2012 -0400

    Add a patch to fix desktop file translations (again)

 fix-translations-again.patch |   52 ++++++++++++++++++++++++++++++++++++++++++
 gnome-documents.spec         |    4 +++
 2 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/fix-translations-again.patch b/fix-translations-again.patch
new file mode 100644
index 0000000..484e43d
--- /dev/null
+++ b/fix-translations-again.patch
@@ -0,0 +1,52 @@
+diff --git a/po/bg.po b/po/bg.po
+index e6fab3c..de03202 100644
+--- a/po/bg.po
++++ b/po/bg.po
+@@ -28,7 +28,7 @@ msgstr "Преглед, управление и споделяне на доку
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:3
+ msgid "Docs;PDF;Document;"
+-msgstr "Документи;PDF"
++msgstr "Документи;PDF;"
+ 
+ #: ../data/org.gnome.documents.gschema.xml.in.h:1 ../src/application.js:128
+ msgid "View as"
+diff --git a/po/fi.po b/po/fi.po
+index 0882b61..1a94980 100644
+--- a/po/fi.po
++++ b/po/fi.po
+@@ -33,7 +33,7 @@ msgstr "Käytä, hallitse ja jaa asiakirjoja"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:3
+ msgid "Docs;PDF;Document;"
+-msgstr "Asiakirjat;PDF;asiakirja;dokumentti;dokumentit"
++msgstr "Asiakirjat;PDF;asiakirja;dokumentti;dokumentit;"
+ 
+ #: ../data/org.gnome.documents.gschema.xml.in.h:1 ../src/application.js:127
+ msgid "View as"
+diff --git a/po/zh_HK.po b/po/zh_HK.po
+index 43983aa..6824494 100644
+--- a/po/zh_HK.po
++++ b/po/zh_HK.po
+@@ -23,7 +23,7 @@ msgstr "存取、管理、分享文件"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:2
+ msgid "Docs;PDF;Document;"
+-msgstr "文件;PDF;Docs;Document"
++msgstr "文件;PDF;Docs;Document;"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:3 ../src/mainWindow.js:54
+ msgid "Documents"
+diff --git a/po/zh_TW.po b/po/zh_TW.po
+index ee07d44..a9f6469 100644
+--- a/po/zh_TW.po
++++ b/po/zh_TW.po
+@@ -23,7 +23,7 @@ msgstr "存取、管理、分享文件"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:2
+ msgid "Docs;PDF;Document;"
+-msgstr "文件;PDF;Docs;Document"
++msgstr "文件;PDF;Docs;Document;"
+ 
+ #: ../data/gnome-documents.desktop.in.in.h:3 ../src/mainWindow.js:54
+ msgid "Documents"
diff --git a/gnome-documents.spec b/gnome-documents.spec
index 2827809..5af60be 100644
--- a/gnome-documents.spec
+++ b/gnome-documents.spec
@@ -7,6 +7,8 @@ License:        GPLv2+
 URL:            https://live.gnome.org/Design/Apps/Documents
 Source0:        http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.xz
 
+Patch0: fix-translations-again.patch
+
 BuildRequires:  intltool
 BuildRequires:  libgdata-devel
 BuildRequires:  gnome-desktop3-devel
@@ -26,6 +28,8 @@ the Documents directory.
 %prep
 %setup -q
 
+%patch0 -p1 -b .fix-translations
+
 %build
 %configure --disable-static
 #FIXME: Build fails with  %{?_smp_mflags}.


More information about the scm-commits mailing list