Gconf-editor version 2.26.0 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    gconf-editor  most recent diff


    version 2.26.0

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


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

      PortSystem 1.0

      Name: gconf-editor
      Version: 2.26.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: gconf-editor is a gconf database editor for GNOME 2.0.
      Long Description: gconf-editor is a gconf database editor for GNOME 2.0. It is similar to regedit on Windows
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/projects/gconf/
      Master Sites: gnome:sources/gconf-editor/${branch}/

      Checksums: md5 2dc76415b22d805cfacfcd5fb98f185c sha1 8b0369a747394f2ee0bec225dab561477b1531c6 rmd160 ef5a446bb99617208d2f6de374f9d2c764a29bc9

      depends_build port:pkgconfig port:gnome-doc-utils

      depends_lib port:gconf port:policykit

      use_bzip2 yes

      configure.args --mandir=${prefix}/share/man --disable-schemas-install --disable-scrollkeeper

      configure.cppflags-append "-L${prefix}/lib"

      post-destroot {
      file delete -force ${destroot}${prefix}/var/scrollkeeper
      }

      post-activate {
      system "scrollkeeper-update"
      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-(\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/gconf-editor
      % sudo port install gconf-editor
      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 gconf-editor
      ---> Verifying checksum for gconf-editor
      ---> Extracting gconf-editor
      ---> Configuring gconf-editor
      ---> Building gconf-editor with target all
      ---> Staging gconf-editor into destroot
      ---> Installing gconf-editor
    - 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 gconf-editor with these commands:
      %  man gconf-editor
      % apropos gconf-editor
      % which gconf-editor
      % locate gconf-editor

     Where to find more information:

    Darwin Ports



    Lightbox this page.