xmpedit

GTK+ editor for XMP metadata embedded in images
git clone https://code.djc.id.au/git/xmpedit/
commit 91cd4a9dd12000a65e71661f12c26d1769b981cf
parent 6d7829a6c0ede59f131ddd66c00b86a3f51c9bab
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 22 Aug 2010 14:17:42 +1000

--save-temps is handy for debugging

Diffstat:
Mbuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build b/build
@@ -20,7 +20,7 @@ def files_under(path):
     return result
 
 def compile_vala(sources, target, pkgs=[], defs=[]):
-    invoke(['valac', '-g', '-d', 'target', '-o', target] +
+    invoke(['valac', '-g', '--save-temps', '-d', 'target', '-o', target] +
            ['--pkg=%s' % pkg for pkg in pkgs] +
            ['--define=%s' % define for define in defs] +
            sources)