Compare commits

...

5 Commits
1 ... master

Author SHA1 Message Date
Alexander Zhirov 5ca62e185f aupdate to 6.1.0 2023-05-12 09:09:52 +03:00
Alexander Zhirov ccb7901bb6 v6.0.1 2023-05-12 08:16:08 +03:00
Alexander Zhirov 9fc26f8906 using openjdk-11 2021-10-22 18:40:59 +03:00
Alexander Zhirov df69d5af48 package assembly scheme has been changed 2021-10-22 02:51:38 +03:00
Alexander Zhirov bf86842fa7 editing package assembly 2021-10-22 02:35:34 +03:00
5 changed files with 49 additions and 30 deletions

View File

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

6
src/MAINTAINERS.md Normal file
View File

@ -0,0 +1,6 @@
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

13
src/files/davmail Normal file
View File

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

View File

@ -1,12 +1,12 @@
<PISI>
<Source>
<Name>davmail</Name>
<Homepage>davmail.sourceforge.net</Homepage>
<Homepage>http://davmail.sourceforge.net</Homepage>
<Packager>
<Name>Alexander Zhirov</Name>
<Email>alexander@zhirov.website</Email>
<Email>azhirov1991@gmail.com</Email>
</Packager>
<License>GPL-2.0-only</License>
<License>GPL-2.0-or-later</License>
<PartOf>network.mail</PartOf>
<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.
@ -36,25 +36,25 @@
<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/jettison-1.5.3.jar</Path>
<Path fileType="data">/usr/share/davmail/lib/log4j-1.2.17.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/davmail/lib/woodstox-core-6.4.0.jar</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>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-21</Date>
<Version>6.0.0</Version>
<Update release="4">
<Date>2023-05-12</Date>
<Version>6.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Alexander Zhirov</Name>
<Email>alexander@zhirov.website</Email>
<Email>azhirov1991@gmail.com</Email>
</Update>
</History>
</PISI>