Replace package.xml with composer.json with a dependency to libkolab plugin

This commit is contained in:
Thomas Bruederli 2014-08-25 15:25:37 +02:00
parent 50f724a5d3
commit 8238c5ac8b
2 changed files with 26 additions and 67 deletions

View file

@ -0,0 +1,26 @@
{
"name": "kolab/kolab_tags",
"type": "roundcube-plugin",
"description": "Email tags plugin",
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
"license": "AGPLv3",
"version": "0.1-beta",
"authors": [
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libkolab": "1.1.0"
}
}

View file

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<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
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>kolab_tags</name>
<uri>http://git.kolab.org/roundcubemail-plugins-kolab/</uri>
<summary>Email tags plugin</summary>
<description>-</description>
<lead>
<name>Aleksander Machniak</name>
<user>machniak</user>
<email>machniak@kolabsys.com</email>
<active>yes</active>
</lead>
<date>2013-07-30</date>
<version>
<release>0.1-beta</release>
<api>0.1-beta</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.gnu.org/licenses/agpl.html">GNU AGPLv3</license>
<notes>-</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file name="kolab_tags.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
</file>
<file name="kolab_tags.js" role="data">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
</file>
<file name="lib/kolab_tags_backend.php" role="data">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
</file>
<file name="lib/kolab_tags_engine.php" role="data">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
</file>
<file name="LICENSE" role="data"></file>
<file name="localization/en_US.inc" role="data"></file>
<file name="skins/larry/images/icons.png" role="data"></file>
<file name="skins/larry/templates/ui.html" role="data"></file>
<file name="skins/larry/style.css" role="data"></file>
</dir>
<!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.3.1</min>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
<package>
<name>libkolab</name>
<uri>http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/libkolab</uri>
</package>
</required>
</dependencies>
<phprelease/>
</package>