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