spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit d4bebb03cc0e668aa0fd952ffc93ff24e00d98d8
parent 6c6bbbd0659862517741cd799954f95f52483e21
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 22 Feb 2011 19:31:57 +0800

osx: Use the Quartz GTK theme

Diffstat:
Mosx/README | 13+++++++++++++
Mosx/gtkrc | 2+-
Mosx/spek.bundle | 2+-
3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/osx/README b/osx/README @@ -27,6 +27,19 @@ Note that these ports: Also, by some reason MacPorts doesn't install /opt/local/lib/charset.alias, copy it from your favourite Unix flavour. +Finally, manually install gtk-quartz-engine into /opt/local: + +$ git clone git://github.com/jralls/gtk-quartz-engine.git +$ cd gtk-quartz-engine +$ glibtoolize --force --copy +$ aclocal +$ autoheader +$ automake --add-missing +$ autoconf +$ ./configure --prefix=/opt/local +$ gmake +$ sudo gmake install + After all dependencies are built just run: $ osx/bundle.sh diff --git a/osx/gtkrc b/osx/gtkrc @@ -1,2 +1,2 @@ -gtk-icon-theme-name = "Tango" +gtk-theme-name = "Quartz" gtk-enable-mnemonics = 0 diff --git a/osx/spek.bundle b/osx/spek.bundle @@ -32,7 +32,7 @@ ${project}/bin/share </data> <data> - ${prefix}/share/themes + ${prefix}/share/themes/Quartz </data> <data dest="${bundle}/Contents/Resources"> ${project}/Spek.icns