summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-09-15 21:15:35 +0100
committerDaniel Glassey <wdg@debian.org>2015-09-15 21:15:35 +0100
commitd39cf862b3e1ff32293e205fbd68075f93ec27db (patch)
treeb5bb5f6327abd2e982e1b63ccbeb7912f41ec981 /debian/patches
parent4d3261add7e4d64d54c9a6b1717a947ef8112475 (diff)
patch to remove MimeType entry from bibletime.desktop
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/desktopkeywords.patch3
-rw-r--r--debian/patches/mime_exec.patch13
-rw-r--r--debian/patches/series1
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/desktopkeywords.patch b/debian/patches/desktopkeywords.patch
index 02fd617..e6fa7ae 100644
--- a/debian/patches/desktopkeywords.patch
+++ b/debian/patches/desktopkeywords.patch
@@ -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
index 0000000..626c538
--- /dev/null
+++ b/debian/patches/mime_exec.patch
@@ -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@
diff --git a/debian/patches/series b/debian/patches/series
index 2e329d0..9064cca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
s390x-ftbfs.patch
desktopkeywords.patch
+mime_exec.patch