summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-09-15 21:04:27 +0100
committerDaniel Glassey <wdg@debian.org>2015-09-15 21:04:27 +0100
commit4d3261add7e4d64d54c9a6b1717a947ef8112475 (patch)
tree06eec78d135ea52201b2755414a379790fbdd682 /debian
parent8f0dded5f73e703bf47e895db90b8444cd457697 (diff)
desktop keywords patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/desktopkeywords.patch8
-rw-r--r--debian/patches/s390x-ftbfs.patch3
-rw-r--r--debian/patches/series1
4 files changed, 13 insertions, 0 deletions
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 <wdg@debian.org> 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 <dimitri.j.ledkov@linux.intel.com>
+
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