v6.0.1
This commit is contained in:
parent
9fc26f8906
commit
ccb7901bb6
|
@ -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.
|
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
|
- IRC: alexanderzhirov
|
||||||
- Telegram: @alexanderzhirov
|
- Email: alexander@zhirov.kz
|
||||||
- Email: alexander@zhirov.website
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
JAVA_OPTS="-Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2"
|
JAVA_OPTS="-Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2"
|
||||||
|
|
||||||
if [ -z "$JAVA_HOME" ]; then
|
if [ -z "$JAVA_HOME" ]; then
|
||||||
export JAVA_HOME=/usr/lib64/openjdk-11
|
export JAVA_HOME=/usr/lib64/openjdk-17
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$JAVA" ]; then
|
if [ -z "$JAVA" ]; then
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name : davmail
|
name : davmail
|
||||||
version : 6.0.0
|
version : 6.0.1
|
||||||
release : 1
|
release : 3
|
||||||
source :
|
source :
|
||||||
- https://sourceforge.net/projects/davmail/files/davmail/6.0.0/davmail-src-6.0.0-3375.tgz/download : 2d719188671f7a621c82ce7bc6d1d781ed18c8d52a9af23e7bc5288df2b649a5
|
- https://sourceforge.net/projects/davmail/files/davmail/6.0.1/davmail-src-6.0.1-3390.tgz : ce3b33cd187787a30ccc136e75f1cdf197b0a2874c20ab3f3ea3e426b32b9ab1
|
||||||
homepage : davmail.sourceforge.net
|
homepage : http://davmail.sourceforge.net
|
||||||
license : GPL-2.0-or-later
|
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
|
||||||
|
@ -12,12 +12,11 @@ description: |
|
||||||
networking : true
|
networking : true
|
||||||
builddeps :
|
builddeps :
|
||||||
- apache-ant
|
- apache-ant
|
||||||
- openjdk-11
|
- openjdk-17
|
||||||
- unzip
|
|
||||||
rundeps :
|
rundeps :
|
||||||
- openjdk-11
|
- openjdk-17
|
||||||
build : |
|
build : |
|
||||||
JAVA_HOME=/usr/lib64/openjdk-11 ant
|
JAVA_HOME=/usr/lib64/openjdk-17 ant
|
||||||
install : |
|
install : |
|
||||||
install -dm00644 $installdir/usr/share/davmail/lib
|
install -dm00644 $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/
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>davmail</Name>
|
<Name>davmail</Name>
|
||||||
<Homepage>davmail.sourceforge.net</Homepage>
|
<Homepage>http://davmail.sourceforge.net</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Alexander Zhirov</Name>
|
<Name>Alexander Zhirov</Name>
|
||||||
<Email>alexander@zhirov.website</Email>
|
<Email>alexander@zhirov.kz</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL-2.0-or-later</License>
|
<License>GPL-2.0-or-later</License>
|
||||||
<PartOf>network.mail</PartOf>
|
<PartOf>network.mail</PartOf>
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="3">
|
||||||
<Date>2021-10-22</Date>
|
<Date>2022-12-25</Date>
|
||||||
<Version>6.0.0</Version>
|
<Version>6.0.1</Version>
|
||||||
<Comment>Packaging update</Comment>
|
<Comment>Packaging update</Comment>
|
||||||
<Name>Alexander Zhirov</Name>
|
<Name>Alexander Zhirov</Name>
|
||||||
<Email>alexander@zhirov.website</Email>
|
<Email>alexander@zhirov.kz</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
Loading…
Reference in New Issue