[grilo-plugins] [gravatar] Add plugin's XML file
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] [gravatar] Add plugin's XML file
- Date: Mon, 14 Jun 2010 10:29:32 +0000 (UTC)
commit 48e55cbbd5cf0babe7a28b4d6d063f846bc200e9
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Jun 11 21:44:02 2010 +0200
[gravatar] Add plugin's XML file
src/gravatar/Makefile.am | 5 +++++
src/gravatar/libgrlgravatar.xml | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
---
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]