From ce82cb11bbe9da5ce0eeb683d59081c59a37f843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Guelfucci?= <jeromeg@xfce.org> Date: Fri, 14 Aug 2009 00:46:31 +0200 Subject: [PATCH] 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(-) create mode 100644 module.xml diff --git a/ChangeLog b/ChangeLog index 2b4163fb..6793b395 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 635bc5a2..e502f848 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 00000000..32b1559d --- /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@xfce.org</foaf:mbox> + <gnome:userid>jeromeg</gnome:userid> + </foaf:Person> + </maintainer> +</Project> -- GitLab