Gnome-desktop version 2.26.3 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnome-desktop  most recent diff


    version 2.26.3

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


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

      PortSystem 1.0

      Name: gnome-desktop
      Version: 2.26.3
      set branch [join [lrange [split ${version} .] 0 1] .]
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Description: Additional UI API for GNOME 2

      Long Description: This is a collection of APIs not included in libgnomeui as they have not undergone sufficient testing.

      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 1668dcedde64b30aa02f0a73e59c957d sha1 5b1090354ee775392d8faf4ee667a84c9c7a9e79 rmd160 04e0de4e9e31e2994e1a3220f2183f25ac780399

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils port:gtk-doc

      depends_lib port:gconf port:startup-notification port:xorg-libXrandr port:python25

      depends_run port:gnome-themes

      Patch Files: patch-libgnome-destop-gnome-bg.c.diff patch-libgnome-destop-gnome-rr.c.diff patch-libgnome-destop-gnome-rr-config.c.diff

      configure.args --with-gnome-distributor=MacPorts --x-includes=${prefix}/include --x-libraries=${prefix}/lib --disable-scrollkeeper

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

      use_parallel_build yes

      post-activate {
      system "${prefix}/bin/scrollkeeper-update"
      }

      if {[variant_isset no_x11]} {
      default_variants +quartz
      }

      pre-configure {
      if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
      set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]
      set gtk_not_x11 [catch {exec grep -q GDK_WINDOWING_X11 ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]
      if {[variant_isset quartz] && ${gtk_not_quartz}} {
      error "+quartz variant selected, but gtk2+x11 is installed"
      } elseif {! [variant_isset quartz] && ${gtk_not_x11}} {
      error "-quartz variant selected, but gtk2+quartz is installed"
      }
      } else {
      error "Cannot find gdkconfig.h"
      }
      }

      Variant: quartz requires no_x11 {
      depends_lib-delete port:xorg-libXrandr
      depends_lib-delete port:startup-notification
      patchfiles-append patch-configure.diff
      }

      Variant: no_x11 {
      configure.args-delete --x-includes=${prefix}/include
      configure.args-delete --x-libraries=${prefix}/lib
      configure.args-append --without-x
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.