First go at using Gtk3. Everything builds but there is stuff (Pango modules) missing...
[moonshot-ui.git] / mac / moonshot-ui.bundle
index ae0b2e7..5a8f85e 100644 (file)
 
     <!-- Not implemented: Optional runtime, could be python or mono
          for example.
-    -->
+    --> 
     <!-- runtime copy="yes">/usr/bin/python</runtime -->
     <!-- Indicate the active gtk version to use. This is needed only
          for gtk+-3.0 projects. -->
-    <gtk>gtk+-2.0</gtk>
+    <gtk>gtk+-3.0</gtk>
   </meta>
 
   <!-- The special macro "${project}" refers to the directory where
        to the correct library subdirectory for the specified gtk
        version.
   -->
+       <!--      ${prefix}/lib/${gtkdir}/modules/*.so -->
   <binary>
-     ${prefix}/lib/${gtkdir}/modules/*.so
+         ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
   </binary>
-
   <!-- Copy in GTK+ theme engines and print backends. Note the use of the
        "${pkg:module:variable}" macro, which evaluates to a pkg-config
        variable in the specified module. Note that any libraries that
        binaries link to are also copied in automatically.  Note also
        the included ${gtk} macro, which gets the correct package name
        to get. -->
-  <binary>
-    ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so
-  </binary>
+
   <binary>
     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
   </binary>
 
-<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
-  <binary>
-    ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.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 name="gtk20">
+  <translations name="gtk30">
     ${prefix}/share/locale
   </translations>
 
@@ -98,7 +92,7 @@
     ${prefix}/share/moonshot-ui
   </data -->
 
-  <!-- Copy in the themes data. You may want to trim this to save space
+  <!-- Copy in the themes data. You may want to trim this to save space 
        in your bundle. -->
   <data>
     ${prefix}/share/themes
        needed for the "hicolor" base theme.
   >-->
   <icon-theme icons="all">
+    Gnome
+  </icon-theme>
+  <icon-theme icons="auto">
     Tango
   </icon-theme>
-
 </app-bundle>