[packages/gnome-terminal] Revert "wordseps patch not applicable anymore"

glen glen at pld-linux.org
Tue Sep 22 10:17:33 CEST 2015


commit 70ff9e1d58caeb056e69006a9a2beda48380d892
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 22 10:25:28 2015 +0300

    Revert "wordseps patch not applicable anymore"
    
    This reverts commit 4597c9483aea458d0cd9d6a648b48ece1723725c.

 gnome-terminal.spec |  2 ++
 wordseps.patch      | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)
---
diff --git a/gnome-terminal.spec b/gnome-terminal.spec
index 37e9bf9..a8c3ccd 100644
--- a/gnome-terminal.spec
+++ b/gnome-terminal.spec
@@ -12,6 +12,7 @@ Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.16/%{name}-%{version}.tar.xz
 # Source0-md5:	17d15e7d226826ca1853eee1c99645b0
 Patch0:		%{name}-desktop.patch
+Patch1:		wordseps.patch
 URL:		http://www.gnome.org/
 BuildRequires:	GConf2-devel >= 2.32.0
 BuildRequires:	autoconf >= 2.53
@@ -73,6 +74,7 @@ w Nautilusie.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
diff --git a/wordseps.patch b/wordseps.patch
new file mode 100644
index 0000000..d5bec58
--- /dev/null
+++ b/wordseps.patch
@@ -0,0 +1,17 @@
+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
+- lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
+- mate-terminal: http://git.pld-linux.org/?p=packages/mate-terminal.git;a=blob;f=wordseps.patch
+
+--- gnome-terminal-3.12.0/src/org.gnome.Terminal.gschema.xml.orig	2014-03-31 19:33:38.703984906 +0200
++++ gnome-terminal-3.12.0/src/org.gnome.Terminal.gschema.xml	2014-03-31 19:34:14.883788826 +0200
+@@ -126,7 +126,7 @@
+       <summary>Whether to ring the terminal bell</summary>
+     </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>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-terminal.git/commitdiff/d7796de81cd45b08256ee7bb8264f4e9cb8f974f



More information about the pld-cvs-commit mailing list