[Pkg-xfce-commits] r8502 - in /desktop/trunk/exo/debian: changelog patches/03_html-with-spaces.patch patches/series

Jackson Doak noskcaj-guest at moszumanska.debian.org
Wed Jul 9 21:11:36 UTC 2014


Author: noskcaj-guest
Date: Wed Jul  9 21:11:36 2014
New Revision: 8502

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8502
Log:
* debian/patches:
  - Add 03_html-with-spaces.patch. Makes html links worth with spaces.

Added:
    desktop/trunk/exo/debian/patches/03_html-with-spaces.patch
Modified:
    desktop/trunk/exo/debian/changelog
    desktop/trunk/exo/debian/patches/series

Modified: desktop/trunk/exo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/changelog?rev=8502&op=diff
==============================================================================
--- desktop/trunk/exo/debian/changelog	(original)
+++ desktop/trunk/exo/debian/changelog	Wed Jul  9 21:11:36 2014
@@ -8,6 +8,8 @@
   [ Jackson Doak ]
   * debian/control: Build-depend on dh-autoreconf
   * debian/rules: Use autoreconf
+  * debian/patches:
+    - Add 03_html-with-spaces.patch. Makes html links worth with spaces.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 10 Jul 2014 06:56:46 +1000
 

Added: desktop/trunk/exo/debian/patches/03_html-with-spaces.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/patches/03_html-with-spaces.patch?rev=8502&op=file
==============================================================================
--- desktop/trunk/exo/debian/patches/03_html-with-spaces.patch	(added)
+++ desktop/trunk/exo/debian/patches/03_html-with-spaces.patch	Wed Jul  9 21:11:36 2014
@@ -0,0 +1,10 @@
+Index: exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in
+===================================================================
+--- exo-0.10.2.orig/exo-helper/helpers/firefox.desktop.in.in	2014-04-25 14:12:03.058490145 +0200
++++ exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in	2014-04-25 14:12:28.042176057 +0200
+@@ -7,4 +7,4 @@
+ X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
+-X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s;
++X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B "%s";

Modified: desktop/trunk/exo/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/debian/patches/series?rev=8502&op=diff
==============================================================================
--- desktop/trunk/exo/debian/patches/series	(original)
+++ desktop/trunk/exo/debian/patches/series	Wed Jul  9 21:11:36 2014
@@ -1,2 +1,3 @@
 0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
 02_exo-compose-mail_add-support-for-bcc.patch
+03_html-with-spaces.patch




More information about the Pkg-xfce-commits mailing list