[hamster-applet] install the keybindings file



commit 894f2e7f490a94a3262a601644632c7ec6645883
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Aug 15 19:05:05 2010 +0100

    install the keybindings file

 data/wscript_build |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/wscript_build b/data/wscript_build
index cb94aa0..38d1973 100644
--- a/data/wscript_build
+++ b/data/wscript_build
@@ -35,6 +35,12 @@ bld.add_group()
 
 # process .in files with intl_tool
 bld(features = 'intltool_in',
+    source   = '90-hamster-applet.xml.in',
+    install_path = '${GNOME-KEYBINDINGS_keysdir}',
+    podir    = 'art', # any valid dir will do as we don't want the translations actually in (keybinder will get them)
+    flags    = ['-x', '-u', '-c'])
+
+bld(features = 'intltool_in',
     source   = 'hamster-applet.schemas.in',
     install_path = '${SYSCONFDIR}/gconf/schemas',
     podir    = '../po',



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