Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
323174f399
2 changed files with 62 additions and 2 deletions
  1. +60
    -0
      package/gnome14/gnome-print10/freetype-update.patch
  2. +2
    -2
      package/gnome14/gnome-print10/gnome-print10.desc

+ 60
- 0
package/gnome14/gnome-print10/freetype-update.patch

@ -0,0 +1,60 @@
--- ./libgnomeprint/gnome-font-private.h.orig 2004-12-20 21:26:06.517265736 +0100
+++ ./libgnomeprint/gnome-font-private.h 2004-12-20 21:26:40.597084816 +0100
@@ -22,7 +22,8 @@
BEGIN_GNOME_DECLS
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <libgnomeprint/gp-character-block.h>
#include <libgnomeprint/gp-fontmap.h>
#include <libgnomeprint/gnome-font.h>
--- ./libgnomeprint/parseTT.h.orig 2004-12-20 21:27:18.782279784 +0100
+++ ./libgnomeprint/parseTT.h 2004-12-20 21:27:58.064308008 +0100
@@ -22,7 +22,8 @@
BEGIN_GNOME_DECLS
#include <glib.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
/*
* Convert loaded Freetype TTF face to Type1
--- ./installer/gnome-font-install.c.orig 2004-12-20 21:28:44.275282872 +0100
+++ ./installer/gnome-font-install.c 2004-12-20 21:29:08.678573008 +0100
@@ -26,7 +26,8 @@
#include <parser.h>
#include <xmlmemory.h>
/* End of ugly thing */
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <libgnome/gnome-defs.h>
#include <libgnome/gnome-util.h>
#include <libgnome/gnome-i18n.h>
--- ./installer/gf-pfb.c.orig 2004-12-20 21:29:39.042956920 +0100
+++ ./installer/gf-pfb.c 2004-12-20 21:30:02.348413952 +0100
@@ -12,7 +12,8 @@
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "gf-pfb.h"
#define noVERBOSE
--- ./installer/gf-ttf.c.orig 2004-12-20 21:30:43.089220408 +0100
+++ ./installer/gf-ttf.c 2004-12-20 21:31:16.921077184 +0100
@@ -32,7 +32,8 @@
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "gf-ttf.h"

+ 2
- 2
package/gnome14/gnome-print10/gnome-print10.desc

@ -33,8 +33,8 @@
[L] GPL
[S] Beta
[V] 0.35
[V] 0.37
[P] X -?---5---9 152.900
[D] 2173863338 gnome-print-0.35.tar.bz2 ftp://archive.progeny.com/GNOME/sources/gnome-print/0.35/
[D] 80892007 gnome-print-0.37.tar.bz2 ftp://archive.progeny.com/GNOME/sources/gnome-print/0.37/

Loading…
Cancel
Save