Update of /cvsroot/fink/experimental/rangerrick
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9888

Modified Files:
        generate-kde.pl 
Log Message:
still trying to get kdebase happy; just plain have to remove kfontinst in 
kdebase

Index: generate-kde.pl
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/generate-kde.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- generate-kde.pl     12 Dec 2005 18:28:38 -0000      1.44
+++ generate-kde.pl     13 Dec 2005 15:43:54 -0000      1.45
@@ -133,9 +133,13 @@
                                                                        $line 
=~ s/gcc3.1[,\s]*//;
                                                                        # 
java's broken everywhere right now
                                                                        #$line 
=~ s/--disable-java //;
+                                                               } else {
+                                                                       if 
($line =~ /libkfontinst/) {
+                                                                               
$line = "###RR:skip###\n";
+                                                                       }
                                                                }
                                                                $line .= "\n" 
unless ($line =~ /\n+$/);
-                                                               print FILEOUT 
$line;
+                                                               print FILEOUT 
$line unless ($line =~ /###RR:skip###/);
                                                        }
                                                }
                                                if ($filename =~ 
/(arts|kde\S+3|koffice|quanta|bundle-kde)/ and open(DESCUSAGE, $path . 
'/kdedesc.txt')) {



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to