[Xfce4-commits] <xfce4-screenshooter:master> Generate the marshall header in lib/.

Jérôme Guelfucci jeromeg at xfce.org
Fri Aug 14 00:46:01 CEST 2009


Updating branch refs/heads/master
         to ce82cb11bbe9da5ce0eeb683d59081c59a37f843 (commit)
       from 6463df2dbb5c67fa9a39804ab414cd92f3d109b9 (commit)

commit ce82cb11bbe9da5ce0eeb683d59081c59a37f843
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Fri Aug 14 00:46:31 2009 +0200

    Generate the marshall header in lib/.
    
    Add the module.xml file.

 ChangeLog   |    6 ++++++
 Makefile.am |    4 ++--
 module.xml  |   20 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2b4163f..6793b39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-14 jeromeg
+
+Generate the marshall header in lib/.
+
+Add the module.xml file.
+
 2009-08-12 jeromeg
 
 Fix opening of screenshots with an application.
diff --git a/Makefile.am b/Makefile.am
index 635bc5a..e502f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,9 +59,9 @@ BUILT_SOURCES =	$(lib_libscreenshooter_built_sources)
 lib/screenshooter-marshal.h: lib/stamp-screenshooter-marshal.h
 	@true
 lib/stamp-screenshooter-marshal.h: lib/screenshooter-marshal.list
-	( cd $(top_srcdir)/lib && glib-genmarshal \
+	cd $(top_srcdir)/lib && (glib-genmarshal \
 		--prefix=_screenshooter_marshal \
-		--header screenshooter-marshal.list ) >> xgen-emh \
+		--header screenshooter-marshal.list) >> xgen-emh \
 	&& ( cmp -s xgen-emh screenshooter-marshal.h || cp xgen-emh screenshooter-marshal.h ) \
 	&& rm -f xgen-emh \
 	&& echo timestamp > $(@F)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..32b1559
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/"
+         xmlns:gnome="http://api.gnome.org/doap-extensions#"
+         xmlns="http://usefulinc.com/ns/doap#">
+
+  <name xml:lang="en">Xfce4 Screenshooter</name>
+  <shortdesc xml:lang="en">An application to take screenshots</shortdesc>
+  <homepage rdf:resource="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce/"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jérôme Guelfucci</foaf:name>
+      <foaf:mbox>mailto:jeromeg at xfce.org</foaf:mbox>
+      <gnome:userid>jeromeg</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



More information about the Xfce4-commits mailing list