mirror of
https://github.com/alexkay/spek.git
synced 2025-06-18 07:53:20 +03:00
osx: Use the Quartz GTK theme
This commit is contained in:
parent
6c6bbbd065
commit
d4bebb03cc
13
osx/README
13
osx/README
@ -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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
gtk-icon-theme-name = "Tango"
|
gtk-theme-name = "Quartz"
|
||||||
gtk-enable-mnemonics = 0
|
gtk-enable-mnemonics = 0
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user