desktop keywords patch
authorDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 20:04:27 +0000 (21:04 +0100)
committerDaniel Glassey <wdg@debian.org>
Tue, 15 Sep 2015 20:04:27 +0000 (21:04 +0100)
debian/changelog
debian/patches/desktopkeywords.patch [new file with mode: 0644]
debian/patches/s390x-ftbfs.patch
debian/patches/series

index ce5962c41fba092d6e42cbcf39529381a57fdb24..74a3560d2e856469a0bd3003c3da39781317abe8 100644 (file)
@@ -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 (file)
index 0000000..02fd617
--- /dev/null
@@ -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
index 837b5ca8baba7bc130ea824f12b616e6db0a6dd4..86a23c5c986bc63b9a72a9231d0ef3978d20a68f 100644 (file)
@@ -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
index cbc1051428252b54307a65993e87f4fa7643dad8..2e329d075c47b6f541222d94e6a40ab1ef8fd60f 100644 (file)
@@ -1 +1,2 @@
 s390x-ftbfs.patch
+desktopkeywords.patch