mirror of
https://github.com/alexkay/spek.git
synced 2025-06-17 15:51:23 +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,
|
||||
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
gtk-icon-theme-name = "Tango"
|
||||
gtk-theme-name = "Quartz"
|
||||
gtk-enable-mnemonics = 0
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user