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

    gnome-session  most recent diff


    version 2.26.2

      View the most recent changes for the gnome-session port at: gnome-session.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gnome-session.
      The raw portfile for gnome-session 2.26.2 is located here:
      http://gnome-session.darwinports.com/dports/gnome/gnome-session/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-session


      # -*- 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 gnome-session Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnome-session
      Version: 2.26.2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Session component for the GNOME 2 desktop
      Long Description: Session component for the GNOME 2.0 desktop. This package contains the commands needed to start GNOME 2.0.
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 2cc3ff808592d95c3b364d608e99dea4 sha1 ba43d9c623e6e79635a09cfbd6ecfce40ccbab05 rmd160 ff2c75cf5b8c3405ec5d2044510cf07eedede1d1

      depends_build port:pkgconfig port:intltool port:p5-xml-parser

      depends_lib port:gconf port:libglade2 port:startup-notification port:policykit-gnome port:xorg-xtrans port:xorg-libXtst

      use_bzip2 yes

      configure.args --x-includes=${prefix}/include --x-libraries=${prefix}/lib --disable-docbook-docs --disable-schemas-install

      Variant: docs description {build docbook documentation} {
      configure.args-delete --disable-docbook-docs
      configure.args-append --enable-docbook-docs
      depends_build-append port:xmlto
      }

      post-activate {
      system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-([0-9\.]+)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.