Changed the installation path and fixed the homepage url

This commit is contained in:
Alexander Zhirov 2021-10-21 19:05:34 +03:00
parent 2c02ad6001
commit f04c2b99f1
2 changed files with 27 additions and 31 deletions

View File

@ -8,8 +8,7 @@ component : network.mail
summary : DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway summary : DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway
description: | description: |
DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts to allow recipient address completion in mail compose window and full calendar support with attendees free/busy display. DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts to allow recipient address completion in mail compose window and full calendar support with attendees free/busy display.
homepage : | homepage : davmail.sourceforge.net
http://davmail.sourceforge.net/
networking : true networking : true
builddeps : builddeps :
- openjdk-8 - openjdk-8
@ -20,11 +19,10 @@ rundeps :
build : | build : |
JAVA_HOME=/usr/lib64/openjdk-8 ant JAVA_HOME=/usr/lib64/openjdk-8 ant
install : | install : |
install -D -d -m 00755 $installdir/opt/davmail/lib install -D -d -m 00755 $installdir/usr/share/davmail/lib
unzip -q $(find dist/ -name "davmail-*-trunk.zip" -type f) -d source/ unzip -q $(find dist/ -name "davmail-*-trunk.zip" -type f) -d source/
install -m 00644 source/lib/* $installdir/opt/davmail/lib/ install -m 00644 source/lib/* $installdir/usr/share/davmail/lib/
install -m 00644 source/davmail.jar $installdir/opt/davmail/ install -m 00644 source/davmail.jar $installdir/usr/share/davmail/
sed -i -e 's:/usr/share/davmail/:/opt/davmail/:g' source/davmail
install -D -d -m 00755 $installdir/usr/bin install -D -d -m 00755 $installdir/usr/bin
install -m 00755 source/davmail $installdir/usr/bin/davmail install -m 00755 source/davmail $installdir/usr/bin/davmail
install -D -d -m 00755 $installdir/usr/share/icons/hicolor/128x128/apps install -D -d -m 00755 $installdir/usr/share/icons/hicolor/128x128/apps
@ -33,4 +31,3 @@ install : |
install -m 00644 src/desktop/davmail.desktop $installdir/usr/share/applications/ install -m 00644 src/desktop/davmail.desktop $installdir/usr/share/applications/
install -D -d -m 00755 $installdir/usr/share/metainfo install -D -d -m 00755 $installdir/usr/share/metainfo
install -m 00644 src/appstream/org.davmail.DavMail.appdata.xml $installdir/usr/share/metainfo/ install -m 00644 src/appstream/org.davmail.DavMail.appdata.xml $installdir/usr/share/metainfo/

View File

@ -1,8 +1,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>davmail</Name> <Name>davmail</Name>
<Homepage>http://davmail.sourceforge.net/ <Homepage>davmail.sourceforge.net</Homepage>
</Homepage>
<Packager> <Packager>
<Name>Alexander Zhirov</Name> <Name>Alexander Zhirov</Name>
<Email>alexander@zhirov.website</Email> <Email>alexander@zhirov.website</Email>
@ -21,30 +20,30 @@
</Description> </Description>
<PartOf>network.mail</PartOf> <PartOf>network.mail</PartOf>
<Files> <Files>
<Path fileType="data">/opt/davmail/davmail.jar</Path>
<Path fileType="data">/opt/davmail/lib/activation-1.1.1.jar</Path>
<Path fileType="data">/opt/davmail/lib/commons-codec-1.11.jar</Path>
<Path fileType="data">/opt/davmail/lib/commons-collections-3.1.jar</Path>
<Path fileType="data">/opt/davmail/lib/commons-logging-1.0.4.jar</Path>
<Path fileType="data">/opt/davmail/lib/htmlcleaner-2.21.jar</Path>
<Path fileType="data">/opt/davmail/lib/httpclient-4.5.6.jar</Path>
<Path fileType="data">/opt/davmail/lib/httpcore-4.4.10.jar</Path>
<Path fileType="data">/opt/davmail/lib/jackrabbit-webdav-2.14.6.jar</Path>
<Path fileType="data">/opt/davmail/lib/jacocoant-0.8.5.jar</Path>
<Path fileType="data">/opt/davmail/lib/javax.mail-1.5.6.jar</Path>
<Path fileType="data">/opt/davmail/lib/jcharset-2.0.jar</Path>
<Path fileType="data">/opt/davmail/lib/jcifs-1.3.14.jar</Path>
<Path fileType="data">/opt/davmail/lib/jdom-1.0.jar</Path>
<Path fileType="data">/opt/davmail/lib/jettison-1.4.0.jar</Path>
<Path fileType="data">/opt/davmail/lib/log4j-1.2.16.jar</Path>
<Path fileType="data">/opt/davmail/lib/slf4j-api-1.7.25.jar</Path>
<Path fileType="data">/opt/davmail/lib/slf4j-log4j12-1.7.25.jar</Path>
<Path fileType="data">/opt/davmail/lib/sonarqube-ant-task-2.7.0.1612.jar</Path>
<Path fileType="data">/opt/davmail/lib/stax-api-1.0.1.jar</Path>
<Path fileType="data">/opt/davmail/lib/stax2-api-3.1.1.jar</Path>
<Path fileType="data">/opt/davmail/lib/woodstox-core-6.2.0.jar</Path>
<Path fileType="executable">/usr/bin/davmail</Path> <Path fileType="executable">/usr/bin/davmail</Path>
<Path fileType="data">/usr/share/applications/davmail.desktop</Path> <Path fileType="data">/usr/share/applications/davmail.desktop</Path>
<Path fileType="data">/usr/share/davmail/davmail.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/activation-1.1.1.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/commons-codec-1.11.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/commons-collections-3.1.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/commons-logging-1.0.4.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/htmlcleaner-2.21.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/httpclient-4.5.6.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/httpcore-4.4.10.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jackrabbit-webdav-2.14.6.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jacocoant-0.8.5.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/javax.mail-1.5.6.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jcharset-2.0.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jcifs-1.3.14.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jdom-1.0.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jettison-1.4.0.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/log4j-1.2.16.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/slf4j-api-1.7.25.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/slf4j-log4j12-1.7.25.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/sonarqube-ant-task-2.7.0.1612.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/stax-api-1.0.1.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/stax2-api-3.1.1.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/woodstox-core-6.2.0.jar</Path>
<Path fileType="data">/usr/share/icons/hicolor/128x128/apps/davmail.png</Path> <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/davmail.png</Path>
<Path fileType="data">/usr/share/metainfo/org.davmail.DavMail.appdata.xml</Path> <Path fileType="data">/usr/share/metainfo/org.davmail.DavMail.appdata.xml</Path>
</Files> </Files>