[PATCH 12/28] [gravatar] Add plugin's XML file
- From: Joaquim Rocha <jrocha igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 12/28] [gravatar] Add plugin's XML file
- Date: Fri, 11 Jun 2010 21:44:02 +0200
---
src/gravatar/Makefile.am | 5 +++++
src/gravatar/libgrlgravatar.xml | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 src/gravatar/libgrlgravatar.xml
diff --git a/src/gravatar/Makefile.am b/src/gravatar/Makefile.am
index 027d102..4575db9 100644
--- a/src/gravatar/Makefile.am
+++ b/src/gravatar/Makefile.am
@@ -17,6 +17,11 @@ libgrlgravatar_la_SOURCES = grl-gravatar.c grl-gravatar.h
libdir=$(GRL_PLUGINS_DIR)
+gravatarlibxmldir = $(libdir)
+gravatarlibxml_DATA = libgrlgravatar.xml
+
+EXTRA_DIR = $(gravatarlibdata_DATA)
+
MAINTAINERCLEANFILES = \
*.in \
*~
diff --git a/src/gravatar/libgrlgravatar.xml b/src/gravatar/libgrlgravatar.xml
new file mode 100644
index 0000000..58f60d1
--- /dev/null
+++ b/src/gravatar/libgrlgravatar.xml
@@ -0,0 +1,9 @@
+<plugin>
+ <info>
+ <name>Avatar provider from Gravatar</name>
+ <description>A plugin to get avatars for artist and author fields</description>
+ <author>Igalia S.L.</author>
+ <license>LGPL</license>
+ <site>http://www.igalia.com</site>
+ </info>
+</plugin>
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]