[packages/mate-terminal] add ';' to wordseps, similar to other terminal emulators

glen glen at pld-linux.org
Wed May 15 21:57:35 CEST 2013


commit e31a65d8d8a2d3367c8c27b7bc515edeefbc8790
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 15 22:57:11 2013 +0300

    add ';' to wordseps, similar to other terminal emulators

 mate-terminal.spec |  4 +++-
 wordseps.patch     | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 1 deletion(-)
---
diff --git a/mate-terminal.spec b/mate-terminal.spec
index c9ba12d..ab6f8db 100644
--- a/mate-terminal.spec
+++ b/mate-terminal.spec
@@ -1,11 +1,12 @@
 Summary:	MATE Terminal Emulator
 Name:		mate-terminal
 Version:	1.6.1
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 # Source0-md5:	c9e1c80d9184aca710e92bd944f2bb7c
+Patch0:		wordseps.patch
 URL:		http://mate-desktop.org/
 BuildRequires:	bison
 BuildRequires:	dconf-devel
@@ -28,6 +29,7 @@ MATE Terminal Emulator.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
diff --git a/wordseps.patch b/wordseps.patch
new file mode 100644
index 0000000..e5817a0
--- /dev/null
+++ b/wordseps.patch
@@ -0,0 +1,60 @@
+similar patches:
+- konsole: http://git.pld-linux.org/?p=packages/kdebase.git;a=blob;f=kdebase-konsole-wordseps.patch
+- Terminal: http://git.pld-linux.org/?p=packages/Terminal.git;a=blob;f=wordseps.patch
+- Gnome-terminal: http://git.pld-linux.org/?p=packages/gnome-terminal.git;a=blob;f=wordseps.patch
+- lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
+
+--- mate-terminal-1.6.1/./src/terminal-profile.c~	2013-04-09 16:54:21.000000000 +0300
++++ mate-terminal-1.6.1/./src/terminal-profile.c	2013-05-15 22:49:16.766868063 +0300
+@@ -163,7 +163,7 @@
+ #define DEFAULT_USE_SYSTEM_FONT       (TRUE)
+ #define DEFAULT_USE_THEME_COLORS      (TRUE)
+ #define DEFAULT_VISIBLE_NAME          (N_("Unnamed"))
+-#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_=+@~")
++#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_=+@~;")
+ 
+ struct _TerminalProfilePrivate
+ {
+--- mate-terminal-1.6.1/./src/org.mate.terminal.gschema.xml.in~	2013-04-09 16:54:21.000000000 +0300
++++ mate-terminal-1.6.1/./src/org.mate.terminal.gschema.xml.in	2013-05-15 22:51:26.329501283 +0300
+@@ -129,7 +129,7 @@
+       <description>If true, don't make a noise when applications send the  escape sequence for the terminal bell.</description>
+     </key>
+     <key name="word-chars" type="s">
+-      <default>'-A-Za-z0-9,./?%&#:_=+@~'</default>
++	  <default>'-A-Za-z0-9,./?%&#:_=+@~;'</default>
+       <summary>Characters that are considered "part of a word"</summary>
+       <description>When selecting text by word, sequences of these characters are considered single words. Ranges can be given as  "A-Z". Literal hyphen (not expressing a range) should be the first character given.</description>
+     </key>
+--- mate-terminal-1.6.1/./help/ro/mate-terminal.xml~	2013-04-09 16:54:21.000000000 +0300
++++ mate-terminal-1.6.1/./help/ro/mate-terminal.xml	2013-05-15 22:52:16.098459471 +0300
+@@ -911,7 +911,7 @@
+                   informaţii despre cum să selectaţi textul după cuvinte.
+                 </para>
+                 <para>
+-                  Implicit: -A-Za-z0-9,./?%&#
++                  Implicit: -A-Za-z0-9,./?%&#:_=+@~;
+                 </para>
+              </listitem>
+           </varlistentry>
+--- mate-terminal-1.6.1/./help/zh_TW/mate-terminal.xml~	2013-04-09 16:54:21.000000000 +0300
++++ mate-terminal-1.6.1/./help/zh_TW/mate-terminal.xml	2013-05-15 22:53:04.090657219 +0300
+@@ -812,6 +812,7 @@
+                 </para>
+                 <!-- <para>
+                   Default: -A-Za-z0-9,./?%&#:_ 
++                  Default: -A-Za-z0-9,./?%&#:_=+@~;
+                 </para> -->
+              </listitem>
+           </varlistentry>
+--- mate-terminal-1.6.1/./help/ja/mate-terminal.xml~	2013-04-09 16:54:21.000000000 +0300
++++ mate-terminal-1.6.1/./help/ja/mate-terminal.xml	2013-05-15 22:53:30.775214357 +0300
+@@ -941,7 +941,7 @@
+ linkend="mate-terminal-contents"/> を参照してください。
+                 </para>
+                 <!-- <para>
+-                  初期値: -A-Za-z0-9,./?%&#:_ 
++                  初期値: -A-Za-z0-9,./?%&#:_=+@~;
+                 </para> -->
+              </listitem>
+           </varlistentry>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-terminal.git/commitdiff/e31a65d8d8a2d3367c8c27b7bc515edeefbc8790



More information about the pld-cvs-commit mailing list