diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-30 19:33:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-30 19:33:42 +0000 |
commit | 8c96a338c4c128dc9458d5f8f9bc2970712a1132 (patch) | |
tree | 9d76c7f0dd311a047f7a7caf9c1cd27780e7c0ec | |
parent | 3cbf71cdbe919c5fe3f2611c6a39a129f56643f1 (diff) | |
download | pkgsrc-8c96a338c4c128dc9458d5f8f9bc2970712a1132.tar.gz |
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.
-rw-r--r-- | mail/sylpheed-devel/Makefile | 11 | ||||
-rw-r--r-- | mail/sylpheed-devel/PLIST | 6 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index e176917900f..ed70dba79b1 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -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 @@ MAINTAINER= chris@NetBSD.org 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 @@ 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" diff --git a/mail/sylpheed-devel/PLIST b/mail/sylpheed-devel/PLIST index b497ad455af..e209784ce61 100644 --- a/mail/sylpheed-devel/PLIST +++ b/mail/sylpheed-devel/PLIST @@ -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/uk/LC_MESSAGES/sylpheed.mo 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 @@ share/sylpheed/manual/ja/sylpheed.sgml @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 --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index aaf567165b4..16d4708b662 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -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 |