]> git.pld-linux.org Git - packages/lxterminal.git/commitdiff
fix typo in wordseps patch; disable silent rules auto/th/lxterminal-0.1.11-5
authorElan Ruusamäe <glen@delfi.ee>
Mon, 25 Feb 2013 21:29:31 +0000 (23:29 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 25 Feb 2013 21:29:31 +0000 (23:29 +0200)
lxterminal.spec
wordseps.patch

index 80300170bceb06160e1528155d4f2a999b74909b..ae23ec513ebaf26ce8210cd5da96b2edce27d637 100644 (file)
@@ -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}
 
index 0c9bf9044b8ce2ddd1affbfb3721fbf3260a98de..932e3da55d54a3fdef35751a17312a067f20d538 100644 (file)
@@ -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;
This page took 0.100448 seconds and 4 git commands to generate.