mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
mail/claws-mail: Update to 3.20.0/4.2.0
- Resurrect fancy plugin for the GTK 3 version of Claws Mail. - Clean up dependencies. - Disable GDK deprecation warnings flooding the build log. - Enable i18n of the plugins. - Enable parallel build of plugins. PR: 275236 Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
This commit is contained in:
parent
5b84a5ddb7
commit
ec694eb958
18 changed files with 86 additions and 65 deletions
|
@ -48,6 +48,7 @@
|
||||||
SUBDIR += claws-mail-bsfilter
|
SUBDIR += claws-mail-bsfilter
|
||||||
SUBDIR += claws-mail-clamd
|
SUBDIR += claws-mail-clamd
|
||||||
SUBDIR += claws-mail-dillo
|
SUBDIR += claws-mail-dillo
|
||||||
|
SUBDIR += claws-mail-fancy
|
||||||
SUBDIR += claws-mail-fetchinfo
|
SUBDIR += claws-mail-fetchinfo
|
||||||
SUBDIR += claws-mail-gdata
|
SUBDIR += claws-mail-gdata
|
||||||
SUBDIR += claws-mail-keyword_warner
|
SUBDIR += claws-mail-keyword_warner
|
||||||
|
|
20
mail/claws-mail-fancy/Makefile
Normal file
20
mail/claws-mail-fancy/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
PORTNAME= fancy
|
||||||
|
|
||||||
|
COMMENT= Webkit based HTML renderer plugin for Claws Mail
|
||||||
|
WWW= https://www.claws-mail.org/plugins.php
|
||||||
|
|
||||||
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
|
|
||||||
|
.include "../claws-mail/Makefile.ver"
|
||||||
|
|
||||||
|
.if ${MASTER_OPTIONS:MGTK2}
|
||||||
|
IGNORE= depends on www/webkit-gtk2, which has been removed
|
||||||
|
.endif
|
||||||
|
.if ${MASTER_OPTIONS:MGTK3}
|
||||||
|
LIB_DEPENDS+= libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
||||||
|
.endif
|
||||||
|
|
||||||
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
|
.include "../claws-mail/Makefile.claws"
|
||||||
|
.include <bsd.port.mk>
|
1
mail/claws-mail-fancy/pkg-descr
Normal file
1
mail/claws-mail-fancy/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This plugin renders HTML e-mail using the WebKit library.
|
|
@ -7,5 +7,7 @@ LIB_DEPENDS= libgdata.so:devel/libgdata
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
|
IGNORE= temporarily removed from Claws Mail build
|
||||||
|
|
||||||
.include "../claws-mail/Makefile.claws"
|
.include "../claws-mail/Makefile.claws"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,12 +3,16 @@ PORTNAME= litehtml_viewer
|
||||||
COMMENT= Viewer plugin for HTML emails, using the litehtml library
|
COMMENT= Viewer plugin for HTML emails, using the litehtml library
|
||||||
WWW= https://www.claws-mail.org/plugins.php
|
WWW= https://www.claws-mail.org/plugins.php
|
||||||
|
|
||||||
USES+= compiler:c++11-lang gnome
|
|
||||||
USE_GNOME= cairo glib20
|
|
||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
|
libfreetype.so:print/freetype2 \
|
||||||
libgumbo.so:devel/gumbo \
|
libgumbo.so:devel/gumbo \
|
||||||
libcurl.so:ftp/curl
|
libcurl.so:ftp/curl
|
||||||
|
|
||||||
|
USE_GNOME= cairo glib20
|
||||||
|
|
||||||
|
# The configure script does not set REAL_CXX if CXX contains an absolute path.
|
||||||
|
CONFIGURE_ENV= REAL_CXX="${CXX}"
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
|
|
|
@ -3,6 +3,8 @@ PORTNAME= managesieve
|
||||||
COMMENT= Sieve filters manager for Claws Mail
|
COMMENT= Sieve filters manager for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=managesieve
|
WWW= https://www.claws-mail.org/plugin.php?plugin=managesieve
|
||||||
|
|
||||||
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
.include "../claws-mail/Makefile.claws"
|
.include "../claws-mail/Makefile.claws"
|
||||||
|
|
|
@ -3,17 +3,17 @@ PORTNAME= notification
|
||||||
COMMENT= New mail notification plugin for Claws Mail
|
COMMENT= New mail notification plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=notification
|
WWW= https://www.claws-mail.org/plugin.php?plugin=notification
|
||||||
|
|
||||||
|
LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||||
|
|
||||||
.include "../claws-mail/Makefile.ver"
|
.include "../claws-mail/Makefile.ver"
|
||||||
|
|
||||||
.if ${MASTER_OPTIONS:MGTK2}
|
.if ${MASTER_OPTIONS:MGTK2}
|
||||||
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra-gtk2
|
LIB_DEPENDS+= libcanberra-gtk.so:audio/libcanberra-gtk2
|
||||||
.endif
|
.endif
|
||||||
.if ${MASTER_OPTIONS:MGTK3}
|
.if ${MASTER_OPTIONS:MGTK3}
|
||||||
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3
|
LIB_DEPENDS+= libcanberra-gtk3.so:audio/libcanberra-gtk3
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
LIB_DEPENDS+= libnotify.so:devel/libnotify
|
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
.include "../claws-mail/Makefile.claws"
|
.include "../claws-mail/Makefile.claws"
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
PORTNAME= pdf_viewer
|
PORTNAME= pdf_viewer
|
||||||
PORTREVISION= 3
|
|
||||||
|
|
||||||
COMMENT= PDF and PostScript viewer plugin for Claws Mail
|
COMMENT= PDF and PostScript viewer plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=pdf_viewer
|
WWW= https://www.claws-mail.org/plugin.php?plugin=pdf_viewer
|
||||||
|
|
||||||
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
||||||
|
|
||||||
USES+= ghostscript
|
USES= ghostscript
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@ PORTNAME= perl
|
||||||
COMMENT= Perl filtering plugin for Claws Mail
|
COMMENT= Perl filtering plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=perl
|
WWW= https://www.claws-mail.org/plugin.php?plugin=perl
|
||||||
|
|
||||||
USES+= perl5 shebangfix
|
USES= perl5 shebangfix
|
||||||
SHEBANG_FILES= src/plugins/perl/tools/matcherrc2perlfilter.pl
|
SHEBANG_FILES= src/plugins/perl/tools/matcherrc2perlfilter.pl
|
||||||
|
|
||||||
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
PLIST_FILES= share/claws-mail/matcherrc2perlfilter.pl
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,8 @@ PORTNAME= pgp
|
||||||
COMMENT= PGP plugins for Claws Mail
|
COMMENT= PGP plugins for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=gpg
|
WWW= https://www.claws-mail.org/plugin.php?plugin=gpg
|
||||||
|
|
||||||
LIB_DEPENDS= libgpgme.so:security/gpgme
|
LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
|
||||||
|
libgpgme.so:security/gpgme
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
|
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,12 @@ CLAWS_PLUGINS+= pgp
|
||||||
|
|
||||||
.for _addon in ${CLAWS_PLUGINS:O}
|
.for _addon in ${CLAWS_PLUGINS:O}
|
||||||
. if exists(../claws-mail-${_addon})
|
. if exists(../claws-mail-${_addon})
|
||||||
|
_IGNORE!= ${MAKE} -C ../claws-mail-${_addon} -V IGNORE
|
||||||
|
. if ${_IGNORE} == ""
|
||||||
OPTIONS_DEFINE+= ${_addon:tu}
|
OPTIONS_DEFINE+= ${_addon:tu}
|
||||||
${_addon:tu}_DESC!= ${MAKE} -C ../claws-mail-${_addon} -V COMMENT
|
${_addon:tu}_DESC!= ${MAKE} -C ../claws-mail-${_addon} -V COMMENT
|
||||||
. endif
|
. endif
|
||||||
|
. endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
|
@ -4,7 +4,8 @@ PORTEPOCH= 4
|
||||||
COMMENT= RSS/Atom feed reader plugin for Claws Mail
|
COMMENT= RSS/Atom feed reader plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugins.php
|
WWW= https://www.claws-mail.org/plugins.php
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
|
libexpat.so:textproc/expat2
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,13 @@ PORTNAME= vcalendar
|
||||||
COMMENT= vCalendar plugin for Claws Mail
|
COMMENT= vCalendar plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=vcalendar
|
WWW= https://www.claws-mail.org/plugin.php?plugin=vcalendar
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
|
libical.so:devel/libical
|
||||||
|
|
||||||
|
USES= cpe
|
||||||
|
CPE_VENDOR= claws-mail
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
||||||
|
|
||||||
USES+= cpe
|
|
||||||
|
|
||||||
CPE_VENDOR= claws-mail
|
|
||||||
|
|
||||||
.include "../claws-mail/Makefile.claws"
|
.include "../claws-mail/Makefile.claws"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PORTNAME= claws-mail
|
PORTNAME= claws-mail
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= mail news
|
CATEGORIES= mail news
|
||||||
|
|
||||||
COMMENT= Lightweight and featureful GTK based e-mail and news client
|
COMMENT= Lightweight and featureful GTK based e-mail and news client
|
||||||
|
@ -8,26 +7,19 @@ WWW= https://www.claws-mail.org/
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
LIB_DEPENDS= libetpan.so:mail/libetpan \
|
||||||
libetpan.so:mail/libetpan \
|
|
||||||
libexpat.so:textproc/expat2 \
|
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
|
||||||
libfreetype.so:print/freetype2 \
|
|
||||||
libgcrypt.so:security/libgcrypt \
|
|
||||||
libgnutls.so:security/gnutls \
|
libgnutls.so:security/gnutls \
|
||||||
libharfbuzz.so:print/harfbuzz \
|
libnettle.so:security/nettle
|
||||||
libnettle.so:security/nettle \
|
|
||||||
libsasl2.so:security/cyrus-sasl2
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
|
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
|
||||||
mime-support>0:misc/mime-support
|
mime-support>0:misc/mime-support
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
|
USES= cpe desktop-file-utils pathfix perl5 python shebangfix xorg
|
||||||
gettext-tools gnome pathfix pkgconfig python shebangfix \
|
USE_GNOME= librsvg2
|
||||||
ssl xorg
|
|
||||||
USE_GNOME= cairo librsvg2
|
|
||||||
USE_XORG= ice sm
|
USE_XORG= ice sm
|
||||||
SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail
|
SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail
|
||||||
|
|
||||||
|
CPPFLAGS+= -DGDK_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \
|
OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \
|
||||||
THEMES
|
THEMES
|
||||||
OPTIONS_DEFAULT= COMPFACE ENCHANT GTK2 STARTUP THEMES
|
OPTIONS_DEFAULT= COMPFACE ENCHANT GTK2 STARTUP THEMES
|
||||||
|
@ -55,9 +47,6 @@ IPV6_CONFIGURE_ENABLE= ipv6
|
||||||
LDAP_USES= ldap
|
LDAP_USES= ldap
|
||||||
LDAP_CONFIGURE_ENABLE= ldap
|
LDAP_CONFIGURE_ENABLE= ldap
|
||||||
|
|
||||||
NLS_USES= gettext-tools
|
|
||||||
NLS_CONFIGURE_OFF= --disable-nls
|
|
||||||
|
|
||||||
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
||||||
STARTUP_CONFIGURE_ENABLE= startup-notification
|
STARTUP_CONFIGURE_ENABLE= startup-notification
|
||||||
|
|
||||||
|
@ -67,18 +56,6 @@ THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes
|
||||||
MASTER_OPTIONS= ${PORT_OPTIONS}
|
MASTER_OPTIONS= ${PORT_OPTIONS}
|
||||||
.include "Makefile.claws"
|
.include "Makefile.claws"
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGTK2}
|
|
||||||
USE_GNOME+= gtk20
|
|
||||||
|
|
||||||
PLIST_SUB+= GTK2=""
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= GTK2="@comment "
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGTK3}
|
|
||||||
USE_GNOME+= gtk30
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||||
${WRKSRC}/src/common/ssl.c
|
${WRKSRC}/src/common/ssl.c
|
||||||
|
|
|
@ -5,16 +5,32 @@ MAINTAINER= portmaster@bsdforge.com
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USES+= autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz
|
USES+= gmake gnome iconv libtool pkgconfig tar:xz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
|
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
|
||||||
|
|
||||||
.include "${.CURDIR}/../claws-mail/Makefile.ver"
|
.include "${.CURDIR}/../claws-mail/Makefile.ver"
|
||||||
|
|
||||||
|
.if ${MASTER_OPTIONS:MNLS}
|
||||||
|
USES+= gettext
|
||||||
|
CONFIGURE_ARGS+=--enable-nls
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+=--disable-nls
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if ${MASTER_OPTIONS:MGTK2}
|
||||||
|
USE_GNOME+= gtk20
|
||||||
|
.endif
|
||||||
|
.if ${MASTER_OPTIONS:MGTK3}
|
||||||
|
USE_GNOME+= gtk30
|
||||||
|
.endif
|
||||||
|
|
||||||
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
|
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
|
||||||
|
|
||||||
.for p in ${CLAWS_PLUGINS}
|
.for p in ${CLAWS_PLUGINS}
|
||||||
|
. if empty(CLAWS_PLUGINS_BUILD:M${p})
|
||||||
CONFIGURE_ARGS+= --disable-${p}-plugin
|
CONFIGURE_ARGS+= --disable-${p}-plugin
|
||||||
|
. endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.if defined(CLAWS_PLUGINS_BUILD)
|
.if defined(CLAWS_PLUGINS_BUILD)
|
||||||
|
@ -24,22 +40,15 @@ PKGNAMEPREFIX= claws-mail-
|
||||||
BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail
|
BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail
|
||||||
RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail
|
RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../claws-mail
|
DISTINFO_FILE= ${.CURDIR}/../claws-mail/distinfo
|
||||||
DESCR= ${.CURDIR}/pkg-descr
|
|
||||||
FILESDIR= ${.CURDIR}/files
|
|
||||||
PLIST= ${NONEXISTENT}
|
|
||||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --disable-nls
|
|
||||||
|
|
||||||
. for p in ${CLAWS_PLUGINS_BUILD}
|
. for p in ${CLAWS_PLUGINS_BUILD}
|
||||||
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S|--disable-${p}-plugin||}
|
|
||||||
PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.so
|
PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.so
|
||||||
. endfor
|
. endfor
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
. for p in ${CLAWS_PLUGINS_BUILD}
|
. for p in ${CLAWS_PLUGINS_BUILD}
|
||||||
(cd ${WRKSRC}/src/plugins/${p} && ${MAKE_CMD})
|
(cd ${WRKSRC}/src/plugins/${p} && ${DO_MAKE_BUILD})
|
||||||
. endfor
|
. endfor
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -3,8 +3,8 @@ MASTER_OPTIONS!= ${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MASTER_OPTIONS:MGTK2}
|
.if ${MASTER_OPTIONS:MGTK2}
|
||||||
PORTVERSION= 3.19.1
|
PORTVERSION= 3.20.0
|
||||||
.endif
|
.endif
|
||||||
.if ${MASTER_OPTIONS:MGTK3}
|
.if ${MASTER_OPTIONS:MGTK3}
|
||||||
PORTVERSION= 4.1.1
|
PORTVERSION= 4.2.0
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
TIMESTAMP = 1691825727
|
TIMESTAMP = 1700554558
|
||||||
SHA256 (claws-mail-3.19.1.tar.xz) = ac57fa557cf15c62e5f8fad247585fc609f0a696f6da54ed42cc000b6c6d6813
|
SHA256 (claws-mail-3.20.0.tar.xz) = 1f2f3d2b2ca39c0c860c7afc5490c790936afbb50cf31debdb2beda728c8d6e5
|
||||||
SIZE (claws-mail-3.19.1.tar.xz) = 6580844
|
SIZE (claws-mail-3.20.0.tar.xz) = 6687376
|
||||||
SHA256 (claws-mail-4.1.1.tar.xz) = b189e700c1896f5e0deb0b76d4bfa820eb7ac1935ee10aa9afbada3cf53a0344
|
TIMESTAMP = 1700554614
|
||||||
SIZE (claws-mail-4.1.1.tar.xz) = 6523688
|
SHA256 (claws-mail-4.2.0.tar.xz) = 7c8ab1732d74197df06d61a6b7ebc7c580ecf6e92eb1ef6ae5b0107533f1af07
|
||||||
|
SIZE (claws-mail-4.2.0.tar.xz) = 6674872
|
||||||
|
|
|
@ -293,7 +293,7 @@ share/icons/hicolor/64x64/apps/claws-mail.png
|
||||||
%%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo
|
||||||
%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo
|
||||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
|
||||||
%%GTK2%%%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
|
||||||
%%NLS%%share/locale/ro/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/ro/LC_MESSAGES/claws-mail.mo
|
||||||
%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo
|
||||||
%%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo
|
%%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue