Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29319

Added Files:
        devhelp.info devhelp.patch 
Log Message:
move to crypto because it depends on mozilla-dev, which is in crypto


--- NEW FILE: devhelp.patch ---
diff -Naur devhelp-0.10/src/bacon-message-connection.c 
devhelp-0.10-new/src/bacon-message-connection.c
--- devhelp-0.10/src/bacon-message-connection.c 2005-04-05 23:11:21.000000000 
+0200
+++ devhelp-0.10-new/src/bacon-message-connection.c     2006-01-04 
12:38:13.000000000 +0100
@@ -91,7 +91,7 @@
 
        offset = 0;
        if (conn->serverfd == g_io_channel_unix_get_fd (source)) {
-               cd = accept (conn->serverfd, NULL, &alen);
+               cd = accept (conn->serverfd, NULL, (guint *)&alen);
                conn->fd = cd;
                setup_connection (conn);
                return TRUE;
@@ -122,9 +122,9 @@
        subs = message;
        finished = FALSE;
 
-       while (*subs != '\0' && finished == FALSE)
+       while (finished == FALSE && *subs != '\0')
        {
-               if (message != NULL && conn->func != NULL)
+               if (conn->func != NULL)
                        (*conn->func) (subs, conn->data);
 
                subs += strlen (subs) + 1;
@@ -285,6 +285,7 @@
                               const char *message)
 {
        g_return_if_fail (conn != NULL);
+       g_return_if_fail (message != NULL);
 
        g_io_channel_write_chars (conn->chan, message, strlen (message),
                                  NULL, NULL);

--- NEW FILE: devhelp.info ---
Package: devhelp
Version: 0.10
Revision: 1100
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: 14374f2a9bf952e58e2c4674afd2c6d6
Depends: %N-shlibs (= %v-%r), desktop-file-utils (>= 0.10-1002), 
shared-mime-info (>= 0.16-1002)
BuildDepends: pkgconfig (>= 0.17.2-2), glib2 (>= 2.8.6-123), glib2-dev (>= 
2.8.6-123), atk1 (>= 1.10.1-3), pango1-xft2 (>= 1.10.1-1001), pango1-xft2-dev 
(>= 1.10.1-1001), gtk+2-dev (>= 2.6.10-1001), gtk+2 (>= 2.6.10-1001), 
orbit2-dev (>= 2.12.4-1001), gconf2-dev (>= 2.12.1-1), libiconv-dev (>= 
1.10-6), libxml2 (>= 2.6.22-1002), gnome-vfs2-ssl-dev (>= 2.10.1-5) | 
gnome-vfs2-dev (>= 2.10.1-1005), libglade2 (>= 2.5.1-1003), libbonobo2-dev  (>= 
2.10.1-1002), libgnome2 (>= 2.12.0.1-1004), libgnome2-dev (>= 2.12.0.1-1004), 
libgnomecanvas2-dev (>= 2.12.0-1001), libart2 (>= 2.3.17-1), libbonoboui2-dev 
(>= 2.10.1-1001), libjpeg, libgnomeui2 (>= 2.12.1-1001), popt (>= 1.10.4-1), 
mozilla-dev (>= 1.7.5-1106), libgettext3-dev(>= 0.14.5-1), gettext-tools(>= 
0.14.5-1), gettext-bin(>= 0.14.5-1), gtk-doc (>= 1.3-1012), intltool (>= 
0.34.1-102), x11-dev
ConfigureParams:  --disable-dependency-tracking --libexecdir=%p/lib/libgnomeui2 
--disable-schemas-installation
SetCPPFLAGS: -no-cpp-precomp 
SetCFLAGS: -O3 -funroll-loops
GCC: 4.0
Patch: %n.patch
CompileScript: <<
#!/bin/sh -ex
 ./configure %c
<<
InstallScript: make install DESTDIR=%d
PostInstScript: <<
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/devhelp.schemas 
>/dev/null
 [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime > 
/dev/null 2>&1 || :
 [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<
PostRmScript: <<
 [ -x %p/bin/update-mime-database ] && update-mime-database %p/share/mime > 
/dev/null 2>&1 || :
 [ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<
ConfFiles: %p/etc/gconf/schemas/devhelp.schemas
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
SplitOff: <<
  Package: %N-shlibs
  Depends: glib2-shlibs (>= 2.8.6-123), pango1-xft2-shlibs (>= 1.10.1-1001), 
gtk+2-shlibs (>= 2.6.10-1001), orbit2-shlibs (>= 2.12.4-1001), gconf2-shlibs 
(>= 2.12.1-1), libiconv (>= 1.10-6), libxml2-shlibs (>= 2.6.22-1002), 
gnome-vfs2-ssl-shlibs (>= 2.10.1-5) | gnome-vfs2-shlibs (>= 2.10.1-1005), 
libglade2-shlibs (>= 2.5.1-1003), libbonobo2-shlibs (>= 2.10.1-1002), 
libgnome2-shlibs (>= 2.12.0.1-1004), libgnomeui2-shlibs (>= 2.12.1-1001), 
popt-shlibs (>= 1.10.4-1), mozilla-shlibs (>= 1.7.5-1106), mozilla-browser (>= 
1.7.5-1106), mozilla-psm (>= 1.7.5-1106), libgettext3-shlibs (>= 0.14.5-1), 
x11-shlibs
  Files: lib/libdevhelp*.*.dylib
  Shlibs: %p/lib/libdevhelp-1.0.dylib 1.0.0 %N-shlibs (>= 0.10-1)
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N (= %v-%r)
  BuildDependsOnly: true
  Description: Development headers and docs for devhelp
  Files: include lib/libdevhelp-1.* lib/pkgconfig
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
Description: API documentation browser for GNOME
DescDetail: <<
API documentation browser for GNOME 2. It works natively with gtk-doc 
(the API reference framework developed for GTK+ and used throughout 
GNOME for API documentation). If you use gtk-doc with your project, 
you can use Devhelp to browse the documentation.
<<
DescPackaging: <<
 Update share-mime-database in PostInstScript and PostRmScript.
 Update desktop-database in PostInstScript and PostRmScript.
<<
License: GPL
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
Homepage: http://www.gtk.org



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to