Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/sci
In directory usw-pr-cvs1:/tmp/cvs-serv7518

Added Files:
        gtkgraph-0.6.2-3.info gtkgraph-0.6.2-3.patch 
Log Message:
Bugfix for some users


--- NEW FILE: gtkgraph-0.6.2-3.info ---
Package: gtkgraph
Version: 0.6.2
Revision: 3
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://vitelus.com/gtkgraph/%n-%v.tar.gz
Source-MD5: b07b21d3c82f2c8db893850a35357a8c
BuildDepends: libjpeg, libpng, libtiff, netpbm, glib, gtk+, giflib, imlib
Depends: dlcompat, imlib-shlibs
Patch: %f.patch
UpdateConfigGuess: true
UpdatePoMakefile: true
SetCPPFLAGS: -no-cpp-precomp
DocFiles: AUTHORS BUGS ChangeLog COPYING COPYING.LGPL HACKING NEWS PHILOSOPHY README 
TODO
Description: Graphing calculator using Gtk+
DescDetail: <<
GtkGraph is a simple graphing calculator written for X Windows using the
GTK+ widget set. It includes the following features:

 * Plotting up to ten functions on the same "canvas" 
 * Allowing the user to select the range of the canvas.
 * Usage of functions exp, sin, tan, cos, asin, atan, acos, sec, csc, cot,
   log, ln, abs, sqrt, and constants pi and e. 
 * Saving and loading sets of functions to plot
 * Printing 
 * Exporting the graph to PostScript, or any bitmap format that Imlib
   supports (JPEG, XPM, PNG...) 
 * Arithmatic and algebraic calculations 
 * Allowing the user to customize colors and axis and plot titles
<<
DescPort: '-no-cpp-precomp' set in CPPFLAGS to ensure the source compiles.
License: GPL/LGP
Homepage: http://vitelus.com/gtkgraph

--- NEW FILE: gtkgraph-0.6.2-3.patch ---
--- gtkgraph-0.6.2/src/gtkitementry.c   1999-12-23 23:08:28.000000000 +1100
+++ gtkgraph-0.6.2-patched/src/gtkitementry.c   2002-07-09 00:20:17.000000000 +1000
@@ -1918,7 +1918,7 @@
 }
 
 void       
-gtk_entry_select_region  (GtkEntry       *entry,
+gtkgraph_entry_select_region  (GtkEntry       *entry,
                          gint            start,
                          gint            end)
 {
@@ -1926,7 +1926,7 @@
 }
 
 void
-gtk_entry_set_max_length (GtkEntry     *entry,
+gtkgraph_entry_set_max_length (GtkEntry     *entry,
                           guint16       max)
 {
   g_return_if_fail (entry != NULL);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to