From 70ff9e1d58caeb056e69006a9a2beda48380d892 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 22 Sep 2015 10:25:28 +0300 Subject: [PATCH] Revert "wordseps patch not applicable anymore" This reverts commit 4597c9483aea458d0cd9d6a648b48ece1723725c. --- gnome-terminal.spec | 2 ++ wordseps.patch | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 wordseps.patch 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 @@ + Whether to ring the terminal bell + + +- '-A-Za-z0-9,./?%&#:_=+@~' ++ '-A-Za-z0-9,./?%&#:_=+@~;' + Characters that are considered "part of a word" + 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. + -- 2.43.0