[packages/xfce4-terminal] add back wordseps patch
glen
glen at pld-linux.org
Wed May 15 22:09:31 CEST 2013
commit d93eee9b1a9ecf9394d4b6f775b9e516d1cdd63c
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed May 15 23:06:19 2013 +0300
add back wordseps patch
why it was removed in 89ec6dc
wordseps.patch | 18 ++++++++++++++++++
xfce4-terminal.spec | 4 +++-
2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec
index 5fa8426..c927d1e 100644
--- a/xfce4-terminal.spec
+++ b/xfce4-terminal.spec
@@ -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
diff --git a/wordseps.patch b/wordseps.patch
new file mode 100644
index 0000000..7993ab8
--- /dev/null
+++ b/wordseps.patch
@@ -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 */
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfce4-terminal.git/commitdiff/d93eee9b1a9ecf9394d4b6f775b9e516d1cdd63c
More information about the pld-cvs-commit
mailing list