From 154e7537203bdcfb878cff3ce3dab65a14be277b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 9 Oct 2000 13:54:35 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 5 +++++ perl-install/install_any.pm | 2 +- perl-install/share/compssList | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 5cbc20fd2..bfab0bcc6 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,8 @@ +2000-10-09 François Pons + + * install_any.pm: added tuxracer in OpenGL games to install if an + accelerated card has been found. + 2000-10-09 dam's * netconnect.pm (main): asking connection after writing start/stop scripts. diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 6c26b2c18..c8daa3f2b 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -334,7 +334,7 @@ sub setPackages($) { !detect_devices::matching_desc('Rage Mobility (?:P\/M|L) ') && !detect_devices::matching_desc('3D Rage (?:LT|Pro)')); push @gl, "csmash", "gltron" if (!detect_devices::matching_desc('Rage 128')); #- does not work well on transparancy. - push @gl, "spacecup", "chromium"; + push @gl, "spacecup", "chromium", "tuxracer"; } $_->{values} = [ map { $_ + 60 } @{$_->{values}} ] foreach grep {$_} map { pkgs::packageByName($o->{packages}, $_) } @gl; } else { diff --git a/perl-install/share/compssList b/perl-install/share/compssList index 34d610543..5201d90ad 100644 --- a/perl-install/share/compssList +++ b/perl-install/share/compssList @@ -1319,6 +1319,7 @@ tree 40 25 10 trn 46 0 41 trophy 35 0 10 tunelp 24 15 28 +tuxracer -1 -1 -1 ucd-snmp 0 70 45 ucd-snmp-devel 0 25 45 ucd-snmp-utils 0 37 45 -- cgit v1.2.1