Icon file that looks nearly correct
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Wed, 25 Jan 2012 10:23:51 +0000 (10:23 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Tue, 31 Jan 2012 09:25:03 +0000 (09:25 +0000)
mac/moonshot-ui.bundle

index 923dd91..ccdd0dd 100644 (file)
@@ -47,7 +47,8 @@
   -->
   <plist>${project}/moonshot-ui.plist</plist>
 
-    <main-binary>${prefix:installer-dir}bin/moonshot</main-binary>
+ <!--   <main-binary>${prefix:installer-dir}bin/moonshot</main-binary>-->
+    <main-binary>${prefix}/bin/moonshot</main-binary>
 
   <!-- Copy in GTK+ modules.  Note the ${gtkdir} macro, which expands
        to the correct library subdirectory for the specified gtk
     ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so
   </binary>
 
+<!-- DBUS -->
+       <binary>${prefix}/bin/dbus-*</binary>
+       <!-- system.conf and session.conf -->
+       <data>${prefix}/etc/dbus-1</data>
+       <!-- org.janet.Moonshot.service -->
+       <data>${prefix}/share/dbus-1</data>
+       <binary>${prefix}/libexec/dbus-daemon-launch-helper</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
@@ -83,7 +93,6 @@
     ${prefix}/share/locale
   </translations>
 
-
   <!-- Data to copy in, usually Glade/UI files, images, sounds files
        etc. The destination inside the bundle can be specified if the
        files should end up at a different location, by using the
 
   <!-- Copy in the themes data. You may want to trim this to save space
        in your bundle. -->
-  <data>
-    ${prefix}/share/themes
-  </data>
+       <data>${prefix}/share/themes/Default</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}/Giggle.icns
-  </data -->
+       <!-- App icon -->
+       <data dest="${bundle}/Contents/Resources">${project}/moonshot-ui.icns</data>
 
   <!-- This is where theme commands go. You can copy them in from your
        theme of choice if they provide and example, or you can just