Package: gtk+ Version: 1.2.10 Revision: 53 BuildDependsOnly: true Depends: x11, %N-shlibs (=%v-%r), %N-data (=%v-%r) BuildDepends: fink (>= 0.9.9), libgettext3-dev, gettext-bin, gettext-tools, x11-dev, glib 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. Previous versions by Christoph Pfisterer. << Replaces: gtk+-shlibs (<= 1.2.10-12) Source: mirror:gnome:sources/%n/1.2/%n-%v.tar.gz Source-MD5: 4d5cb2fc7fb7830e4af9747a36bfce20 UpdateConfigGuess: true UpdateLibtool: true PatchScript: << perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' gtk.m4 sed -i.bak -e 's/Mach-O dynamically linked shared library/dynamically linked shared library/g' ltconfig ltmain.sh sed -i.bak -e 's/HAVE_BROKEN_WCTYPE/DONT_HAVE_BROKEN_WCTYPE/g' configure << SetCPPFLAGS: -DUSE_NATIVE_LOCALE=1 ConfigureParams: --disable-shm --infodir=%p/share/info --mandir=%p/share/man --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-static InstallScript: << make install DESTDIR=%d mkdir -p %i/share/locale << PostinstScript: << for f in gdk gtk; do if test -L %p/include/$f; then rm -f %p/include/$f fi done << 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 << SplitOff: << Package: %N-shlibs Depends: glib-shlibs, gtk+-data (=%v-%r), libgettext3-shlibs, x11 Replaces: gtk+ ( << 1.2.10-8 ) Files: lib/libgdk-* lib/libgtk-* Shlibs: << %p/lib/libgdk-1.2.0.dylib 10.0.0 %n (>= 1.2.10-13) %p/lib/libgtk-1.2.0.dylib 10.0.0 %n (>= 1.2.10-13) << DocFiles: AUTHORS COPYING NEWS README << SplitOff2: << Package: %N-data Files: share/themes share/locale Replaces: gtk+ ( << 1.2.10-8 ) DocFiles: AUTHORS COPYING NEWS README << DocFiles: AUTHORS COPYING NEWS README 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 UpdateConfigGuess/UpdateLibtool, which are still newer than the files in the source package. Libtool is further updated to not break on the output of 'file' on a 64-bit dylib. Note that it still uses -undefined dynamic_lookup. A test for iswalnum() is forced to pass, since it requires nested functions. << License: LGPL Homepage: http://www.gtk.org/ Maintainer: Alexander Strange