Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv13171
Modified Files:
gnome-print.info gnome-print.patch
Log Message:
include ft2build.h where appropriate
Index: gnome-print.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-print.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-print.patch 20 Jan 2006 20:25:02 -0000 1.1
+++ gnome-print.patch 14 Jul 2007 17:46:09 -0000 1.2
@@ -68,3 +68,58 @@
'/usr/lib/texmf/fonts/afm',
'/usr/lib/texmf/fonts/type1/adobe',
'/usr/lib/texmf/fonts/type1/omega',
+diff -ruN gnome-print-0.37/installer/gf-pfb.c
gnome-print-0.37-patched/installer/gf-pfb.c
+--- gnome-print-0.37/installer/gf-pfb.c 2002-01-18 16:23:00.000000000
-0800
++++ gnome-print-0.37-patched/installer/gf-pfb.c 2007-07-14
10:36:51.000000000 -0700
+@@ -12,6 +12,7 @@
+ #include <fcntl.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include "gf-pfb.h"
+
+diff -ruN gnome-print-0.37/installer/gf-ttf.c
gnome-print-0.37-patched/installer/gf-ttf.c
+--- gnome-print-0.37/installer/gf-ttf.c 2001-11-05 06:07:28.000000000
-0800
++++ gnome-print-0.37-patched/installer/gf-ttf.c 2007-07-14
10:37:10.000000000 -0700
+@@ -32,6 +32,7 @@
+ #include <fcntl.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+
+ #include "gf-ttf.h"
+diff -ruN gnome-print-0.37/installer/gnome-font-install.c
gnome-print-0.37-patched/installer/gnome-font-install.c
+--- gnome-print-0.37/installer/gnome-font-install.c 2002-01-22
13:44:55.000000000 -0800
++++ gnome-print-0.37-patched/installer/gnome-font-install.c 2007-07-14
10:33:26.000000000 -0700
+@@ -26,6 +26,7 @@
+ #include <parser.h>
+ #include <xmlmemory.h>
+ /* End of ugly thing */
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include <libgnome/gnome-defs.h>
+ #include <libgnome/gnome-util.h>
+diff -ruN gnome-print-0.37/libgnomeprint/gnome-font-private.h
gnome-print-0.37-patched/libgnomeprint/gnome-font-private.h
+--- gnome-print-0.37/libgnomeprint/gnome-font-private.h 2001-12-05
14:07:58.000000000 -0800
++++ gnome-print-0.37-patched/libgnomeprint/gnome-font-private.h
2007-07-14 10:16:36.000000000 -0700
+@@ -22,6 +22,7 @@
+
+ BEGIN_GNOME_DECLS
+
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include <libgnomeprint/gp-character-block.h>
+ #include <libgnomeprint/gp-fontmap.h>
+diff -ruN gnome-print-0.37/libgnomeprint/parseTT.h
gnome-print-0.37-patched/libgnomeprint/parseTT.h
+--- gnome-print-0.37/libgnomeprint/parseTT.h 2001-11-05 11:27:09.000000000
-0800
++++ gnome-print-0.37-patched/libgnomeprint/parseTT.h 2007-07-14
10:29:33.000000000 -0700
+@@ -22,6 +22,7 @@
+ BEGIN_GNOME_DECLS
+
+ #include <glib.h>
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+
+ /*
Index: gnome-print.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-print.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnome-print.info 13 Jan 2007 23:11:18 -0000 1.3
+++ gnome-print.info 14 Jul 2007 17:46:09 -0000 1.4
@@ -1,11 +1,12 @@
Package: gnome-print
Version: 0.37
-Revision: 6
+Revision: 7
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: f9e13f4f17b04baceec1cdeed0f88eae
BuildDepends: <<
audiofile (>= 0.2.3-1),
esound (>= 0.2.28-1),
+ fink (>= 0.24.12),
gdk-pixbuf (>= 0.18.0-12),
gettext-bin,
gettext-dev,
@@ -31,8 +32,10 @@
libxml-shlibs (>= 1.8.17-14),
x11-shlibs
<<
+PatchFile: %n.patch
+PatchFile-MD5: 0bef9803cba50f4a44d700d9a4908fca
PatchScript: <<
- sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+ sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
perl -pi -e 's/(.*run-gnome-font-install.*)/#\1/' installer/Makefile.in
perl -pi -e 's,(lib\S+)/(lib\S+)\.la,\1/.libs/\2.dylib,g'
tests/Makefile.in
<<
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits