Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv25787/main/finkinfo/gnome

Modified Files:
      Tag: pangocairo-branch
        control-center-1.4.0.5.info file-roller.info gnome-vfs.info 
        gtk+2.info libglade2.info libxklavier10.info 
        libxklavier11.info pango1-xft2-ft219.info pango1-xft2.info 
        scrollkeeper.info 
Log Message:
Switch to PatchFile whenever patching in PatchScript


Index: scrollkeeper.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/scrollkeeper.info,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -u -d -r1.2.2.8 -r1.2.2.9
--- scrollkeeper.info   21 Sep 2007 00:24:38 -0000      1.2.2.8
+++ scrollkeeper.info   6 Oct 2007 19:13:52 -0000       1.2.2.9
@@ -3,8 +3,10 @@
 Revision: 9
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 161eb3f29e30e7b24f84eb93ac696155
+PatchFile: %n.patch
+PatchFile-MD5: 631cb23ce08b6057be69a3eee19a7e4b
 PatchScript: <<
-       sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
+       sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
        perl -pi.bak -e 's,/(var|etc)/,%p/$1/,g' man/man?/*.?
 <<
 Depends: <<
@@ -18,6 +20,7 @@
 BuildDepends: <<
        autoconf (>= 2.60),
        automake1.9,
+       fink (>= 0.24.12-1),
        gettext-bin,
        gettext-tools,
        intltool (>= 0.36.0-1),

Index: file-roller.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/file-roller.info,v
retrieving revision 1.5.2.40
retrieving revision 1.5.2.41
diff -u -d -r1.5.2.40 -r1.5.2.41
--- file-roller.info    28 Sep 2007 16:15:18 -0000      1.5.2.40
+++ file-roller.info    6 Oct 2007 19:13:51 -0000       1.5.2.41
@@ -36,6 +36,7 @@
        dbus-dev (>= 1.0-1),
        esound (>= 0.2.38-1),
        expat1,
+       fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.2-1),
        freetype219 (>= 2.3.5-1),
        gconf2-dev (>= 2.20.0-1),
@@ -71,9 +72,11 @@
 <<
 Source: mirror:gnome:sources/%n/2.20/%n-%v.tar.bz2
 Source-MD5: f8b6490114da7d39ee0b239cf0216d0c
+PatchFile: %n.patch
+PatchFile-MD5: c7e757175774d94189a8748603f3bba0
 PatchScript: <<
        perl -pi -e 
"s|\/usr\/share/doc\/file-roller\/Copying|/%p\/share\/doc\/file-roller\/Copying||g"
 help/ru/file-roller.xml help/uk/file-roller.xml
-       patch -p1 < %a/%n.patch
+       patch -p1 < %{PatchFile}
 <<
 SetCFLAGS: -Os
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-scrollkeeper --enable-nautilus-actions --disable-schemas-install 
--disable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config

Index: pango1-xft2-ft219.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pango1-xft2-ft219.info,v
retrieving revision 1.4.2.30
retrieving revision 1.4.2.31
diff -u -d -r1.4.2.30 -r1.4.2.31
--- pango1-xft2-ft219.info      28 Sep 2007 16:15:22 -0000      1.4.2.30
+++ pango1-xft2-ft219.info      6 Oct 2007 19:13:52 -0000       1.4.2.31
@@ -12,6 +12,7 @@
 BuildDepends: <<
        cairo (>= 1.2.2-1001),
        expat1,
+       fink (>= 0.24.12-1),
        freetype219 (>= 2.3.5-1),
        fontconfig2-dev (>= 2.4.2-1),
        glib2-dev (>= 2.14.0-1),
@@ -28,10 +29,12 @@
 
 Source: mirror:gnome:sources/pango/1.18/pango-%v.tar.bz2
 Source-MD5: 81efeac639977ed3f56c82f16ee0be74
+PatchFile: %n.patch
+PatchFile-MD5: 6b4195be730cb986f7899c94e0b5bb55
 PatchScript: <<
        #!/bin/bash -ev
        SYSCONFDIR=%p/lib/pango-ft219/etc
-       perl -p -e 'BEGIN{$s=shift} s|[EMAIL PROTECTED]@|$s|' $SYSCONFDIR 
<%a/%n.patch | patch -p1
+       perl -p -e 'BEGIN{$s=shift} s|[EMAIL PROTECTED]@|$s|' $SYSCONFDIR 
<%{PatchFile} | patch -p1
        sed -e 's|query|ft219-query|' update-pango-modules > 
update-pango-ft219-modules
 <<
 

Index: gtk+2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk+2.info,v
retrieving revision 1.6.2.36
retrieving revision 1.6.2.37
diff -u -d -r1.6.2.36 -r1.6.2.37
--- gtk+2.info  28 Sep 2007 16:15:20 -0000      1.6.2.36
+++ gtk+2.info  6 Oct 2007 19:13:51 -0000       1.6.2.37
@@ -14,6 +14,7 @@
        atk1 (>= 1.20.0-1),
        cairo (>= 1.2-1),
        expat1,
+       fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.2-1),
        freetype219 (>= 2.3.5-1),
        gettext-bin,
@@ -37,10 +38,12 @@
 Source-MD5: e9c280afec29b11772af5a7c807abf41
 Source2: mirror:debian:pool/main/g/gtk+2.0/gtk+2.0_2.12.0-2.diff.gz
 Source2-MD5: 5b43a0f3842ed1024b27fb19fb76fc71
+PatchFile: %n.patch
+PatchFile-MD5: ded693cc03dde9ee81028a97767f189c
 PatchScript: <<
 #!/bin/sh -ev
 
-       sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+       sed -e 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
        gzip -dc ../gtk*.diff.gz | patch -p1
        for file in \
                005_xpmico.patch \

Index: libglade2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libglade2.info,v
retrieving revision 1.5.2.20
retrieving revision 1.5.2.21
diff -u -d -r1.5.2.20 -r1.5.2.21
--- libglade2.info      28 Sep 2007 16:15:21 -0000      1.5.2.20
+++ libglade2.info      6 Oct 2007 19:13:51 -0000       1.5.2.21
@@ -19,6 +19,7 @@
        automake1.9,
        cairo (>= 1.2-1),
        expat1,
+       fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.2-1),
        freetype219 (>= 2.3.5-1),
        gettext-bin,

Index: pango1-xft2.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pango1-xft2.info,v
retrieving revision 1.4.2.10
retrieving revision 1.4.2.11
diff -u -d -r1.4.2.10 -r1.4.2.11
--- pango1-xft2.info    5 Oct 2007 18:16:04 -0000       1.4.2.10
+++ pango1-xft2.info    6 Oct 2007 19:13:52 -0000       1.4.2.11
@@ -6,14 +6,16 @@
 Conflicts: pango1-xft1
 BuildDepends: <<
        glib2-dev (>= 2.12.0-1), pkgconfig (>= 0.15.0-2), gtk-doc (>= 1.2-1),
-       x11-dev, xft2-dev, libgettext3-dev, libiconv-dev
+       x11-dev, xft2-dev, libgettext3-dev, libiconv-dev, fink (>= 0.24.12-1)
 <<
 Source: mirror:gnome:sources/pango/1.10/pango-%v.tar.bz2
 Source-MD5: 1ff4c96982f61ea6f390d09a4febdf18
+PatchFile: %n.patch
+PatchFile-MD5: 62d97d647ca233ef5c62441e6a77eb63
 PatchScript: <<
        #!/bin/bash -ev
        SYSCONFDIR=%p/etc
-       perl -p -e 'BEGIN{$s=shift} s|[EMAIL PROTECTED]@|$s|' $SYSCONFDIR 
<%a/%n.patch | patch -p1
+       perl -p -e 'BEGIN{$s=shift} s|[EMAIL PROTECTED]@|$s|' $SYSCONFDIR 
<%{PatchFile} | patch -p1
 <<
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true

Index: libxklavier10.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libxklavier10.info,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -d -r1.4.2.3 -r1.4.2.4
--- libxklavier10.info  22 Dec 2006 04:08:01 -0000      1.4.2.3
+++ libxklavier10.info  6 Oct 2007 19:13:52 -0000       1.4.2.4
@@ -9,6 +9,7 @@
 <<
 BuildDepends: <<
        doxygen,
+       fink (>= 0.24.12-1),
        libiconv-dev,
        libxml2,
        pkgconfig,
@@ -18,8 +19,10 @@
 Source-MD5: a9c2e53ea96ed138b588df5a9b9addaf
 Conflicts: libxklavier1, libxklavier11
 Replaces: libxklavier1, libxklavier11
+PatchFile: %n.patch
+PatchFile-MD5: dd6607055bfcd1637cd7d0f8a290c578
 PatchScript: <<
-       sed 's/@FINK_PACKAGE@/%n/' %a/%n.patch | patch -p1
+       sed 's/@FINK_PACKAGE@/%n/' %{PatchFile} | patch -p1
        perl -pi -e 's/(-lxkbfile)/\1 -lX11/' libxklavier/Makefile.in
 <<
 SetCFLAGS: -Os

Index: gnome-vfs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-vfs.info,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -u -d -r1.7.2.6 -r1.7.2.7
--- gnome-vfs.info      5 Oct 2007 18:16:03 -0000       1.7.2.6
+++ gnome-vfs.info      6 Oct 2007 19:13:51 -0000       1.7.2.7
@@ -5,10 +5,12 @@
 Source-MD5: e2a17a6b178f54c43968241258f3e729
 Depends: %N-shlibs (= %v-%r) | gnome-vfs-ssl-shlibs (= %v-%r)
 BuildConflicts: libcdparanoia0-dev
-BuildDepends: pkgconfig, libjpeg, libpng3, libtiff, netpbm, audiofile, db3 (>= 
3.3.11-1027), esound, glib, orbit-dev (>= 0.5.17-15), readline (>= 4.3-1028), 
giflib, imlib (>= 1.9.14-14), gconf (>= 1.0.9-21), gconf-dev (>= 1.0.9-21), 
gnome-libs-dev (>= 1.4.2-19), oaf-dev (>= 0.6.10-22), guile-dev, libxml, popt, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, gtk+ (>= 1.2.10-20)
+BuildDepends: pkgconfig, libjpeg, libpng3, libtiff, netpbm, audiofile, db3 (>= 
3.3.11-1027), esound, glib, orbit-dev (>= 0.5.17-15), readline (>= 4.3-1028), 
giflib, imlib (>= 1.9.14-14), gconf (>= 1.0.9-21), gconf-dev (>= 1.0.9-21), 
gnome-libs-dev (>= 1.4.2-19), oaf-dev (>= 0.6.10-22), guile-dev, libxml, popt, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, gtk+ (>= 1.2.10-20), 
fink (>= 0.24.12-1)
 Conflicts: gnome-vfs-ssl
 Replaces: gnome-vfs-ssl
-PatchScript: sed -e 's|<LIBDIR>|%p/lib|g' <%a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: cb8e7353d3c89ce6b3bffe4647ae6792
+PatchScript: sed -e 's|<LIBDIR>|%p/lib|g' <%{PatchFile} | patch -p1
 UpdatePoMakefile: true
 SetLIBS: -L%p/lib
 NoSetLDFLAGS: true

Index: control-center-1.4.0.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/control-center-1.4.0.5.info,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- control-center-1.4.0.5.info 5 Oct 2007 18:15:59 -0000       1.1.2.6
+++ control-center-1.4.0.5.info 6 Oct 2007 19:13:51 -0000       1.1.2.7
@@ -3,12 +3,14 @@
 Revision: 1021
 Source: mirror:gnome:sources/%n/1.4/%n-%v.tar.bz2
 Source-MD5: 63e731f7c9f5fca354de5de4f881e952
+PatchFile: %n-%v.patch
+PatchFile-MD5: c2bc5ac45ba2a770b818b3f859407402
 PatchScript: <<
-       sed 's|<PREFIX>|%p|' <%a/%n-%v.patch | patch -p1
+       sed 's|<PREFIX>|%p|' <%{PatchFile} | patch -p1
        perl -pi -e 's,-undefined suppress,-undefined dynamic_lookup,' configure
 <<
 Depends: %N-shlibs (= %v-%r), libpng3-shlibs, scrollkeeper (>= 0.3.11-5)
-BuildDepends: gdk-pixbuf (>= 0.18.0-12), esound, audiofile, db3 (>= 
3.3.11-1027), glib, gtk+ (>= 1.2.10-20), libjpeg, libpng3, libtiff, netpbm, 
orbit-dev (>= 0.5.17-15), readline (>= 4.3-1028), imlib (>= 1.9.14-14), 
gconf-dev (>= 1.0.9-21), gnome-libs-dev (>= 1.4.2-19), oaf-dev (>= 0.6.10-22),  
libxml, popt, gnome-vfs-dev (>= 1.0.5-29) | gnome-vfs-ssl-dev (>= 1.0.5-29), 
gettext-dev, gettext-bin, gettext-tools, giflib | libungif, libiconv-dev
+BuildDepends: gdk-pixbuf (>= 0.18.0-12), esound, audiofile, db3 (>= 
3.3.11-1027), glib, gtk+ (>= 1.2.10-20), libjpeg, libpng3, libtiff, netpbm, 
orbit-dev (>= 0.5.17-15), readline (>= 4.3-1028), imlib (>= 1.9.14-14), 
gconf-dev (>= 1.0.9-21), gnome-libs-dev (>= 1.4.2-19), oaf-dev (>= 0.6.10-22),  
libxml, popt, gnome-vfs-dev (>= 1.0.5-29) | gnome-vfs-ssl-dev (>= 1.0.5-29), 
gettext-dev, gettext-bin, gettext-tools, giflib | libungif, libiconv-dev, fink 
(>= 0.24.12-1)
 UpdatePoMakefile: true
 ConfigureParams: --mandir=%p/share/man
 SetCFLAGS: -O2

Index: libxklavier11.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/libxklavier11.info,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- libxklavier11.info  21 Sep 2007 00:24:37 -0000      1.1.2.5
+++ libxklavier11.info  6 Oct 2007 19:13:52 -0000       1.1.2.6
@@ -9,6 +9,7 @@
 <<
 BuildDepends: <<
        doxygen,
+       fink (>= 0.24.12-1),
        glib2-dev (>= 2.12.0-1),
        libgettext3-dev,
        libiconv-dev,
@@ -20,8 +21,10 @@
 Source-MD5: d248f96fdfc0e4f0ed583428eda9a997
 Conflicts: libxklavier1, libxklavier10
 Replaces: libxklavier1, libxklavier10
+PatchFile: %n.patch
+PatchFile-MD5: 8a22fe022419952dacb093f138f5c917
 PatchScript: <<
-       sed 's/@FINK_PACKAGE@/%n/' %a/%n.patch | patch -p1
+       sed 's/@FINK_PACKAGE@/%n/' %{PatchFile} | patch -p1
        perl -pi -e 's/(-lxkbfile)/\1 -lX11/' libxklavier/Makefile.in
 <<
 SetCFLAGS: -Os


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to