[hamster-applet] gnome3 des convinced me to can the extension bit. will be moving that in a separate project on githu



commit 80ce3dd62dae55f0705189fbdb82f083d983a78d
Author: Toms BauÄis <toms baugis gmail com>
Date:   Thu Jul 14 22:12:37 2011 +0300

    gnome3 des convinced me to can the extension bit. will be moving that in a separate project on github

 src/shell_extension/extension.js   |  349 ------------------------------------
 src/shell_extension/metadata.json  |    7 -
 src/shell_extension/stylesheet.css |   18 --
 wscript                            |   12 --
 4 files changed, 0 insertions(+), 386 deletions(-)
---
diff --git a/wscript b/wscript
index d512a12..3efcf57 100644
--- a/wscript
+++ b/wscript
@@ -77,14 +77,6 @@ def build(bld):
     bld.install_files('${DATADIR}/dockmanager/metadata',
                       'src/docky_control/2.1/hamster_control.py.info')
 
-    # gnome shell applet
-    bld.install_files('${DATADIR}/gnome-shell/extensions/hamster gnome org',
-                      'src/shell_extension/*')
-
-    # the gsettings schemas - TODO - use whatever default tools there are
-    bld.install_files('${DATADIR}/glib-2.0/schemas',
-                      'data/hamster-applet.gschema.xml')
-
     bld.new_task_gen("subst",
                      source= "org.gnome.hamster.service.in",
                      target= "org.gnome.hamster.service",
@@ -101,10 +93,6 @@ def build(bld):
         gnome.postinstall_schemas('hamster-applet') # Installing GConf schemas
         gnome.postinstall_icons() # Updating the icon cache
 
-        if bld.is_install:
-            print "Compiling schema"
-            ctx.exec_command("glib-compile-schemas '%s'" % os.path.join(ctx.env['DATADIR'], "glib-2.0", "schemas"))
-
 
     bld.add_post_fun(post)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]