From d39cf862b3e1ff32293e205fbd68075f93ec27db Mon Sep 17 00:00:00 2001 From: Daniel Glassey Date: Tue, 15 Sep 2015 21:15:35 +0100 Subject: [PATCH] patch to remove MimeType entry from bibletime.desktop --- debian/changelog | 1 + debian/patches/desktopkeywords.patch | 3 +++ debian/patches/mime_exec.patch | 13 +++++++++++++ debian/patches/series | 1 + 4 files changed, 18 insertions(+) create mode 100644 debian/patches/mime_exec.patch diff --git a/debian/changelog b/debian/changelog index 74a3560..f68f8b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 15 Sep 2015 15:10:38 +0100 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 + --- 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 + +--- 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 -- 2.30.2