Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/gnome
In directory usw-pr-cvs1:/tmp/cvs-serv19953

Added Files:
        gnome-python-1.4.2-1.info gnome-python-1.4.2-1.patch 
Log Message:
10.2 ok


--- NEW FILE: gnome-python-1.4.2-1.info ---
Package: gnome-python
Version: 1.4.2
Revision: 1
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
Source: gnome
Depends: pygtk (>= 0.6.9-2), dlcompat, gnome-core, gtkglarea, control-center, 
gtkhtml-shlibs
BuildDepends: gal19, gdk-pixbuf, freetype2, libjpeg, libpng, libtiff, netpbm, 
audiofile, db3, esound, glib, gtk+, orbit, readline (>= 4.3-5), giflib, imlib, gdbm, 
gmp, bonobo-dev, control-center-dev, gconf-dev, glibwww, gnome-core-dev, 
gnome-libs-dev, gnome-print-dev, gtkhtml-dev, oaf-dev, expat, guile-dev (>= 1.4-5), 
libwww, libxml, popt, tcltk-dev, libglade, gnome-vfs-dev | gnome-vfs-ssl-dev
Patch: %f.patch
PatchScript: <<
 rm -f ./pygtk/pygtk.h
<<
UpdateConfigGuess: true
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -I%p/include/libcapplet1 -I%p/include/gdk-pixbuf-1.0
ConfigureParams: --with-gtkhtml
InstallScript: <<
 make install prefix=%i
 install -d -m 755 %i/share/doc/%n/examples
 install -m 644 pygnome/examples/* %i/share/doc/%n/examples
<<
PostInstScript: <<
if [ -d %p/lib/python2.1/site-packages ]; then
    glibtool --finish %p/lib/python2.1/site-packages
elif [ -d %p/lib/python2.2/site-packages ]; then
    glibtool --finish %p/lib/python2.2/site-packages
fi
<<
DocFiles: COPYING NEWS README
#
Description: Python bindings for GNOME
DescDetail: <<
gnome-python provides bindings for the GNOME libraries to use the Python programming 
language.
<<
DescPort: <<
Config.guess and config.sub scripts updated.
'no-cpp-precomp' set as a CPPFLAG to compile source properly.
Patch updates configure script for libtool compatibility with
MacOS X/Darwin, and disables building of PyGTK, which is contained in another package.
<<
DescPackaging: <<
PostInstScript runs libtool on the installation directory of the package.
<<
Homepage: http://www.daa.com.au/~james/pygtk/
License: LGPL

--- NEW FILE: gnome-python-1.4.2-1.patch ---
diff -Naur gnome-python-1.4.1.old/Makefile.in gnome-python-1.4.1/Makefile.in
--- gnome-python-1.4.1.old/Makefile.in  Mon Apr 23 10:56:22 2001
+++ gnome-python-1.4.1/Makefile.in      Wed Aug  7 23:55:19 2002
@@ -133,7 +133,7 @@
 
 AUTOMAKE_OPTIONS = 1.4a
 
-SUBDIRS = macros pygtk pygnome
+SUBDIRS = macros pygnome
 
 EXTRA_DIST = gnome-python.spec
 subdir = .
diff -Naur gnome-python-1.4.1.old/configure gnome-python-1.4.1/configure
--- gnome-python-1.4.1.old/configure    Mon Apr 23 10:56:24 2001
+++ gnome-python-1.4.1/configure        Wed Aug  7 23:55:19 2002
@@ -3471,11 +3471,11 @@
     ;;
 
   darwin* | rhapsody*)
-    allow_undefined_flag='-undefined suppress'
+    allow_undefined_flag='-flat_namespace -undefined suppress'
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
-    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname 
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .$module != .yes && 
+echo -install_name $rpath/$soname $tmp_verstring)'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
diff -Naur gnome-python-1.4.1.old/ltmain.sh gnome-python-1.4.1/ltmain.sh
--- gnome-python-1.4.1.old/ltmain.sh    Fri Apr 13 23:47:33 2001
+++ gnome-python-1.4.1/ltmain.sh        Wed Aug  7 23:55:19 2002
@@ -2827,6 +2827,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi    
          eval cmds=\"$archive_cmds\"
        fi
        IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to