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

Modified Files:
      Tag: pangocairo-branch
        gtk+2.info gtk+2.patch 
Log Message:
fix printing (thanks dbr!)


Index: gtk+2.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk+2.patch,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- gtk+2.patch 18 Sep 2007 02:59:07 -0000      1.1.2.5
+++ gtk+2.patch 11 Nov 2007 22:58:48 -0000      1.1.2.6
@@ -392,3 +392,14 @@
 +chmod 0644 $CONFFILE
 +
 +exit 0
+--- gtk+2.0-2.12.0/modules/printbackends/cups/gtkcupsutils.c.orig      
2007-09-13 22:35:49.000000000 +0200
++++ gtk+2.0-2.12.0/modules/printbackends/cups/gtkcupsutils.c   2007-10-19 
12:46:28.000000000 +0200
+@@ -622,7 +622,7 @@ _post_send (GtkCupsRequest *request)
+   if (request->data_io != NULL)
+     {
+       fstat (g_io_channel_unix_get_fd (request->data_io), &data_info);
+-      sprintf (length, "%lu", (unsigned long) ippLength 
(request->ipp_request) + data_info.st_size);
++      sprintf (length, "%lu", (unsigned long) (ippLength 
(request->ipp_request) + data_info.st_size));
+     }
+   else
+     sprintf (length, "%lu", (unsigned long) ippLength (request->ipp_request));

Index: gtk+2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk+2.info,v
retrieving revision 1.6.2.40
retrieving revision 1.6.2.41
diff -u -d -r1.6.2.40 -r1.6.2.41
--- gtk+2.info  4 Nov 2007 02:56:52 -0000       1.6.2.40
+++ gtk+2.info  11 Nov 2007 22:58:48 -0000      1.6.2.41
@@ -39,7 +39,7 @@
 Source2: mirror:debian:pool/main/g/gtk+2.0/gtk+2.0_2.12.1-1.diff.gz
 Source2-MD5: ac6dc2b1990497a46f15ed85b4edab86
 PatchFile: %n.patch
-PatchFile-MD5: ded693cc03dde9ee81028a97767f189c
+PatchFile-MD5: c4c94517fbd2ef483729ee34c8d674c0
 PatchScript: <<
 #!/bin/sh -ev
 
@@ -182,4 +182,8 @@
 LDFLAGS and LIBS are modified for detecting freetype2 and xft.
 gtk+2-dev conflicts with gtk+ (<< 1.2.11), because it has symbolic
 link which intercepts include files of the package.
+
+       Fix a cast that breaks gtkprint. See:
+       http://bugzilla.gnome.org/show_bug.cgi?id=464906
+       http://bugzilla.gnome.org/show_bug.cgi?id=485662
 <<


-------------------------------------------------------------------------
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
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to