[packages/lxterminal] fix typo in wordseps patch; disable silent rules
glen
glen at pld-linux.org
Mon Feb 25 22:29:43 CET 2013
commit 339892b9555cd18565b867ee6735ac6f8195a4fe
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Feb 25 23:29:31 2013 +0200
fix typo in wordseps patch; disable silent rules
lxterminal.spec | 3 ++-
wordseps.patch | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/lxterminal.spec b/lxterminal.spec
index 8030017..ae23ec5 100644
--- a/lxterminal.spec
+++ b/lxterminal.spec
@@ -10,7 +10,7 @@
Summary: LXTerminal is the standard terminal emulator of LXDE
Name: lxterminal
Version: 0.1.11
-Release: 4
+Release: 5
License: GPL v2
Group: X11/Applications
Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@ LXTerminal is the standard terminal emulator of LXDE.
%{__autoconf}
%{__intltoolize}
%configure \
+ --disable-silent-rules \
%{?with_gtk3:--enable-gtk3}
%{__make}
diff --git a/wordseps.patch b/wordseps.patch
index 0c9bf90..932e3da 100644
--- a/wordseps.patch
+++ b/wordseps.patch
@@ -9,7 +9,7 @@ http://cvs.pld-linux.org/packages/Terminal/wordseps.patch?view=log
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,./?%&#:_~=+;"):
++ setting->word_selection_characters = g_strdup("-A-Za-z0-9,./?%&#:_~=+;");
if (setting->background_alpha == NULL)
setting->background_alpha = 65535;
return setting;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxterminal.git/commitdiff/339892b9555cd18565b867ee6735ac6f8195a4fe
More information about the pld-cvs-commit
mailing list