patch to remove MimeType entry from bibletime.desktop
authorDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 20:15:35 +0000 (21:15 +0100)
committerDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 20:15:35 +0000 (21:15 +0100)
debian/changelog
debian/patches/desktopkeywords.patch
debian/patches/mime_exec.patch [new file with mode: 0644]
debian/patches/series

index 74a3560d2e856469a0bd3003c3da39781317abe8..f68f8b26c4facdd786de1f04a9149b28d0239d8b 100644 (file)
@@ -2,6 +2,7 @@ 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
 
  -- Daniel Glassey <wdg@debian.org>  Tue, 15 Sep 2015 15:10:38 +0100
 
index 02fd61723ad2d14c12cb90b5367ce5ade3b14f17..e6fa7aeba1321204d1e655dbee278682fa5de6e0 100644 (file)
@@ -1,3 +1,6 @@
+Description: add some keywords to desktop file
+Author: Daniel Glassey <wdg@debian.org>
+
 --- a/cmake/platforms/linux/bibletime.desktop.cmake
 +++ b/cmake/platforms/linux/bibletime.desktop.cmake
 @@ -23,4 +23,5 @@
diff --git a/debian/patches/mime_exec.patch b/debian/patches/mime_exec.patch
new file mode 100644 (file)
index 0000000..626c538
--- /dev/null
@@ -0,0 +1,13 @@
+Description: remove empty MimeType entry
+Author: Daniel Glassey <wdg@debian.org>
+
+--- a/cmake/platforms/linux/bibletime.desktop.cmake
++++ b/cmake/platforms/linux/bibletime.desktop.cmake
+@@ -10,7 +10,6 @@
+ Comment[it]=Un semplice strumento per studiare la Bibbia
+ Exec=bibletime
+ Icon=bibletime
+-MimeType=
+ Name=BibleTime @BT_VERSION@
+ Name[C]=BibleTime @BT_VERSION@
+ Name[cs]=BibleTime @BT_VERSION@
index 2e329d075c47b6f541222d94e6a40ab1ef8fd60f..9064cca94d3ac14fe575a95382bbdf9a52321646 100644 (file)
@@ -1,2 +1,3 @@
 s390x-ftbfs.patch
 desktopkeywords.patch
+mime_exec.patch