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

Modified Files:
        generate-kde.pl 
Log Message:
started work on mono stuff

Index: generate-kde.pl
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/generate-kde.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- generate-kde.pl     26 Mar 2005 14:38:26 -0000      1.31
+++ generate-kde.pl     5 Jun 2005 14:46:46 -0000       1.32
@@ -10,7 +10,7 @@
 my %files;
 
 find(sub {
-       return unless ($File::Find::name =~ 
/(kde|postgres|libpq|libpg|wv2|icecream|qt3|qca|kgpg|xfree86|xorg)/);
+       return unless ($File::Find::name =~ 
/(kde|postgres|libpq|libpg|wv2|icecream|qt3|qca|kgpg|xfree86|xorg|^mono\.)/);
        return if ($File::Find::name =~ /notready/);
        $files{$File::Find::name}++ if ($File::Find::name =~ /\.(info|patch)$/);
 }, $path . '/common');
@@ -87,6 +87,13 @@
                                                                        $line 
=~ s/^\#${tree}\s+(.*)$/$1/;
                                                                        next if 
($line =~ /^\s*Depends: libgnugetopt-shlibs$/);
                                                                }
+
+                                                               if ($tree =~ 
/^10.3/) {
+                                                                       $line 
=~ s/libicu32-dev, *//;
+                                                               } elsif ($tree 
=~ /^10.4/) {
+                                                                       $line 
=~ s/libicu31-dev, *//;
+                                                               }
+
                                                                if ($tree >= 
10.4) {
                                                                        $line 
=~ s/gcc3.1[,\s]*//;
                                                                        $line 
=~ s/--disable-java //;



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to