gtk1 version 1.2.10 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    gtk1  most recent diff


      View the most recent changes for the gtk1 port at: gtk1.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gtk1.
      The raw portfile for gtk1 1.2.10 is located here:
      http://gtk1.darwinports.com/dports/x11/gtk1/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gtk1
      Google
      Web Darwinports.com



      # $Id: Portfile 30259 2007-10-23 02:31:56Z jmpp macports.org $

      PortSystem 1.0
      Name: gtk1
      Version: 1.2.10
      revision 6
      Category: x11
      Maintainers: nomaintainer
      Description: Gimp Tool Kit
      Homepage: http://www.gtk.org/
      Platform: darwin freebsd sunos

      Long Description: This is GTK+ version 1.2.10. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System.

      master_sites ftp://ftp.gtk.org/pub/gtk/v1.2/ macports:lt:lt

      distname gtk+-${version}
      set filename gtk+-${version}${extract.suffix}
      distfiles ${filename} ltconfig13:lt ltmain13:lt
      checksums gtk+-1.2.10.tar.gz md5 4d5cb2fc7fb7830e4af9747a36bfce20 ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e ltmain13 md5 e094ae92724c4015dbab97de151c2525
      extract.only ${filename}

      depends_lib port:gettext port:glib1 lib:libX11.6:XFree86

      patchfiles patch-config.guess patch-config.sub

      configure.args --disable-shm --with-locale --mandir=${prefix}/share/man --infodir=${prefix}/share/info

      post-patch {
      copy -force ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
      copy -force ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
      }

      post-destroot {
      ln -sf libgdk-1.2.0.9.1.dylib ${destroot}${prefix}/lib/libgdk.1.dylib
      ln -sf libgtk-1.2.0.9.1.dylib ${destroot}${prefix}/lib/libgtk.1.dylib
      }

      platform sunos {
      depends_lib-delete lib:libX11.6:XFree86
      depends_lib-append lib:libX11.4:XFree86
      configure.args-delete --disable-shm --with-locale
      configure.args-append --disable-nls
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gtk1
      % sudo port install gtk1
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gtk1
      ---> Verifying checksum for gtk1
      ---> Extracting gtk1
      ---> Configuring gtk1
      ---> Building gtk1 with target all
      ---> Staging gtk1 into destroot
      ---> Installing gtk1
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gtk1 with these commands:
      %  man gtk1
      % apropos gtk1
      % which gtk1
      % locate gtk1

     Where to find more information:

    Darwin Ports



    image test