summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-06-29 11:38:32 +0000
committertnn <tnn@pkgsrc.org>2008-06-29 11:38:32 +0000
commit69fb1060c601a81b0b61037703304bab41faf531 (patch)
treeb7b0b8176bac0cb7ee7f5409526f99805a5f274c /mail/sylpheed/Makefile
parent87faad8089268d5dab558a785850ca90160507bc (diff)
downloadpkgsrc-69fb1060c601a81b0b61037703304bab41faf531.tar.gz
- Update to sylpheed-2.5.0.
- Add patch from Fedora which makes the gtkspell option build again, with the enchant-backed gtkspell. - Add DESTDIR support, from mail/sylpheed-devel Changes from 2.4.8 * New features o The vertical 3-paned view mode was added. o The feature to save SSL peer certificate was added. o The option 'Treat HTML only message as attachment' was added. o The feature to confirm missing attachments was added. o The feature to confirm recipients before sending was added. * Feature improvements o To: header is also searched by quick search in Sent/Draft/Queue folders. o 'Edit/Quick search' menu was added. o Spaces in address and server entries on account preferences dialog are now automatically removed when applied. o The compose window now remembers the maximized state. o The focus will not move from the text view to the summary view with 'Next/Prev' keyboard operation now. o The alert dialog is displayed now when PGP signing/encryption failed. * Bugfixes o The bug that caused busy loop when initial connection was immediately refused was fixed. o The bug that the quote description dialog never appeared again after closing it with the close button was fixed. o The new/unread status display on quick search filtered mode was fixed. o The windres command will not be enabled on non-win32 platforms now. o The address completion was fixed. o Win32: --attach option was fixed. o The sylpheed.desktop file was fixed. o A crash bug was fixed. o Content-Transfer-Encoding header with comments was supported. o UTF-8 locale strings with suffix '.utf8' were supported. o The 8KB restriction of template body size was removed.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 8694085c3df..5a3f81dcec9 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.112 2008/03/30 14:47:35 darcy Exp $
+# $NetBSD: Makefile,v 1.113 2008/06/29 11:38:32 tnn Exp $
-DISTNAME= sylpheed-2.4.8
-PKGREVISION= 1
+DISTNAME= sylpheed-2.5.0
CATEGORIES= mail news x11
-MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.4/
+MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.5/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://sylpheed.sraoss.jp/en/
COMMENT= X based e-mail and netnews client
-CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+CONFLICTS= sylpheed-claws-[0-9]*
+USE_DIRS+= xdg-1.4
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake msgfmt pkg-config
-USE_LANGUAGES+= c c++
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-nls
@@ -29,8 +29,8 @@ EGDIR= ${PREFIX}/share/examples/sylpheed
CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
post-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR}
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"