[PATCH 14/28] [jamendo] Add plugin's XML file
- From: Joaquim Rocha <jrocha igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 14/28] [jamendo] Add plugin's XML file
- Date: Fri, 11 Jun 2010 21:44:04 +0200
---
src/jamendo/Makefile.am | 5 +++++
src/jamendo/libgrljamendo.xml | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 src/jamendo/libgrljamendo.xml
diff --git a/src/jamendo/Makefile.am b/src/jamendo/Makefile.am
index 6a7529a..a5e5750 100644
--- a/src/jamendo/Makefile.am
+++ b/src/jamendo/Makefile.am
@@ -21,6 +21,11 @@ libgrljamendo_la_SOURCES = grl-jamendo.c grl-jamendo.h
libdir=$(GRL_PLUGINS_DIR)
+jamendolibxmldir = $(libdir)
+jamendolibxml_DATA = libgrljamendo.xml
+
+EXTRA_DIR = $(jamendolibdata_DATA)
+
MAINTAINERCLEANFILES = \
*.in \
*~
diff --git a/src/jamendo/libgrljamendo.xml b/src/jamendo/libgrljamendo.xml
new file mode 100644
index 0000000..e864cfe
--- /dev/null
+++ b/src/jamendo/libgrljamendo.xml
@@ -0,0 +1,9 @@
+<plugin>
+ <info>
+ <name>Jamendo</name>
+ <description>A plugin for browsing and searching Jamendo videos</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]