From 2518c2c6c6c24460d2286501e261918de7ceb891 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Tue, 15 Dec 2009 19:07:13 +0100 Subject: [PATCH] Fix .desktop file path --- debian/patches/00list | 1 + debian/patches/30_Paths.dpatch | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100755 debian/patches/30_Paths.dpatch diff --git a/debian/patches/00list b/debian/patches/00list index a313ed0..9a044e5 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,2 +1,3 @@ 10_RemoveSystray.dpatch 20_LargeIcons.dpatch +30_Paths.dpatch diff --git a/debian/patches/30_Paths.dpatch b/debian/patches/30_Paths.dpatch new file mode 100755 index 0000000..a7a2dda --- /dev/null +++ b/debian/patches/30_Paths.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 30_Paths.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad keepassx-maemo~/src/src.pro keepassx-maemo/src/src.pro +--- keepassx-maemo~/src/src.pro 2009-12-15 18:32:05.000000000 +0100 ++++ keepassx-maemo/src/src.pro 2009-12-15 18:55:25.293330744 +0100 +@@ -52,7 +52,7 @@ + datalicense.path = $${PREFIX}/share/keepassx + + shareapp.files = ../share/applications/*.desktop +- shareapp.path = $${PREFIX}/share/applications ++ shareapp.path = $${PREFIX}/share/applications/hildon + shararemime.files = ../share/mime/packages/*.xml + shararemime.path = $${PREFIX}/share/mime/packages + sharemimelnk.files = ../share/mimelnk/application/*.desktop -- 1.7.9.5