This commit is contained in:
Alexander Zhirov 2023-05-12 08:16:08 +03:00
parent 9fc26f8906
commit ccb7901bb6
4 changed files with 18 additions and 20 deletions

View File

@ -1,6 +1,5 @@
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
- Alexander Zhirov
- IRC: alexanderzhirov
- Telegram: @alexanderzhirov
- Email: alexander@zhirov.website
- Email: alexander@zhirov.kz

View File

@ -3,7 +3,7 @@
JAVA_OPTS="-Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2"
if [ -z "$JAVA_HOME" ]; then
export JAVA_HOME=/usr/lib64/openjdk-11
export JAVA_HOME=/usr/lib64/openjdk-17
fi
if [ -z "$JAVA" ]; then

View File

@ -1,9 +1,9 @@
name : davmail
version : 6.0.0
release : 1
version : 6.0.1
release : 3
source :
- https://sourceforge.net/projects/davmail/files/davmail/6.0.0/davmail-src-6.0.0-3375.tgz/download : 2d719188671f7a621c82ce7bc6d1d781ed18c8d52a9af23e7bc5288df2b649a5
homepage : davmail.sourceforge.net
- https://sourceforge.net/projects/davmail/files/davmail/6.0.1/davmail-src-6.0.1-3390.tgz : ce3b33cd187787a30ccc136e75f1cdf197b0a2874c20ab3f3ea3e426b32b9ab1
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
@ -12,12 +12,11 @@ description: |
networking : true
builddeps :
- apache-ant
- openjdk-11
- unzip
- openjdk-17
rundeps :
- openjdk-11
- openjdk-17
build : |
JAVA_HOME=/usr/lib64/openjdk-11 ant
JAVA_HOME=/usr/lib64/openjdk-17 ant
install : |
install -dm00644 $installdir/usr/share/davmail/lib
unzip -q $(find dist/ -name "davmail-*-trunk.zip" -type f) -d source/

View File

@ -1,10 +1,10 @@
<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>alexander@zhirov.kz</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.mail</PartOf>
@ -49,12 +49,12 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-10-22</Date>
<Version>6.0.0</Version>
<Update release="3">
<Date>2022-12-25</Date>
<Version>6.0.1</Version>
<Comment>Packaging update</Comment>
<Name>Alexander Zhirov</Name>
<Email>alexander@zhirov.website</Email>
<Email>alexander@zhirov.kz</Email>
</Update>
</History>
</PISI>