patch to fix translations #555887
authorDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 21:23:46 +0000 (22:23 +0100)
committerDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 21:23:46 +0000 (22:23 +0100)
debian/changelog
debian/patches/desktop_translation.patch [new file with mode: 0644]
debian/patches/series

index f68f8b26c4facdd786de1f04a9149b28d0239d8b..e667f250667a90cd74c7363887aeb266c470e69f 100644 (file)
@@ -3,8 +3,10 @@ bibletime (2.10.1-3) UNRELEASED; urgency=medium
   * build dep on libsword-dev >= 1.7.3+dfsg-3 for c++ transition
   * add patch to add some keywords to bibletime.desktop
   * add patch to remove MimeType entry from bibletime.desktop
+  * add patch to fix .desktop translations, Closes: #555887
+      thanks to Paul Martrenchar <pmartrenchar@gmail.com>
 
- -- Daniel Glassey <wdg@debian.org>  Tue, 15 Sep 2015 15:10:38 +0100
+ -- Daniel Glassey <wdg@debian.org>  Tue, 15 Sep 2015 21:13:03 +0100
 
 bibletime (2.10.1-2) unstable; urgency=medium
 
diff --git a/debian/patches/desktop_translation.patch b/debian/patches/desktop_translation.patch
new file mode 100644 (file)
index 0000000..fb66382
--- /dev/null
@@ -0,0 +1,20 @@
+Description: fix wrongly encoded translations
+Author: Paul Martrenchar <pmartrenchar@gmail.com>
+
+--- a/cmake/platforms/linux/bibletime.desktop.cmake
++++ b/cmake/platforms/linux/bibletime.desktop.cmake
+@@ -1,12 +1,12 @@
+ [Desktop Entry]
+ Comment=An easy to use bible study tool
+ Comment[C]=An easy to use bible study tool
+-Comment[cs]=Snadno pouiteln n�troj pro studium Bible
++Comment[cs]=Snadno použitelný nástroj pro studium Bible
+ Comment[da]=Et letanvendeligt bibelstudieprogram
+ Comment[de]=Ein einfach zu benutzendes Bibelprogramm
+ Comment[et]=Lihtne Piibliuurimise vahend
+ Comment[fi]=Helppokäyttöinen raamatunlukuohjelmisto
+-Comment[fr]=Un outil d'éde biblique facile àtiliser
++Comment[fr]=Un outil d'étude biblique facile à utiliser
+ Comment[it]=Un semplice strumento per studiare la Bibbia
+ Exec=bibletime
+ Icon=bibletime
index 9064cca94d3ac14fe575a95382bbdf9a52321646..880c3afcace486af21a6d37df915f2ca355fbbab 100644 (file)
@@ -1,3 +1,4 @@
 s390x-ftbfs.patch
 desktopkeywords.patch
 mime_exec.patch
+desktop_translation.patch