From d4bebb03cc0e668aa0fd952ffc93ff24e00d98d8 Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Tue, 22 Feb 2011 19:31:57 +0800 Subject: [PATCH] osx: Use the Quartz GTK theme --- osx/README | 13 +++++++++++++ osx/gtkrc | 2 +- osx/spek.bundle | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/osx/README b/osx/README index 3dfefac..6684051 100644 --- 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 index ba5477c..5049eda 100644 --- 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 index b33b6ff..df24c14 100644 --- a/osx/spek.bundle +++ b/osx/spek.bundle @@ -32,7 +32,7 @@ ${project}/bin/share - ${prefix}/share/themes + ${prefix}/share/themes/Quartz ${project}/Spek.icns