Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome-2.26
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28016

Added Files:
        gnome2-canvas-pm.info gnome2-pm.info gnome2-vfs-pm.info 
        gnome2-vfs-pm.patch gtk2-gladexml-pm.info gtk2-pm.info 
        gtk2-pm.patch pango-pm.info pango-pm.patch 
Log Message:
checkpoint


--- NEW FILE: gtk2-pm.patch ---
diff -Nurd -x'*~' Gtk2-1.220.orig/Makefile.PL Gtk2-1.220/Makefile.PL
--- Gtk2-1.220.orig/Makefile.PL 2009-03-17 14:44:18.000000000 -0400
+++ Gtk2-1.220/Makefile.PL      2009-06-03 04:59:57.000000000 -0400
@@ -249,7 +249,7 @@
 # Glib added -I. for us, but we'll need to add -I./build so we can get to
 # the autogenerated files.  we do this kindof as a public service to client
 # modules, as these will carry through via the depends mechanism.
-$gtk2->set_inc ($pkgcfg_gtk{cflags} . ' -I./build ');
+$gtk2->set_inc ( ' -I./build ' . $pkgcfg_gtk{cflags});
 $gtk2->set_libs ($pkgcfg_gtk{libs});
 $gtk2->add_pm (%pm_files);
 $gtk2->add_xs (@xs_files);

--- 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");

--- NEW FILE: pango-pm.info ---
Info2: <<
Package: pango-pm%type_pkg[perl]
Version: 1.220
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4
###
Depends: <<
        cairo-pm%type_pkg[perl] (>= 1.061-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        libgettext3-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.22.4-3),
        perl%type_pkg[perl]-core,
        x11
<<
BuildDepends: <<
        cairo (>= 1.8-1),
        expat1,
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        glib2-dev (>= 2.20.0-1),
        glitz,
        libgettext3-dev,
        libiconv-dev,
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        x11-dev,
        xft2-dev
<<
Replaces: gtk2-perl-pm, gtk2-pm%type_pkg[perl] (<< 1.220-1)
###
Source: mirror:cpan:authors/id/T/TS/TSCH/Pango-%v.tar.gz
Source-MD5: ee4884ffe436fb936b4d84ea9c9372e3
PatchFile: %{ni}.patch
PatchFile-MD5: 61e251c6e5bf1aebeaa7926b466f7de0
###
Type: perl (5.8.1 5.8.6 5.8.8)
UpdatePOD: true
###
NoPerlTests: true
###
CompileScript: <<
#!/bin/sh -ev

        export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
        %{default_script}
<<
InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: AUTHORS ChangeLog LICENSE MAINTAINERS NEWS README
###
ConfigureParams: --without-guessing
###
Description: Pango perl module
DescPackaging: <<
        pango-pmXXX externalized from gtk2-pmXXX as of 1.220
<<
DescPort: <<
        Make sure whitespace between flags.
<<
###
License: Artistic
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Pango
<<

--- NEW FILE: gtk2-gladexml-pm.info ---
Info2: <<
Package: gtk2-gladexml-pm%type_pkg[perl]
Version: 1.007
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4
Type: perl (5.8.1 5.8.6 5.8.8)

Depends: <<
        atk1-shlibs (>= 1.26.0-1),
        cairo-pm%type_pkg[perl] (>= 1.061-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        gtk+2-shlibs (>= 2.16.0-1),
        gtk2-pm%type_pkg[perl] (>= 1.220-1),
        libgettext3-shlibs,
        libglade2-shlibs (>= 2.6.4-1),
        libxml2-shlibs (>= 2.6.30-1),
        pango1-xft2-ft219-shlibs (>= 1.22.4-3),
        perl%type_pkg[perl]-core,
        x11
<<
BuildDepends: <<
        atk1 (>= 1.26.0-1),
        cairo (>= 1.8-1),
        expat1,
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        glib2-dev (>= 2.20.0-1),
        glitz,
        gtk+2-dev (>= 2.16.0-1),
        libgettext3-dev,
        libglade2 (>= 2.6.4-1),
        libiconv-dev,
        libpng3,
        libxml2 (>= 2.6.30-1),
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        x11-dev,
        xft2-dev
<<

Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-GladeXML-%v.tar.gz
Source-MD5: e6ca234e2a9f0221263acd2a593c583b

NoPerlTests: true
CompileScript: <<
#!/bin/sh -ev

  export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
  %{default_script}
<<
InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: AUTHORS ChangeLog LICENSE NEWS README
UpdatePOD: true

DescPackaging: <<
  Tests require x11 DISPLAY
<<
DescPort: <<
        ExtUtils::Liblist::Kid can't handle -framework flags even as
        of ExtUtils-MakeMaker-6.42, but the -framework flags published
        by libglade-2.0's dependencies aren't needed directly by
        GladeXML.bundle. Ignore the build warning for now. See:
        http://rt.cpan.org/Ticket/Display.html?id=32894
<<
Description: Perl bindings for Glade 2.0 for Gtk2-Perl
License: Artistic
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://search.cpan.org/dist/Gtk2-GladeXML
<<

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

Source: mirror:cpan:authors/id/T/TS/TSCH/Gnome2-%v.tar.gz
Source-MD5: eb7b624114e45e54e022a633ffc1cce6

BuildDepends: <<
        atk1 (>= 1.26.0-1),
        audiofile,
        cairo (>= 1.8-1),
        dbus-dev (>= 1.2.1-1),
        esound,
        expat1,
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        gconf2-dev (>= 2.26.0-1),
        glib2-dev (>= 2.20.0-1),
        glitz,
        gnome-keyring-dev (>= 2.26.0-1),
        gnome-vfs2-unified-dev (>= 1:2.24.1-1),
        gtk+2-dev (>= 2.16.0-1),
        libart2,
        libbonobo2-dev (>= 2.24.1-1),
        libbonoboui2-dev (>= 2.24.1-1),
        libgettext3-dev,
        libgnome2-dev (>= 2.26.0-1),
        libgnomecanvas2-dev (>= 2.26.0-1),
        libgnomeui2-dev (>= 2.24.1-1),
        libiconv-dev,
        libpng3,
        libxml2 (>= 2.6.30-1),
        orbit2-dev (>= 2.14.17-1),
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        libpng3,
        pkgconfig (>= 0.23),
        popt,
        x11-dev,
        xft2-dev
<<
Depends: <<
        atk1-shlibs (>= 1.26.0-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        gconf2-shlibs (>= 2.26.0-1),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        gnome-keyring-shlibs (>= 2.26.0-1),
        gnome-vfs2-unified-shlibs (>= 1:2.24.1-1),
        gnome2-canvas-pm%type_pkg[perl] (>= 1.002-6),
        gnome2-vfs-pm%type_pkg[perl] (>= 1.081-3),
        gtk+2-shlibs (>= 2.16.0-1),
        gtk2-pm%type_pkg[perl] (>= 1.220-1),
        libart2-shlibs,
        libbonobo2-shlibs (>= 2.24.1-1),
        libbonoboui2-shlibs (>= 2.24.1-1),
        libgettext3-shlibs,
        libgnome2-shlibs (>= 2.26.0-1),
        libgnomecanvas2-shlibs (>= 2.26.0-1),
        libgnomeui2-shlibs (>= 2.24.1-1),
        libiconv,
        libxml2-shlibs (>= 2.6.30-1),
        orbit2-shlibs (>= 2.14.17-1),
        pango1-xft2-ft219-shlibs (>= 1.22.4-3),
        perl%type_pkg[perl]-core,
        popt-shlibs,
        x11
<<

NoPerlTests: true
CompileScript: <<
#!/bin/sh -ev

  export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
  %{default_script}
<<
InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<  
DocFiles: AUTHORS ChangeLog LICENSE NEWS README TODO

UpdatePOD: true

Description: Perl bindings for libgnomecanvas2
DescPackaging: <<
  Disable tests because they want an active GNOME session and they
  can't deal with changed HOME env var during sudo
<<
DescPort: <<
        ExtUtils::Liblist::Kid can't handle -framework flags even as
        of ExtUtils-MakeMaker-6.42, but the -framework flags published
        by libglade-2.0's dependencies aren't needed directly by
        GladeXML.bundle. Ignore the build warning for now. See:
        http://rt.cpan.org/Ticket/Display.html?id=32894

        Can't fix -I flag ordering b/c no idea where the local ones
        are being set (cf. glib-pmXXX, see:
        http://rt.cpan.org/Ticket/Display.html?id=32883
        ) so letting it alone.
<<
License: LGPL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Gnome2
<<




--- NEW FILE: gnome2-canvas-pm.info ---
Info2: <<
Package: gnome2-canvas-pm%type_pkg[perl]
Version: 1.002
Revision: 6
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4
Type: perl (5.8.1 5.8.6 5.8.8)

Source: mirror:cpan:authors/id/T/TS/TSCH/Gnome2-Canvas-%v.tar.gz
Source-MD5: 93405a987ba4bbd03c2f91592b88f5cb

BuildDepends: <<
        atk1 (>= 1.26.0-1),
        cairo (>= 1.8-1),
        expat1,
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        glib2-dev (>= 2.20.0-1),
        glitz,
        gtk+2-dev (>= 2.16.0-1),
        libart2,
        libgettext3-dev,
        libgnomecanvas2-dev (>= 2.26.0-1),
        libiconv-dev,
        libpng3,
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        x11-dev,
        xft2-dev
<<
Depends: <<
        atk1-shlibs (>= 1.26.0-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        gtk+2-shlibs (>= 2.16.0-1),
        gtk2-pm%type_pkg[perl] (>= 1.220-1),
        libart2-shlibs,
        libgettext3-shlibs,
        libgnomecanvas2-shlibs (>= 2.26.0-1),
        pango1-xft2-ft219-shlibs (>= 1.22.4-3),
        perl%type_pkg[perl]-core,
        x11
<<

CompileScript: <<
#!/bin/sh -ev

  export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
  %{default_script}
<<
InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<  
DocFiles: AUTHORS LICENSE NEWS README TODO

UpdatePOD: true

DescPort: <<
        ExtUtils::Liblist::Kid can't handle -framework flags even as
        of ExtUtils-MakeMaker-6.42, but the -framework flags published
        by libglade-2.0's dependencies aren't needed directly by
        GladeXML.bundle. Ignore the build warning for now. See:
        http://rt.cpan.org/Ticket/Display.html?id=32894

        Can't fix -I flag ordering b/c no idea where the local ones
        are being set (cf. glib-pmXXX, see:
        http://rt.cpan.org/Ticket/Display.html?id=32883
        ) so letting it alone.
<<
Description: Perl bindings for libgnomecanvas2
License: LGPL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Gnome2-Canvas
<<

--- NEW FILE: gtk2-pm.info ---
Info2: <<
Package: gtk2-pm%type_pkg[perl]
Version: 1.220
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4
###
Depends: <<
        atk1-shlibs (>= 1.26.0-1),
        cairo-pm%type_pkg[perl] (>= 1.061-1),
        cairo-shlibs (>= 1.8-1),
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        gtk+2-shlibs (>= 2.16.0-1),
        libgettext3-shlibs,
        pango-pm%type_pkg[perl] (>= 1.220-1),
        pango1-xft2-ft219-shlibs (>= 1.22.4-3),
        perl%type_pkg[perl]-core,
        x11
<<
BuildDepends: <<
        atk1 (>= 1.26.0-1),
        cairo (>= 1.8-1),
        expat1,
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        glib2-dev (>= 2.20.0-1),
        glitz,
        gtk+2-dev (>= 2.16.0-1),
        libgettext3-dev,
        libiconv-dev,
        libpng3,
        pango1-xft2-ft219-dev (>= 1.22.4-3),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        x11-dev,
        xft2-dev
<<
Replaces: gtk2-perl-pm
###
Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-%v.tar.gz
Source-MD5: 76e4f3ca3f9f80dc15a35ff9b88f736d
PatchFile: %{ni}.patch
PatchFile-MD5: fbfef09ed87bce52a543f2ac9f60fc86
###
Type: perl (5.8.1 5.8.6 5.8.8)
UpdatePOD: true
###
NoPerlTests: true
###
CompileScript: <<
#!/bin/sh -ev

        export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
        %{default_script}
<<
InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: AUTHORS ChangeLog LICENSE MAINTAINERS NEWS README TODO
###
ConfigureParams: --without-guessing
###
Description: Gtk2:: perl module
DescPackaging: <<
        pango-pmXXX externalized from gtk2-pmXXX as of 1.220
<<
DescPort: <<
        Fix -I flag ordering, same as glib-pmXXX. See:
        http://rt.cpan.org/Ticket/Display.html?id=32883
<<
###
License: Artistic
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://search.cpan.org/dist/Gtk2
<<

--- NEW FILE: pango-pm.patch ---
diff -Nurd -x'*~' Pango-1.220.orig/Makefile.PL Pango-1.220/Makefile.PL
--- Pango-1.220.orig/Makefile.PL        2009-03-17 13:58:06.000000000 -0400
+++ Pango-1.220/Makefile.PL     2009-06-03 05:15:29.000000000 -0400
@@ -157,12 +157,12 @@
 #
 
 my @deps = qw/Glib/;
-my $inc = $pango_pkgcfg{cflags} . ' -I./build ';
+my $inc = '-I./build ' . $pango_pkgcfg{cflags};
 my $libs = $pango_pkgcfg{libs};
 if ($have_cairo) {
        push @deps, qw/Cairo/;
-       $inc .= $pangocairo_pkgcfg{cflags};
-       $libs .= $pangocairo_pkgcfg{libs};
+       $inc .= ' ' . $pangocairo_pkgcfg{cflags};
+       $libs .= ' ' . $pangocairo_pkgcfg{libs};
 }
 
 my @typemaps = map { File::Spec->catfile(cwd(), $_) }

--- NEW FILE: gnome2-vfs-pm.info ---
Info2: <<
Package: gnome2-vfs-pm%type_pkg[perl]
Version: 1.081
Revision: 3
Architecture: (%type_pkg[perl] = 581) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4
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: <<
        dbus-dev (>= 1.2.1-1),
        extutils-depends-pm (>= 0.301-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fink (>= 0.24.12-1),
        gconf2-dev (>= 2.26.0-1),
        glib2-dev (>= 2.20.0-1),
        gnome-vfs2-unified-dev (>= 1:2.24.1-1),
        libgettext3-dev,
        libiconv-dev,
        orbit2-dev (>= 2.14.17-1),
        pkgconfig (>= 0.23)
<<
Depends: <<
        gconf2-shlibs (>= 2.26.0-1),
        glib-pm%type_pkg[perl] (>= 1.221-1),
        glib2-shlibs (>= 2.20.0-1),
        gnome-vfs2-unified-shlibs (>= 1:2.24.1-1),
        libgettext3-shlibs,
        perl%type_pkg[perl]-core
<<

CompileScript: <<
#!/bin/sh -ev

  export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
  %{default_script}
<<
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
<<
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
<<


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to