]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
Revert "wordseps patch not applicable anymore"
authorElan Ruusamäe <glen@delfi.ee>
Tue, 22 Sep 2015 07:25:28 +0000 (10:25 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 22 Sep 2015 07:26:20 +0000 (10:26 +0300)
This reverts commit 4597c9483aea458d0cd9d6a648b48ece1723725c.

gnome-terminal.spec
wordseps.patch [new file with mode: 0644]

index 37e9bf91b08143857fe2fa03186cf4023f48d498..a8c3ccdbfcbf51a2331ac063ab8644fbaf3d8cef 100644 (file)
@@ -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 (file)
index 0000000..d5bec58
--- /dev/null
@@ -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,./?%&amp;#:_=+@~'</default>
++      <default>'-A-Za-z0-9,./?%&amp;#:_=+@~;'</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>
This page took 0.252054 seconds and 4 git commands to generate.