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

Added Files:
        pango-pm.info pango-pm.patch 
Log Message:
new version


--- NEW FILE: pango-pm.info ---
Info2: <<
Package: pango-pm%type_pkg[perl]
Version: 1.221
Revision: 1
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
###
Depends: <<
        cairo-pm%type_pkg[perl] (>= 1.061-3),
        cairo-shlibs (>= 1.8.8-1),
        fontconfig2-shlibs (>= 2.8.0-1),
        freetype219-shlibs (>= 2.3.12-1),
        glib-pm%type_pkg[perl] (>= 1.222-1),
        glib2-shlibs (>= 2.22.0-1),
        pango1-xft2-ft219-shlibs (>= 1.24.5-4),
        perl%type_pkg[perl]-core
<<
BuildDepends: <<
        cairo (>= 1.8.8-1),
        extutils-depends-pm (>= 0.302-1),
        extutils-pkgconfig-pm (>= 1.12-1),
        fink (>= 0.24.12-1),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-1),
        freetype219 (>= 2.3.12-1),
        glib2-dev (>= 2.22.0-1),
        glitz,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        x11-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: 8d257209aa11bd6c3a2beb235c2f103f
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}

        # no automatic libtool dependency-tracking, so use gcc's own
        # generation flag and then move these files lt std location
        mkdir xs/.deps
        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: AUTHORS ChangeLog* LICENSE MAINTAINERS NEWS README
###
ConfigureParams: --without-guessing NOECHO= DEFINE=-MD
###
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: 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(), $_) }


------------------------------------------------------------------------------
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