summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-09-15 22:23:46 +0100
committerDaniel Glassey <wdg@debian.org>2015-09-15 22:23:46 +0100
commit20f7f02c9db6e24c900f787122b7fdec0abce8f5 (patch)
treea711139f64956292cfd16bce0732642f111c9a00 /debian
parentd39cf862b3e1ff32293e205fbd68075f93ec27db (diff)
patch to fix translations #555887
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/desktop_translation.patch20
-rw-r--r--debian/patches/series1
3 files changed, 24 insertions, 1 deletions
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 <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
index 0000000..fb66382
--- /dev/null
+++ b/debian/patches/desktop_translation.patch
@@ -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
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