From: Daniel Glassey Date: Tue, 15 Sep 2015 20:04:27 +0000 (+0100) Subject: desktop keywords patch X-Git-Tag: archive/raspbian/3.0-3+rpi1~1^2~66 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d3261add7e4d64d54c9a6b1717a947ef8112475;p=bibletime.git desktop keywords patch --- diff --git a/debian/changelog b/debian/changelog index ce5962c..74a3560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,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 -- Daniel Glassey Tue, 15 Sep 2015 15:10:38 +0100 diff --git a/debian/patches/desktopkeywords.patch b/debian/patches/desktopkeywords.patch new file mode 100644 index 0000000..02fd617 --- /dev/null +++ b/debian/patches/desktopkeywords.patch @@ -0,0 +1,8 @@ +--- a/cmake/platforms/linux/bibletime.desktop.cmake ++++ b/cmake/platforms/linux/bibletime.desktop.cmake +@@ -23,4 +23,5 @@ + Terminal=false + Type=Application + Categories=X-Bible;X-Religion;Literature;Education;Dictionary;Qt; ++Keywords=bible;study;religion;literature;education; + DocPath=bibletime/handbook/index.html diff --git a/debian/patches/s390x-ftbfs.patch b/debian/patches/s390x-ftbfs.patch index 837b5ca..86a23c5 100644 --- a/debian/patches/s390x-ftbfs.patch +++ b/debian/patches/s390x-ftbfs.patch @@ -1,3 +1,6 @@ +Description: build without pie, fixes FTBFS on s390x +Author: Dimitri John Ledkov + Index: bibletime-2.10.1/CMakeLists.txt =================================================================== --- bibletime-2.10.1.orig/CMakeLists.txt diff --git a/debian/patches/series b/debian/patches/series index cbc1051..2e329d0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ s390x-ftbfs.patch +desktopkeywords.patch