]> git.pld-linux.org Git - packages/xfce4-terminal.git/commitdiff
add back wordseps patch
authorElan Ruusamäe <glen@delfi.ee>
Wed, 15 May 2013 20:06:19 +0000 (23:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 15 May 2013 20:09:21 +0000 (23:09 +0300)
why it was removed in 89ec6dc

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

diff --git a/wordseps.patch b/wordseps.patch
new file mode 100644 (file)
index 0000000..7993ab8
--- /dev/null
@@ -0,0 +1,18 @@
+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
+- mate-terminal: http://git.pld-linux.org/?p=packages/mate-terminal.git;a=blob;f=wordseps.patch
+- lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
+
+--- xfce4-terminal-0.6.2/terminal/terminal-preferences.c~      2013-05-05 21:59:59.000000000 +0300
++++ xfce4-terminal-0.6.2/terminal/terminal-preferences.c       2013-05-15 23:04:40.569264334 +0300
+@@ -907,7 +907,7 @@
+       g_param_spec_string ("word-chars",
+                            NULL,
+                            "WordChars",
+-                           "-A-Za-z0-9,./?%&#:_=+@~",
++                           "-A-Za-z0-9,./?%&#:_=+@~;",
+                            G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+   /* install all properties */
index 5fa8426c055e686fecad9e425409f808cc8b26a4..c927d1e0b19c6bbfd59ac48107bb240268fecbe1 100644 (file)
@@ -3,13 +3,14 @@ Summary:      Xfce Terminal Emulator
 Summary(pl.UTF-8):     Emulator terminala dla Xfce
 Name:          xfce4-terminal
 Version:       0.6.2
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://archive.xfce.org/src/apps/xfce4-terminal/0.6/%{name}-%{version}.tar.bz2
 # Source0-md5: d5cdb302bd770c9f2d30262c26639006
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-user-colors.patch
+Patch2:                wordseps.patch
 URL:           http://www.xfce.org/projects/terminal/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.8
@@ -41,6 +42,7 @@ Zaawansowany emulator terminala dla systemu X Window.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # already present as ur
 %{__sed} -i 's,ur_PK ,,' configure.ac
This page took 0.135366 seconds and 4 git commands to generate.