Gtk2-aurora version 1.5.1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    gtk2-aurora  most recent diff


    version 1.5.1

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


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

      PortSystem 1.0

      Name: gtk2-aurora
      set my_name aurora
      Version: 1.5.1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: x11 gtk
      Platform: macosx
      Maintainers: nox openmaintainer
      Description: Aurora Gtk Engine

      Long Description: The goal of this theme is to provide a complete and consistent look for Gtk. The theme aims to be very flexible in colour choice, but have few other options otherwise.

      set id 56438
      Homepage: http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=${id}
      Master Sites: http://www.gnome-look.org/CONTENT/content-files/
      distname ${id}-${my_name}-${version}
      use_bzip2 yes

      Checksums: md5 5eeea57c5938306ad7ccfc7cd71d009d sha1 7e6a4b6e9798cf3bf4edffc7e2e62e2f51082a41 rmd160 538da2485bd5bf4e7bccc4d1fb124fe0407ece1c

      depends_build port:pkgconfig
      depends_lib port:gtk2

      post-extract {
      system "tar xzf ${workpath}/aurora-gtk-engine-${branch}.tar.gz -C ${workpath}"
      system "tar xjf ${workpath}/Aurora.tar.bz2 -C ${workpath}"
      }

      worksrcdir ${my_name}-[join [lrange [split ${version} .] 0 1] .]

      configure.args --enable-animation

      pre-destroot {
      file attributes ${worksrcpath}/install-sh -permissions +x
      }

      post-destroot {
      file mkdir ${destroot}${prefix}/share/themes
      copy ${workpath}/Aurora ${destroot}${prefix}/share/themes

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README ${destroot}${docdir}
      }

      livecheck.type regex
      livecheck.regex {(\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/gtk2-aurora
      % sudo port install gtk2-aurora
      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 gtk2-aurora
      ---> Verifying checksum for gtk2-aurora
      ---> Extracting gtk2-aurora
      ---> Configuring gtk2-aurora
      ---> Building gtk2-aurora with target all
      ---> Staging gtk2-aurora into destroot
      ---> Installing gtk2-aurora
    - 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 gtk2-aurora with these commands:
      %  man gtk2-aurora
      % apropos gtk2-aurora
      % which gtk2-aurora
      % locate gtk2-aurora

     Where to find more information:

    Darwin Ports



    Lightbox this page.