[grilo-plugins] [lastfm-albumart] Add plugin's XML file



commit 4944aa13ec270e3ec2fb762b9ad69045c5e44643
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jun 11 21:44:06 2010 +0200

    [lastfm-albumart] Add plugin's XML file

 src/lastfm-albumart/Makefile.am               |    5 +++++
 src/lastfm-albumart/libgrllastfm-albumart.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/src/lastfm-albumart/Makefile.am b/src/lastfm-albumart/Makefile.am
index 2e44f4d..43d58cd 100644
--- a/src/lastfm-albumart/Makefile.am
+++ b/src/lastfm-albumart/Makefile.am
@@ -21,6 +21,11 @@ libgrllastfm_albumart_la_SOURCES = grl-lastfm-albumart.c grl-lastfm-albumart.h
 
 libdir=$(GRL_PLUGINS_DIR)
 
+lastfmalbumartlibxmldir		= $(libdir)
+lastfmalbumartlibxml_DATA	= libgrllastfm-albumart.xml
+
+EXTRA_DIR = $(lastfmalbumartlibdata_DATA)
+
 MAINTAINERCLEANFILES =	\
 	*.in	\
 	*~
diff --git a/src/lastfm-albumart/libgrllastfm-albumart.xml b/src/lastfm-albumart/libgrllastfm-albumart.xml
new file mode 100644
index 0000000..f2b64dd
--- /dev/null
+++ b/src/lastfm-albumart/libgrllastfm-albumart.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>Album art Provider from Last.FM</name>
+    <description>A plugin for getting album arts using Last.FM as backend</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]