spek

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

commit a8bf0c8b55bec42bfb3bc298118e68094fc315e3
parent e62d0fa90c59d2d2433f833b5010cdb2cb8d4e60
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Thu, 17 Jun 2010 19:49:23 +1000

[osx] Use gtkrc from Quartz

Diffstat:
Aosx/spek.bundle | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+), 0 deletions(-)

diff --git a/osx/spek.bundle b/osx/spek.bundle @@ -0,0 +1,51 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<app-bundle> + + <meta> + <prefix name="default">${env:JHBUILD_PREFIX}</prefix> + + <destination overwrite="yes">${project}</destination> + + <image> + <!-- Not implemented yet (DMG image). --> + </image> + + <!-- Comment this out to keep the install names in binaries --> + <run-install-name-tool/> + + <launcher-script>${project}/launcher.sh</launcher-script > + + </meta> + + <plist>${project}/Info.plist</plist> + + <main-binary>${prefix}/bin/spek</main-binary> + + <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/engines/*.so</binary> + <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/immodules/*.so</binary> + <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/loaders/*.so</binary> + <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/printbackends/*.so</binary> + <binary>${prefix}/lib/gstreamer-0.10/*.so</binary> + + <!-- Translation filenames, one for each program or library that you + want to copy in to the bundle. The "dest" attribute is + optional, as usual. Bundler will find all translations of that + library/program under the indicated directory and copy them.--> + <translations dest="${bundle}/Contents/Resources" name="gtk20"> + ${prefix}/share/locale + </translations> + + <data>${prefix}/share/themes</data> + + <!-- Copy icons. Note that the .icns file is an Apple format which + contains up to 4 sizes of icon. You can use + /Developer/Applications/Utilities/Icon Composer.app to import + artwork and create the file. > + <data dest="${bundle}/Contents/Resources"> + ${project}/Spek.icns + </data --> + + <data dest='${bundle}/Contents/Resources/etc/gtk-2.0/gtkrc'> + ${prefix}/share/themes/Quartz/gtk-2.0/gtkrc + </data> +</app-bundle>