]> git.pld-linux.org Git - packages/Terminal.git/commitdiff
- add more chars for word selection (common in urls) auto/th/Terminal-0_4_6-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Apr 2011 19:01:45 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- avoid * in filelists, may accidentally list unwanted dirs

Changed files:
    Terminal.spec -> 1.36
    wordseps.patch -> 1.1

Terminal.spec
wordseps.patch [new file with mode: 0644]

index b71d6051add437fbfcf50e0be5875efe27644196..18702e2bb0156512287831a2cfa7d18265ce7f37 100644 (file)
@@ -1,16 +1,16 @@
-#
+
 %define                xfce_version    4.6.1
-#
 Summary:       X Terminal Emulator
 Summary(pl.UTF-8):     Emulator terminala dla X
 Name:          Terminal
 Version:       0.4.6
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://www.xfce.org/archive/src/apps/terminal/0.4/%{name}-%{version}.tar.bz2
 # Source0-md5: e5c592b56d260b4a7b57039882e18b81
 Patch0:                %{name}-desktop.patch
+Patch1:                wordseps.patch
 URL:           http://www.xfce.org/projects/terminal/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.8
@@ -41,6 +41,7 @@ Zaawansowany emulator terminala dla systemu X Window.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # already present as ur
 %{__sed} -i 's,ur_PK ,,' configure.ac
@@ -82,8 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_iconsdir}/hicolor/*/apps/%{name}*
-%{_iconsdir}/hicolor/*/stock/navigation/*
-%{_pixmapsdir}/*
+%{_iconsdir}/hicolor/*/stock/navigation/*.png
+%{_pixmapsdir}/*.xpm
 
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/C
diff --git a/wordseps.patch b/wordseps.patch
new file mode 100644 (file)
index 0000000..ebd8cbc
--- /dev/null
@@ -0,0 +1,14 @@
+similar patch:
+http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdebase/kdebase-konsole-wordseps.patch?annotate=1.2
+
+--- Terminal-0.4.6/terminal/terminal-preferences.c~    2011-01-30 18:09:54.000000000 +0200
++++ Terminal-0.4.6/terminal/terminal-preferences.c     2011-04-13 21:59:03.902238157 +0300
+@@ -1293,7 +1293,7 @@
+                                    g_param_spec_string ("word-chars",
+                                                         "word-chars",
+                                                         "WordChars",
+-                                                        "-A-Za-z0-9,./?%&#:_~",
++                                                        "-A-Za-z0-9,./?%&#:_~=+",
+                                                         EXO_PARAM_READWRITE));
+ }
This page took 0.106357 seconds and 4 git commands to generate.