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

    gnome-libs  most recent diff


    version 1.4.2

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


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

      PortSystem 1.0

      Name: gnome-libs
      Version: 1.4.2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Revision: 2
      Description: These are the GNOME libraries.
      Long Description: These are the GNOME libraries, the foundation for most of the application of the GNOME project.
      Maintainers: nomaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes
      Checksums: md5 6111e91b143a90afb30f7a8c1e6cbbd6
      depends_lib port:oaf port:gtk1 port:libghttp port:imlib
      Patch Files: patch_configure patch_ltmain.sh patch-XmHTMLP.h patch-XmHTMLI.h install.diff

      configure.args --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-gnome
      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append "-fstrict-aliasing -funroll-loops"

      post-configure {
      reinplace "s|docdir = \$(prefix)/doc|docdir = \$(prefix)/share/doc/${name}|g" ${worksrcpath}/devel-docs/Makefile
      }

      pre-destroot {
      addgroup games
      adduser games gid=[existsgroup games]
      }

      post-destroot {
      file rename ${destroot}${prefix}/share/pixmaps/gnome-error.png ${destroot}${prefix}/share/pixmaps/gnome-error-1.png
      file rename ${destroot}${prefix}/share/pixmaps/gnome-question.png ${destroot}${prefix}/share/pixmaps/gnome-question-1.png
      file rename ${destroot}${prefix}/share/pixmaps/gnome-default-dlg.png ${destroot}${prefix}/share/pixmaps/gnome-default-dlg-1.png
      file rename ${destroot}${prefix}/share/pixmaps/gnome-info.png ${destroot}${prefix}/share/pixmaps/gnome-info-1.png
      file rename ${destroot}${prefix}/share/pixmaps/gnome-warning.png ${destroot}${prefix}/share/pixmaps/gnome-warning-1.png
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.