Author: glen Date: Sat Apr 21 19:56:38 2012 GMT Module: packages Tag: HEAD ---- Log message: - setup word separators to select urls
---- Files affected: packages/lxterminal: lxterminal.spec (1.9 -> 1.10) , wordseps.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxterminal/lxterminal.spec diff -u packages/lxterminal/lxterminal.spec:1.9 packages/lxterminal/lxterminal.spec:1.10 --- packages/lxterminal/lxterminal.spec:1.9 Fri Aug 19 02:58:27 2011 +++ packages/lxterminal/lxterminal.spec Sat Apr 21 21:56:33 2012 @@ -11,11 +11,12 @@ Summary: LXTerminal is the standard terminal emulator of LXDE Name: lxterminal Version: 0.1.11 -Release: 3 +Release: 4 License: GPL v2 Group: X11/Applications Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz # Source0-md5: fd9140b45c0f28d021253c4aeb8c4aea +Patch0: wordseps.patch URL: http://wiki.lxde.org/en/LXTerminal BuildRequires: autoconf BuildRequires: automake @@ -36,6 +37,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -53,11 +55,11 @@ DESTDIR=$RPM_BUILD_ROOT # duplicate of ur -%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK # unsupported by glibc -%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/frp +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/frp -mv $RPM_BUILD_ROOT%{_datadir}/locale/tt{_RU,} +mv $RPM_BUILD_ROOT%{_localedir}/tt{_RU,} %find_lang %{name} @@ -79,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/04/21 19:56:33 glen +- setup word separators to select urls + Revision 1.9 2011/08/19 00:58:27 ankry - tt_RU already supported, dir renamed, rel. 3, STBR ================================================================ Index: packages/lxterminal/wordseps.patch diff -u /dev/null packages/lxterminal/wordseps.patch:1.1 --- /dev/null Sat Apr 21 21:56:38 2012 +++ packages/lxterminal/wordseps.patch Sat Apr 21 21:56:33 2012 @@ -0,0 +1,15 @@ +similar patch: +http://cvs.pld-linux.org/packages/kdebase/kdebase-konsole-wordseps.patch?annotate=1.2 +http://cvs.pld-linux.org/packages/Terminal/wordseps.patch?view=log + +--- lxterminal-0.1.11/src/setting.c~ 2012-04-21 22:50:34.000000000 +0300 ++++ lxterminal-0.1.11/src/setting.c 2012-04-21 22:50:36.003908733 +0300 +@@ -123,7 +123,7 @@ + if (setting->tab_position == NULL) + setting->tab_position = g_strdup("top"); + if (setting->word_selection_characters == NULL) +- setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~"); ++ setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~=+;"): + if (setting->background_alpha == NULL) + setting->background_alpha = 65535; + return setting; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/lxterminal/lxterminal.spec?r1=1.9&r2=1.10 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
