Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5ca62e185f | |
|
|
ccb7901bb6 |
|
|
@ -2,5 +2,5 @@ This file is used to indicate responsibility for the maintenance of this package
|
|||
|
||||
- Alexander Zhirov
|
||||
- IRC: alexanderzhirov
|
||||
- Telegram: @alexanderzhirov
|
||||
- Email: alexander@zhirov.website
|
||||
- Telegram: alexanderzhirov
|
||||
- Email: azhirov1991@gmail.com
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
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
|
||||
homepage : davmail.sourceforge.net
|
||||
- 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
|
||||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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>azhirov1991@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL-2.0-or-later</License>
|
||||
<PartOf>network.mail</PartOf>
|
||||
|
|
@ -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-22</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>
|
||||
Loading…
Reference in New Issue