[PATCH 20/28] [podcasts] Add plugin's XML file



---
 src/podcasts/Makefile.am        |    5 +++++
 src/podcasts/libgrlpodcasts.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 src/podcasts/libgrlpodcasts.xml

diff --git a/src/podcasts/Makefile.am b/src/podcasts/Makefile.am
index 3022b0f..a4925b7 100644
--- a/src/podcasts/Makefile.am
+++ b/src/podcasts/Makefile.am
@@ -23,6 +23,11 @@ libgrlpodcasts_la_SOURCES = grl-podcasts.c grl-podcasts.h
 
 libdir=$(GRL_PLUGINS_DIR)
 
+podcastslibxmldir	= $(libdir)
+podcastslibxml_DATA	= libgrlpodcasts.xml
+
+EXTRA_DIR = $(podcastslibdata_DATA)
+
 MAINTAINERCLEANFILES =	\
 	*.in		\
 	*~
diff --git a/src/podcasts/libgrlpodcasts.xml b/src/podcasts/libgrlpodcasts.xml
new file mode 100644
index 0000000..1222f5c
--- /dev/null
+++ b/src/podcasts/libgrlpodcasts.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>Podcasts</name>
+    <description>A plugin for browsing podcasts</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]