blob: 977630ad151d1d36bba34351d61feb955c325b4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?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.units"
factory="e_calendar_weather_temperature"/>
<item
type="item_table"
path="00.general/00.source/60.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>
|