[packages/lxterminal] include @ into wordseps

glen glen at pld-linux.org
Sat Apr 20 12:19:52 CEST 2013


commit a5972cf4d25097eba9b86e10cf611fd37af3a6cf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Apr 20 13:19:21 2013 +0300

    include @ into wordseps

 lxterminal.spec | 2 +-
 wordseps.patch  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lxterminal.spec b/lxterminal.spec
index 33598a6..86c643d 100644
--- a/lxterminal.spec
+++ b/lxterminal.spec
@@ -10,7 +10,7 @@
 Summary:	LXTerminal is the standard terminal emulator of LXDE
 Name:		lxterminal
 Version:	0.1.11
-Release:	5
+Release:	6
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
diff --git a/wordseps.patch b/wordseps.patch
index 932e3da..230adbe 100644
--- a/wordseps.patch
+++ b/wordseps.patch
@@ -1,6 +1,6 @@
 similar patch:
-http://cvs.pld-linux.org/packages/kdebase/kdebase-konsole-wordseps.patch?annotate=1.2
-http://cvs.pld-linux.org/packages/Terminal/wordseps.patch?view=log
+http://git.pld-linux.org/?p=packages/kdebase.git;a=blob;f=kdebase-konsole-wordseps.patch
+http://git.pld-linux.org/?p=packages/Terminal.git;a=blob;f=Terminal-desktop.patch
 
 --- lxterminal-0.1.11/src/setting.c~	2012-04-21 22:50:34.000000000 +0300
 +++ lxterminal-0.1.11/src/setting.c	2012-04-21 22:50:36.003908733 +0300
@@ -9,7 +9,7 @@ http://cvs.pld-linux.org/packages/Terminal/wordseps.patch?view=log
          setting->tab_position = g_strdup("top");
      if (setting->word_selection_characters == NULL)
 -        setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~");
-+        setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~=+;");
++        setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~=+;@");
      if (setting->background_alpha == NULL)
          setting->background_alpha = 65535;
      return setting;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxterminal.git/commitdiff/a5972cf4d25097eba9b86e10cf611fd37af3a6cf



More information about the pld-cvs-commit mailing list