From: Daniel Glassey Date: Tue, 15 Sep 2015 21:23:46 +0000 (+0100) Subject: patch to fix translations #555887 X-Git-Tag: archive/raspbian/3.0-3+rpi1~1^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=20f7f02c9db6e24c900f787122b7fdec0abce8f5;p=bibletime.git patch to fix translations #555887 --- diff --git a/debian/changelog b/debian/changelog index f68f8b2..e667f25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 - -- Daniel Glassey Tue, 15 Sep 2015 15:10:38 +0100 + -- Daniel Glassey 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 index 0000000..fb66382 --- /dev/null +++ b/debian/patches/desktop_translation.patch @@ -0,0 +1,20 @@ +Description: fix wrongly encoded translations +Author: Paul Martrenchar + +--- 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 diff --git a/debian/patches/series b/debian/patches/series index 9064cca..880c3af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ s390x-ftbfs.patch desktopkeywords.patch mime_exec.patch +desktop_translation.patch