pkgsrc/mail/claws-mail/Makefile
nia cf3f556f57 claws-mail: Update to 3.17.5
* 3.17.5
--------

* Inline Git patches now have colour syntax highlighting
  The colours of these, and patch attachments, are configurable on
  the 'Other' tab of the Display/Colors page of the general
  preferences.

* The previously hidden preference, 'summary_from_show', is now
  configurable within the UI, on the 'Message List' tab of the
  Display/Summaries page of the general preferences, 'Displayed in
  From column [ ]'.

* 'Re-edit' has been added to the message context menu when in the
  Drafts folder.

* Additional Date header formats are supported:
  - weekday, month, day, hh, mm, ss, year, zone
  - weekday, month, day, hh, mm, ss, year

* LiteHtml viewer plugin: scrolling with the keyboard has been
  implemented.

* The included tools/scripts have been updated:
  o eud2gc.py converted to Python 3
  o tbird2claws.py converted to Python 3
  o tbird2claws.py converted to Python 3
  o google_search.pl has been replaced with ddg_search.pl (that is,
    duckduckgo.com instead of google.com)
  o fix_date.sh and its documentation have been updated
  o multiwebsearch.pl 'fm' (freshmeat.net) has been removed; 'google'
    has been replaced by 'ddg'
  o the outdated OOo2claws-mail.pl script has been removed

* Updated manuals

* Updated translations: British English, Catalan, Czech, Danish,
  Dutch, French, German, Russian, Slovak, Spanish, Swedish,
  Traditional Chinese, Turkish

* bug fixes:
	o bug 2131, 'Focus stealing after mail check' [improved fix]
	o bug 4237, '403 is Forbidden not Unauthorized'
	o bug 4239, 'Preferences: Text Options Header Display modal
		     is not modal' [sic]
	o bug 4248, 'Sup[p]ort C99 compilers in m4/spamassassin.m4'
	o bug 4253, 'Claws metadata included in MBOX exports'
	o bug 4257, 'claws-mail 3.17.4 breaks copy-pasting from
		     emacs-gtk3'
	o bug 4277, 'INBOX being "read" automatically - being marked
		     as read before being selected' [sic]
	o bug 4278, 'Mark all as read/unread does not belong to the
		     message context menu'
	o bug 4305, 'goto folder UI confusing'
	o Fix crash in litehtml_viewer when <base> tag has no href
	o removed "The following file has been attached..." dialogue
	o MBOX import: give a better estimation of the time left and
	  grey out widgets while importing
	o Fixed "vcard.c:238:2: warning: ‘strncpy’ output truncated
	  before terminating nul copying as many bytes from a string
	  as its length"
	o RSSyl: Fix handling deleted feed items where modified and
	  published dates do not match
	o fix bolding of target folder
	o when creating a new account, don't pre-fill data from the
	  default account
	o respect 'default selection' settings when moving a msg with
	  manual filtering
	o Fix printing of empty pages when the selected part is
	  rendered with a plugin not implementing print
	o Addressbook folder selection dialogs: make sure folder list
	  is sorted and apply global prefs to get stripes in lists.
	o when user cancels the GPG signing passphrase dialogue,
	  don't bother the user with an "error" dialogue
	o Fix imap keyword search. Libetpan assumes keyword search is
	  a MUST but RFC states it is a MAY. Fix advanced search on
	  MS Exchange
	o fix SHIFT+SPACE in msg list, moving in reverse
	o revert pasting images as attachments
	o Fix help about command-line arguments that require a
	  parameter.
	o Printing: only print as plain text if the part is of type
	  text
	o fix a segfault with default info icon when trying to print
	  a non-text part.
2020-04-01 13:44:03 +00:00

86 lines
2.3 KiB
Makefile

# $NetBSD: Makefile,v 1.109 2020/04/01 13:44:03 nia Exp $
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= share/claws-mail
.include "Makefile.common"
PKGNAME= claws-mail-${CLAWS_VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= X based e-mail and netnews client
CONFLICTS+= sylpheed-claws-[0-9]*
USE_TOOLS+= msgfmt
PKGCONFIG_OVERRIDE+= claws-mail.pc.in
PKG_SYSCONFSUBDIR= claws-mail
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= ac_cv_path_GPGME_CONFIG=no
.include "../../mk/bsd.prefs.mk"
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
.if empty(FACES_IS_INSTALLED)
. include "../../graphics/compface/buildlink3.mk"
.else
. include "../../mail/faces/buildlink3.mk"
.endif
EGDIR= ${PREFIX}/share/examples/claws-mail
CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
PKG_OPTIONS_VAR= PKG_OPTIONS.claws-mail
PKG_SUPPORTED_OPTIONS= claws-mail-jpilot ldap inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mclaws-mail-jpilot)
CONFIGURE_ARGS+= --enable-jpilot
. include "../../comms/pilot-link-libs/buildlink3.mk"
. include "../../comms/jpilot/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --enable-ldap
. include "../../databases/openldap-client/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ldap
.endif
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
INSTALLATION_DIRS+= share/applications
post-install:
${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/claws-mail*.png \
${DESTDIR}${PREFIX}/share/claws-mail
${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop \
${DESTDIR}${PREFIX}/share/applications
.if exists(files/shred.${OPSYS})
${INSTALL_SCRIPT} files/shred.${OPSYS} \
${DESTDIR}${PREFIX}/bin/claws-mail-shred
PLIST_SRC= PLIST
PLIST_SRC+= PLIST.shred
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.if "${OPSYS}" != "Darwin"
.include "../../x11/startup-notification/buildlink3.mk"
.endif
.include "../../x11/libSM/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"