osx: Use the Quartz GTK theme

This commit is contained in:
Alexander Kojevnikov 2011-02-22 19:31:57 +08:00
parent 6c6bbbd065
commit d4bebb03cc
3 changed files with 15 additions and 2 deletions

View File

@ -27,6 +27,19 @@ Note that these ports:
Also, by some reason MacPorts doesn't install /opt/local/lib/charset.alias, Also, by some reason MacPorts doesn't install /opt/local/lib/charset.alias,
copy it from your favourite Unix flavour. 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: After all dependencies are built just run:
$ osx/bundle.sh $ osx/bundle.sh

View File

@ -1,2 +1,2 @@
gtk-icon-theme-name = "Tango" gtk-theme-name = "Quartz"
gtk-enable-mnemonics = 0 gtk-enable-mnemonics = 0

View File

@ -32,7 +32,7 @@
${project}/bin/share ${project}/bin/share
</data> </data>
<data> <data>
${prefix}/share/themes ${prefix}/share/themes/Quartz
</data> </data>
<data dest="${bundle}/Contents/Resources"> <data dest="${bundle}/Contents/Resources">
${project}/Spek.icns ${project}/Spek.icns