Gnome-control-center version 2.26.0 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    gnome-control-center  most recent diff


    version 2.26.0

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


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

      PortSystem 1.0

      Name: gnome-control-center
      Version: 2.26.0
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Control center for GNOME 2.0 project.
      Long Description: ${description}
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/

      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 eed8feccc37712e34d88bd3b20e46962 sha1 4730780aaab599869a2dfe2d72d68dd54bb77058 rmd160 d22c75b21d63bad9321ad1221e442f381da8dd35

      depends_lib port:metacity port:nautilus port:libcanberra port:gnome-panel port:gnome-settings-daemon

      depends_build port:gnome-doc-utils

      if {${os.platform} == "darwin" && ${os.major} < 9} {
      patchfiles patch-libslab-director-tile.c.diff
      }

      use_bzip2 yes

      configure.args --mandir=${prefix}/share/man --x-includes=${prefix}/include --x-libraries=${prefix}/lib --disable-hal --disable-scrollkeeper --disable-update-mimedb --disable-schemas-install

      post-patch {
      reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/capplets/common/gnome-theme-info.c ${worksrcpath}/libwindow-settings/metacity-window-manager.c
      }

      post-destroot {
      file delete ${destroot}${prefix}/etc/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas
      file delete ${destroot}${prefix}/share/applications/mimeinfo.cache
      }

      post-activate {
      system " export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`&& gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas && gconftool-2 --direct --config-source=\$GCONF_CONFIG_SOURCE --recursive-unset /schemas/apps/panel && gconftool-2 --direct --config-source xml:readwrite:${prefix}/etc/gconf/gconf.xml.defaults --load ${prefix}/etc/gconf/schemas/panel-default-setup.entries "
      system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
      system "${prefix}/bin/scrollkeeper-update; true"
      system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
      system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
      }

      platform darwin {
      post-destroot {
      system "cd ${destroot}${prefix}/lib/window-manager-settings/ && ln -s libmetacity.so libmetacity.dylib"
      system "cd ${destroot}${prefix}/lib && ln -s libgnome-window-settings.1.0.0.dylib libgnome-window-settings.1.0.0.so"
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.