[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/waf
From:       Richard Hughes <hughsient () gmail ! com>
Date:       2006-07-30 20:59:38
Message-ID: 1154293178.378166.8627.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568001 by rhughes:

add back the desktop.in support and make the intltool do it's thing quietly

 M  +9 -5      demos/gnome/data/wscript_build  
 M  +1 -1      wafadmin/Tools/gnome.py  


--- trunk/playground/devtools/waf/demos/gnome/data/wscript_build #568000:568001
@@ -2,14 +2,18 @@
 # encoding: utf-8
 # Thomas Nagy, 2006 (ita)
 
-#install the schema files to the prefix root
-#install_files('PREFIX', 'etc/gconf/schemas', 'gnome_test.schemas')
+# process .in files with intl_tool
 
-# process .in files with intl_tool
 obj=bld.createObj('gnome_intltool')
 obj.sources = 'gnome_test.schemas.in'
 obj.destvar = 'PREFIX'
-obj.subdir  = 'etc'
+obj.subdir  = 'etc/gconf/schemas'
 obj.podir   = '../po'
+obj.flags   = '-s'
+
+obj=bld.createObj('gnome_intltool')
+obj.sources = 'gnome_test.desktop.in'
+obj.destvar = 'PREFIX'
+obj.subdir  = 'usr/share/gnome/autostart'
+obj.podir   = '../po'
 obj.flags   = '-d'
-
--- trunk/playground/devtools/waf/wafadmin/Tools/gnome.py #568000:568001
@@ -144,7 +144,7 @@
 	Action.simple_action('sgml2man', '${SGML2MAN} -o ${TGT[0].bld_dir(env)} ${SRC}', color='BLUE')
 	Action.simple_action( \
 		'intltool', \
-		'${INTLTOOL} ${INTLFLAGS} -u -c ${INTLCACHE} ${INTLPODIR} ${SRC} ${TGT}', \
+		'${INTLTOOL} ${INTLFLAGS} -q -u -c ${INTLCACHE} ${INTLPODIR} ${SRC} ${TGT}', \
 		color='BLUE')
 
 	Object.register('gnome_translations', gnome_translations)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic