]> git.donarmstrong.com Git - roundcube.git/blob - plugins/vcard_attachments/package.xml
Imported Debian patch 0.5.1+dfsg-7
[roundcube.git] / plugins / vcard_attachments / package.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3     http://pear.php.net/dtd/tasks-1.0.xsd
4     http://pear.php.net/dtd/package-2.0
5     http://pear.php.net/dtd/package-2.0.xsd">
6         <name>vcard_attachments</name>
7         <channel>pear.roundcube.net</channel>
8         <summary>vCard handler for Roundcube</summary>
9         <description>This plugin detects vCard attachments/bodies and shows a button(s) to add them to address book</description>
10         <lead>
11                 <name>Thomas Bruederli</name>
12                 <user>thomasb</user>
13                 <email>roundcube@gmail.com</email>
14                 <active>yes</active>
15         </lead>
16         <lead>
17                 <name>Aleksander Machniak</name>
18                 <user>alec</user>
19                 <email>alec@alec.pl</email>
20                 <active>yes</active>
21         </lead>
22         <date>2010-10-14</date>
23         <time>19:00</time>
24         <version>
25                 <release>3.0</release>
26                 <api>3.0</api>
27         </version>
28         <stability>
29                 <release>stable</release>
30                 <api>stable</api>
31         </stability>
32         <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
33         <notes>
34 - Exec contact_create hook when adding contact (#1486964)
35 - Make icons skinable
36 - Display vcard icon on messages list when message is of type vcard
37     </notes>
38         <contents>
39                 <dir baseinstalldir="/" name="/">
40                         <file name="vcard_attachments.php" role="php">
41                                 <tasks:replace from="@name@" to="name" type="package-info"/>
42                                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
43                         </file>
44                         <file name="vcardattach.js" role="data">
45                                 <tasks:replace from="@name@" to="name" type="package-info"/>
46                                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
47                         </file>
48                         <file name="localization/cs_CZ.inc" role="data"></file>
49                         <file name="localization/en_US.inc" role="data"></file>
50                         <file name="localization/de_CH.inc" role="data"></file>
51                         <file name="localization/de_DE.inc" role="data"></file>
52                         <file name="localization/es_ES.inc" role="data"></file>
53                         <file name="localization/et_EE.inc" role="data"></file>
54                         <file name="localization/it_IT.inc" role="data"></file>
55                         <file name="localization/ja_JP.inc" role="data"></file>
56                         <file name="localization/es_ES.inc" role="data"></file>
57                         <file name="localization/pl_PL.inc" role="data"></file>
58                         <file name="localization/ru_RU.inc" role="data"></file>
59                         <file name="localization/sv_SE.inc" role="data"></file>
60                         <file name="localization/zh_TW.inc" role="data"></file>
61                         <file name="skins/default/vcard_add_contact.png" role="data"></file>
62                         <file name="skins/default/vcard.png" role="data"></file>
63                 </dir>
64                 <!-- / -->
65         </contents>
66         <dependencies>
67                 <required>
68                         <php>
69                                 <min>5.2.1</min>
70                         </php>
71                         <pearinstaller>
72                                 <min>1.7.0</min>
73                         </pearinstaller>
74                 </required>
75         </dependencies>
76         <phprelease/>
77         <changelog>
78             <release>
79                 <date>2010-04-28</date>
80                 <time>12:00:00</time>
81             <version>
82                         <release>2.0</release>
83                         <api>2.0</api>
84                 </version>
85                 <stability>
86                         <release>stable</release>
87                         <api>stable</api>
88                 </stability>
89                 <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
90                 <notes>
91 - Added support for Content-Type: text/directory; profile=vCard
92 - Added handler for message bodies of type vCard (#1486683)
93 - Added support for more than one vCard attachment/body
94 - Added support for more than one contact in one vCard file
95 - Created package.xml
96             </notes>
97         </release>
98         </changelog>
99 </package>