I've made a new revision of gtk+, but being the maintainer would require 
me to port GTK 1.3, and I don't want to do that (i don't think that I 
know enough to do it).
Fingolfin suggested that I send the changes to the list, so here is the 
new .info file (since it's the same patch):

Package: gtk+
Version: 1.2.10
Revision: 4
Depends: x11, glib
Source: gnome
UpdateConfigGuess: true
UpdateLibtool: true
SetCPPFLAGS: -no-cpp-precomp
ConfigureParams: --disable-shm --with-locale=$LANG 
--with-xinput-extension=xfree --infodir=%p/share/info 
--mandir=%p/share/man
InstallScript: <<
  make install DESTDIR=%d
  (cd %i/include && ln -s gtk-1.2/* .)
  mkdir -p %i/share/doc/%n
  install -m 644 COPYING README AUTHORS NEWS %i/share/doc/%n/
<<
InfoDocs: gdk.info gtk.info
PreInstScript: <<
if [ $1 = "upgrade" ]; then
   case "$2" in
     1.2.[0-9]-*)
       rm -f %p/etc/gtk/gtkrc.zh_TW.Big5
       ;;
   esac
fi
<<
#
Description: The Gimp Toolkit
DescDetail: <<
GTK+ is a multi-platform toolkit for creating graphical
user interfaces, primarily designed for the X Window System.
<<
DescPort: Uses autoconf and libtool. The usual fix.
DescPackaging: <<
A file was renamed since 1.2.8, changing only case. The preinst script
is used to allow a clean upgrade.

This package creates symlinks to the include files, which have moved
since version 1.2.8. This eliminates the need to rebuild dependent
libraries which saved the include path in their *-config scripts. It
prevents parallel installation of version 2.0, though.

Shared memory support is disabled, since it doesn't work in Darwin.
<<
License: LGPL
Homepage: http://www.gtk.org/
Maintainer: unknown

��
Alexander Strange
[EMAIL PROTECTED]
"Gandalf, has your fondness for the hobbits' weed affected your mind?"
- The Lord Of The Rings Movie


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to