Compare commits

..

3 Commits
2 ... 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
4 changed files with 23 additions and 24 deletions

View File

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

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-8
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.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
- openjfx-8
- 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 -dm00644 $installdir/usr/share/davmail/lib
unzip -q $(find dist/ -name "davmail-*-trunk.zip" -type f) -d source/
@ -26,6 +25,6 @@ install : |
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,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-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>