[grilo-plugins] [metadata-store] Add plugin's XML file
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] [metadata-store] Add plugin's XML file
- Date: Mon, 14 Jun 2010 10:30:02 +0000 (UTC)
commit b9ac6945d438e88fdd810deeeef0138b3d04b278
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Jun 11 21:44:08 2010 +0200
[metadata-store] Add plugin's XML file
src/metadata-store/Makefile.am | 5 +++++
src/metadata-store/libgrlmetadatastore.xml | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/src/metadata-store/Makefile.am b/src/metadata-store/Makefile.am
index 4f6e9d2..4a51603 100644
--- a/src/metadata-store/Makefile.am
+++ b/src/metadata-store/Makefile.am
@@ -19,6 +19,11 @@ libgrlmetadatastore_la_SOURCES = grl-metadata-store.c grl-metadata-store.h
libdir=$(GRL_PLUGINS_DIR)
+metadatastorelibxmldir = $(libdir)
+metadatastorelibxml_DATA = libgrlmetadatastore.xml
+
+EXTRA_DIR = $(metadatastorelibdata_DATA)
+
MAINTAINERCLEANFILES = \
*.in \
*~
diff --git a/src/metadata-store/libgrlmetadatastore.xml b/src/metadata-store/libgrlmetadatastore.xml
new file mode 100644
index 0000000..b8bbbb8
--- /dev/null
+++ b/src/metadata-store/libgrlmetadatastore.xml
@@ -0,0 +1,9 @@
+<plugin>
+ <info>
+ <name>Metadata Store</name>
+ <description>A plugin for storing extra metadata information</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]