Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome-2.28
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17827

Added Files:
        gnome2-vfs-pm.info gnome2-vfs-pm.patch 
Log Message:
cleanup for gnome2.28


--- NEW FILE: gnome2-vfs-pm.info ---
Info2: <<
Package: gnome2-vfs-pm%type_pkg[perl]
Version: 1.081
Revision: 4
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
Type: perl (5.8.1 5.8.6 5.8.8)

Source: mirror:cpan:authors/id/T/TS/TSCH/Gnome2-VFS-%v.tar.gz
Source-MD5: 3d220cbbe9f1ebc78d7047593f9cd633
PatchFile: %{ni}.patch
PatchFile-MD5: c7312a4656afaaf3ab767d21945f069d

BuildDepends: <<
        dbus1.3-dev,
        dbus-glib1.2-dev,
        extutils-depends-pm (>= 0.302-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fink (>= 0.24.12-1),
        fink-package-precedence,
        gconf2-dev (>= 2.28.0-1),
        glib2-dev (>= 2.22.0-1),
        gnome-vfs2-unified-dev (>= 1:2.24.2-1),
        libgettext8-dev,
        libiconv-dev,
        orbit2-dev (>= 2.14.17-2),
        pkgconfig (>= 0.23)
<<
Depends: <<
        gconf2-shlibs (>= 2.28.0-1),
        glib-pm%type_pkg[perl] (>= 1.222-1),
        glib2-shlibs (>= 2.20.0-1),
        gnome-vfs2-unified-shlibs (>= 1:2.24.2-1),
        libgettext8-shlibs,
        perl%type_pkg[perl]-core
<<

ConfigureParams: NOECHO= DEFINE=-MD
CompileScript: <<
#!/bin/sh -ev

  export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
  %{default_script}

        # no automatic libtool dependency-tracking, so use gcc's own
        # generation flag and then move these files lt std location
        for f in `ls xs/*.d`; do mv $f `echo $f | sed "s/.d$/.Po/"`; done

        fink-package-precedence . || exit 2
<<
InstallScript: <<
        %{default_script}
        /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<  
DocFiles: ChangeLog LICENSE NEWS README

UpdatePOD: true

DescPort: <<
        Fix -I flag ordering, same as glib-pmXXX. See:
        http://rt.cpan.org/Ticket/Display.html?id=32883
<<
DescPackaging: <<
        Enable dependency tracking so can check for coherent fink deps
<<
Description: Perl bindings for gnome-vfs2
License: LGPL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Gnome2-VFS
<<

--- NEW FILE: gnome2-vfs-pm.patch ---
diff -Nurd -x'*~' Gnome2-VFS-1.080.orig/Makefile.PL Gnome2-VFS-1.080/Makefile.PL
--- Gnome2-VFS-1.080.orig/Makefile.PL   2006-03-12 17:08:19.000000000 -0500
+++ Gnome2-VFS-1.080/Makefile.PL        2008-02-03 01:21:19.000000000 -0500
@@ -111,7 +111,7 @@
 ###############################################################################
 
 my $vfs = ExtUtils::Depends->new ('Gnome2::VFS', 'Glib');
-$vfs->set_inc ($vfs_pkgcfg{cflags} . " -I build");
+$vfs->set_inc (' -Ibuild ' . $vfs_pkgcfg{cflags});
 $vfs->set_libs ($vfs_pkgcfg{libs});
 $vfs->add_xs (@xs_files);
 $vfs->add_c ("vfs2perl.c");


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to