pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-devel sylpheed-2.5.0rc:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36292f0b8fb
branches:  trunk
changeset: 542994:d36292f0b8fb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 30 19:33:42 2008 +0000

description:
sylpheed-2.5.0rc:
* The compose window now remembers the maximized state.
* The focus will not move from the text view to the summary view with 'Next/Prev' keyboard operation now.
* The alert dialog is displayed now when PGP signing/encryption failed.
* The sylpheed.desktop file was fixed.

diffstat:

 mail/sylpheed-devel/Makefile |  11 ++++++-----
 mail/sylpheed-devel/PLIST    |   6 +++++-
 mail/sylpheed-devel/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r 179a21cb4317 -r d36292f0b8fb mail/sylpheed-devel/Makefile
--- a/mail/sylpheed-devel/Makefile      Fri May 30 19:22:46 2008 +0000
+++ b/mail/sylpheed-devel/Makefile      Fri May 30 19:33:42 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2008/05/01 13:45:30 xtraeme Exp $
+# $NetBSD: Makefile,v 1.51 2008/05/30 19:33:42 tnn Exp $
 
-DISTNAME=      sylpheed-2.5.0beta3
-#PKGREVISION=  1
+DISTNAME=      sylpheed-2.5.0rc
 CATEGORIES=    mail news x11
 MASTER_SITES=  http://sylpheed.sraoss.jp/sylpheed/v2.5beta/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,8 +9,10 @@
 HOMEPAGE=      http://sylpheed.sraoss.jp/en/
 COMMENT=       X based e-mail and netnews client
 
+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
@@ -28,8 +29,8 @@
 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"
diff -r 179a21cb4317 -r d36292f0b8fb mail/sylpheed-devel/PLIST
--- a/mail/sylpheed-devel/PLIST Fri May 30 19:22:46 2008 +0000
+++ b/mail/sylpheed-devel/PLIST Fri May 30 19:33:42 2008 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2007/03/19 19:51:39 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/05/30 19:33:42 tnn Exp $
 bin/sylpheed
+share/applications/sylpheed.desktop
 share/examples/sylpheed/mime.types
 share/locale/be/LC_MESSAGES/sylpheed.mo
 share/locale/bg/LC_MESSAGES/sylpheed.mo
@@ -31,6 +32,7 @@
 share/locale/vi/LC_MESSAGES/sylpheed.mo
 share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
 share/locale/zh_TW/LC_MESSAGES/sylpheed.mo
+share/pixmaps/sylpheed.png
 share/sylpheed/faq/de/sylpheed-faq-1.html
 share/sylpheed/faq/de/sylpheed-faq-2.html
 share/sylpheed/faq/de/sylpheed-faq-3.html
@@ -108,4 +110,6 @@
 @dirrm share/sylpheed/faq/de
 @dirrm share/sylpheed/faq
 @dirrm share/sylpheed
+@comment in xdg-dirs: @dirrm share/pixmaps
 @dirrm share/examples/sylpheed
+@comment in xdg-dirs: @dirrm share/applications
diff -r 179a21cb4317 -r d36292f0b8fb mail/sylpheed-devel/distinfo
--- a/mail/sylpheed-devel/distinfo      Fri May 30 19:22:46 2008 +0000
+++ b/mail/sylpheed-devel/distinfo      Fri May 30 19:33:42 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2008/05/01 13:45:30 xtraeme Exp $
+$NetBSD: distinfo,v 1.37 2008/05/30 19:33:42 tnn Exp $
 
-SHA1 (sylpheed-2.5.0beta3.tar.bz2) = 4c99f1da3e9f42bb4e59f6aacc9c742c2c7ac747
-RMD160 (sylpheed-2.5.0beta3.tar.bz2) = 2d23c1beac38f096c6ce8f7ad45a01c9da8a5028
-Size (sylpheed-2.5.0beta3.tar.bz2) = 2762017 bytes
+SHA1 (sylpheed-2.5.0rc.tar.bz2) = eb4459bbacbea22f283a1cd4685f734c086ae737
+RMD160 (sylpheed-2.5.0rc.tar.bz2) = 717d36527f90879b798e292934875ff0cd4e57eb
+Size (sylpheed-2.5.0rc.tar.bz2) = 2768050 bytes



Home | Main Index | Thread Index | Old Index