packages/elinks branch master updated.

witekfl witekfl at pld-linux.org
Thu Jul 5 14:42:43 CEST 2012


The branch, master has been updated
       via  6c6b29656151f906b832cc678efdaf6e381c6532 (commit)
      from  bdbb54feacd4a8b270a1c92ce0deab3d11a5c389 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c6b29656151f906b832cc678efdaf6e381c6532
Author: witekfl <witekfl at poczta.onet.pl>
Date:   Thu Jul 5 14:39:35 2012 +0200

    bcond_without truecolor
    
    true color is only available on the konsole, it takes a lot of memory,
    but I can see no difference.

diff --git a/elinks.spec b/elinks.spec
index 66f6786..3fd84ff 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -10,6 +10,7 @@
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	x		# Use the X Window System
 %bcond_without	256		# Disable 256 colors support
+%bcond_without	truecolor	# Disable true color support
 %bcond_without	bittorrent	# Disable BitTorrent support
 %bcond_without	cgi		# Disable Local CGI support
 %bcond_without	fsp		# Disable FSP support
@@ -132,7 +133,7 @@ keepalive.
 	--enable-nntp \
 	--enable-88-colors \
 	%{?with_256:--enable-256-colors} \
-	--enable-true-color \
+	%{?with_truecolor:--enable-true-color} \
 	--enable-exmode \
 	%{?with_fsp:--enable-fsp} \
 	%{?with_leds:--enable-leds} \

-----------------------------------------------------------------------

Summary of changes:
 elinks.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
packages/elinks


More information about the test mailing list