r40941 - in /desktop/unstable/seahorse/debian: changelog patches/ patches/fix-desktop-path.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Mar 23 21:57:11 UTC 2014


Author: ah
Date: Sun Mar 23 21:57:11 2014
New Revision: 40941

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40941
Log:
* Add debian/patches/fix-desktop-path.patch
  - work around broken desktop file generation while trying to figure
    out the real cause/solution.

Added:
    desktop/unstable/seahorse/debian/patches/
    desktop/unstable/seahorse/debian/patches/fix-desktop-path.patch
    desktop/unstable/seahorse/debian/patches/series
Modified:
    desktop/unstable/seahorse/debian/changelog

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=40941&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog	[utf-8] (original)
+++ desktop/unstable/seahorse/debian/changelog	[utf-8] Sun Mar 23 21:57:11 2014
@@ -17,6 +17,9 @@
   * Bump Standards-Version to 3.9.5
   * Drop debian/patches/30_preferences_menu.patch
     - doesn't apply and likely of negliable use these days anyway.
+  * Add debian/patches/fix-desktop-path.patch
+    - work around broken desktop file generation while trying to figure
+      out the real cause/solution.
 
  -- Andreas Henriksson <andreas at fatal.se>  Sun, 23 Mar 2014 19:57:45 +0100
 

Added: desktop/unstable/seahorse/debian/patches/fix-desktop-path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/fix-desktop-path.patch?rev=40941&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/patches/fix-desktop-path.patch	(added)
+++ desktop/unstable/seahorse/debian/patches/fix-desktop-path.patch	[utf-8] Sun Mar 23 21:57:11 2014
@@ -0,0 +1,21 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: hack around broken variable expansion
+
+The final desktop file ended up with Exec=${exec_prefix}/bin/seahorse
+and I could not figure out why the variable expansion didn't
+expand fully.
+
+Added this patch until we figure it out to avoid generating
+broken desktop files....
+
+--- a/src/seahorse.desktop.in.in
++++ b/src/seahorse.desktop.in.in
+@@ -2,7 +2,7 @@
+ _Name=Passwords and Keys
+ _Comment=Manage your passwords and encryption keys
+ _Keywords=keyring;encryption;security;sign;ssh;
+-Exec=@bindir@/seahorse
++Exec=/usr/bin/seahorse
+ Terminal=false
+ Type=Application
+ Icon=seahorse

Added: desktop/unstable/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/series?rev=40941&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/patches/series	(added)
+++ desktop/unstable/seahorse/debian/patches/series	[utf-8] Sun Mar 23 21:57:11 2014
@@ -0,0 +1 @@
+fix-desktop-path.patch




More information about the pkg-gnome-commits mailing list