Compare commits

..

No commits in common. "master" and "1" have entirely different histories.
master ... 1

5 changed files with 30 additions and 49 deletions

View File

@ -10,9 +10,6 @@
``` ```
├── src ├── src
│ ├── files
│ │ └── davmail
│ ├── MAINTAINERS.md
│ ├── Makefile │ ├── Makefile
│ ├── package.yml │ ├── package.yml
│ └── pspec_x86_64.xml │ └── pspec_x86_64.xml

View File

@ -1,6 +0,0 @@
This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
- Alexander Zhirov
- IRC: alexanderzhirov
- Telegram: alexanderzhirov
- Email: azhirov1991@gmail.com

View File

@ -1,13 +0,0 @@
#!/bin/sh
JAVA_OPTS="-Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2"
if [ -z "$JAVA_HOME" ]; then
export JAVA_HOME=/usr/lib64/openjdk-17
fi
if [ -z "$JAVA" ]; then
export JAVA=$JAVA_HOME/bin/java
fi
exec ${JAVA} $JAVA_OPTS -cp /usr/share/davmail/davmail.jar:/usr/share/davmail/lib/* davmail.DavGateway "$@"

View File

@ -1,30 +1,33 @@
name : davmail name : davmail
version : 6.1.0 version : 6.0.0
release : 4 release : 1
source : source :
- https://sourceforge.net/projects/davmail/files/davmail/6.1.0/davmail-src-6.1.0-3423.tgz : 08e7103d14e9f05ec269caceef7585dcf8be202a35c471fa6fc12729cf99ef2f - https://sourceforge.net/projects/davmail/files/davmail/6.0.0/davmail-src-6.0.0-3375.tgz/download : 2d719188671f7a621c82ce7bc6d1d781ed18c8d52a9af23e7bc5288df2b649a5
homepage : http://davmail.sourceforge.net license : GPL-2.0-only
license : GPL-2.0-or-later
component : network.mail 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 : davmail.sourceforge.net
networking : true networking : true
builddeps : builddeps :
- openjdk-8
- apache-ant - apache-ant
- openjdk-17 - unzip
rundeps : rundeps :
- openjdk-17 - openjdk-8
build : | build : |
JAVA_HOME=/usr/lib64/openjdk-17 ant JAVA_HOME=/usr/lib64/openjdk-8 ant
install : | install : |
install -dm00644 $installdir/usr/share/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 -m00644 source/lib/* $installdir/usr/share/davmail/lib/ install -m 00644 source/lib/* $installdir/usr/share/davmail/lib/
install -m00644 source/davmail.jar $installdir/usr/share/davmail/ install -m 00644 source/davmail.jar $installdir/usr/share/davmail/
install -Dm00644 src/icon/davmail.png $installdir/usr/share/icons/hicolor/128x128/apps/davmail.png install -D -d -m 00755 $installdir/usr/bin
install -Dm00644 src/desktop/davmail.desktop $installdir/usr/share/applications/davmail.desktop install -m 00755 source/davmail $installdir/usr/bin/davmail
install -Dm00644 src/appstream/org.davmail.DavMail.appdata.xml $installdir/usr/share/metainfo/org.davmail.DavMail.appdata.xml install -D -d -m 00755 $installdir/usr/share/icons/hicolor/128x128/apps
install -m 00644 src/icon/davmail.png $installdir/usr/share/icons/hicolor/128x128/apps/
# Install custom executable file with proper path of execute install -D -d -m 00755 $installdir/usr/share/applications
install -Dm00755 $pkgfiles/davmail $installdir/usr/bin/davmail install -m 00644 src/desktop/davmail.desktop $installdir/usr/share/applications/
install -D -d -m 00755 $installdir/usr/share/metainfo
install -m 00644 src/appstream/org.davmail.DavMail.appdata.xml $installdir/usr/share/metainfo/

View File

@ -1,12 +1,12 @@
<PISI> <PISI>
<Source> <Source>
<Name>davmail</Name> <Name>davmail</Name>
<Homepage>http://davmail.sourceforge.net</Homepage> <Homepage>davmail.sourceforge.net</Homepage>
<Packager> <Packager>
<Name>Alexander Zhirov</Name> <Name>Alexander Zhirov</Name>
<Email>azhirov1991@gmail.com</Email> <Email>alexander@zhirov.website</Email>
</Packager> </Packager>
<License>GPL-2.0-or-later</License> <License>GPL-2.0-only</License>
<PartOf>network.mail</PartOf> <PartOf>network.mail</PartOf>
<Summary xml:lang="en">DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway</Summary> <Summary xml:lang="en">DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway</Summary>
<Description xml:lang="en">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. <Description xml:lang="en">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.
@ -36,25 +36,25 @@
<Path fileType="data">/usr/share/davmail/lib/jcharset-2.0.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/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/jdom-1.0.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/jettison-1.5.3.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.17.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-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/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/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/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/stax2-api-3.1.1.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/woodstox-core-6.4.0.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>
</Package> </Package>
<History> <History>
<Update release="4"> <Update release="1">
<Date>2023-05-12</Date> <Date>2021-10-21</Date>
<Version>6.1.0</Version> <Version>6.0.0</Version>
<Comment>Packaging update</Comment> <Comment>Packaging update</Comment>
<Name>Alexander Zhirov</Name> <Name>Alexander Zhirov</Name>
<Email>azhirov1991@gmail.com</Email> <Email>alexander@zhirov.website</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>