Ige-mac-integration version 0.8.2 - How to Download and Install on Mac OS X
Monday the 22nd of March, 2010

    ige-mac-integration  most recent diff


    version 0.8.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The ige-mac-integration Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: ige-mac-integration
      Version: 0.8.2
      Category: devel
      Maintainers: flyn.org:mike

      Description: Mac OS X menu bar integration library for GTK2 quartz

      Long Description: A simple library whose purpose is to allow GTK2 quartz applications to integrate with the Mac OS X menu bar. Requires gtk2 and its dependencies to be built with variants +no_x11 +quartz

      Homepage: http://live.gnome.org/GTK%2B/OSX/Integration
      Platform: darwin

      Master Sites: http://ftp.imendio.com/pub/imendio/ige-mac-integration/

      Checksums: md5 c9ad0b80b5daa23891be654e29d7bcdc sha1 4d5f2a88c3d354133105b3c84e4a12abcb017eeb rmd160 857dce9f7377484901e08ce68fd8a72f5261abd5

      depends_build port:pkgconfig

      depends_lib port:py25-gtk

      pre-configure {
      if {![file exists ${prefix}/lib/pkgconfig/gdk-quartz-2.0.pc]} {
      ui_error "

      ****
      **** ige-mac-integration is meant to be used only in a GTK2 quartz
      **** development environment but your version of GTK2 does not
      **** support quartz. Please make sure that port gtk2 and all its
      **** dependencies are built with variants +no_x11 +quartz and try again.
      ****
      "
      error "gtk2 +no_x11 +quartz not installed."
      }
      }

      configure.python ${prefix}/bin/python2.5

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

    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/ige-mac-integration
      % sudo port install ige-mac-integration
      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 ige-mac-integration
      ---> Verifying checksum for ige-mac-integration
      ---> Extracting ige-mac-integration
      ---> Configuring ige-mac-integration
      ---> Building ige-mac-integration with target all
      ---> Staging ige-mac-integration into destroot
      ---> Installing ige-mac-integration
    - 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 ige-mac-integration with these commands:
      %  man ige-mac-integration
      % apropos ige-mac-integration
      % which ige-mac-integration
      % locate ige-mac-integration

     Where to find more information:

    Darwin Ports



    Lightbox this page.