aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
diff options
context:
space:
mode:
authorDavid Trowbridge <trowbrds@cs.colorado.edu>2005-01-07 19:35:33 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-01-07 19:35:33 +0800
commitc1d17ad26db6796ad5896ca67d82b489e99f55b5 (patch)
treefd9edc5c6706a54e009c288737cb2c62b7b9ace3 /plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
parenta905f182cebf36afd4c26f40de1dd5375c45265d (diff)
downloadgsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar.gz
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar.bz2
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar.lz
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar.xz
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.tar.zst
gsoc2013-evolution-c1d17ad26db6796ad5896ca67d82b489e99f55b5.zip
Initial import of weather properties plugin
2004-01-06 David Trowbridge <trowbrds@cs.colorado.edu> * Initial import of weather properties plugin svn path=/trunk/; revision=28265
Diffstat (limited to 'plugins/calendar-weather/org-gnome-calendar-weather.eplug.in')
-rw-r--r--plugins/calendar-weather/org-gnome-calendar-weather.eplug.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
new file mode 100644
index 0000000000..9a9357d0b9
--- /dev/null
+++ b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin
+ type="shlib"
+ location="@PLUGINDIR@/liborg-gnome-calendar-weather.so"
+ id="org.gnome.evolution.calendar.weather"
+ name="Weather Calendars">
+ <description>Provides core functionality for weather calendars</description>
+ <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
+ <hook class="org.gnome.evolution.calendar.config:1.0">
+ <group
+ target="source"
+ id="org.gnome.evolution.calendar.calendarProperties"
+ check="e_calendar_weather_check">
+ <item
+ type="item_table"
+ path="00.general/00.source/40.location"
+ factory="e_calendar_weather_location"/>
+ <item
+ type="item_table"
+ path="00.general/00.source/50.tempFormat"
+ factory="e_calendar_weather_temperature"/>
+ <item
+ type="item_table"
+ path="00.general/00.source/60.snowfallFormat"
+ factory="e_calendar_weather_snowfall"/>
+ <item
+ type="item_table"
+ path="00.general/00.source/70.refresh"
+ factory="e_calendar_weather_refresh"/>
+ </group>
+ </hook>
+ <hook class="org.gnome.evolution.calendar.events:1.0">
+ <event target="component" id="component.migration" handle="e_calendar_weather_migrate"/>
+ </hook>
+ </e-plugin>
+</e-plugin-list>