blob: 16cd61afc82e0246183f113e3c8f0e0fa951a868 (
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
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin id="org.gnome.evolution.google" type="shlib" _name="Google Calendars"
location="@PLUGINDIR@/liborg-gnome-evolution-google@SOEXT@" load-on-startup="false" localedir = "@LOCALEDIR@" system_plugin="true">
<author name="Ebby Wiselyn" email="ebbywiselyn@gmail.com"/>
<author name="Joergen Scheibengruber" email="joergen.scheibengruber@googlemail.com"/>
<_description>Add Google Calendars to Evolution.</_description>
<hook class="org.gnome.evolution.calendar.config:1.0">
<group target="source" id="org.gnome.evolution.calendar.calendarProperties" check="plugin_google_check">
<item type="item_table" path="00.general/00.source/99.google" factory="plugin_google"/>
</group>
</hook>
<hook class="org.gnome.evolution.calendar.events:1.0">
<event target="module" id="module.migration" handle="e_calendar_google_migrate"/>
</hook>
<hook class="org.gnome.evolution.addressbook.config:1.0">
<group target="source" id="com.novell.evolution.addressbook.config.accountEditor" check="plugin_google_contacts_check">
<item type="item" path="00.general/10.display/99.google" factory="plugin_google_contacts"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>
|