diff options
author | chris <chris@pkgsrc.org> | 2002-12-29 23:45:30 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-12-29 23:45:30 +0000 |
commit | 2cce8fd899afd1b5614b72e782df7783238b0d4a (patch) | |
tree | fe7d9cf44b9c9869a7e541b3d0dd51d490d4fd08 /mail | |
parent | 05c7d3a6e724d2e835da70e50d0d6067e9275607 (diff) | |
download | pkgsrc-2cce8fd899afd1b5614b72e782df7783238b0d4a.tar.gz |
Update sylpheed-claws to 0.8.8, includes changes for sylpheed 0.8.7 and
0.8.8. Also fix binary packages for mime.types (do what we do in sylpheed)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 18 | ||||
-rw-r--r-- | mail/sylpheed-claws/PLIST | 5 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 6 |
3 files changed, 19 insertions, 10 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 6ca8cea425a..1777218367f 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2002/12/26 21:09:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/29 23:45:30 chris Exp $ -DISTNAME= sylpheed-0.8.6claws -PKGNAME= sylpheed-claws-0.8.6 +DISTNAME= sylpheed-0.8.8claws +PKGNAME= sylpheed-claws-0.8.8 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= ptiJo@noos.fr +MAINTAINER= chris@netbsd.org HOMEPAGE= http://sylpheed-claws.sourceforge.net/ COMMENT= X based e-mail and netnews client @@ -20,6 +20,7 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +# Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-ssl @@ -29,7 +30,7 @@ CONFIGURE_ARGS+= --enable-compface PKG_SYSCONFSUBDIR= sylpheed CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5 +BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.10 .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 USE_OPENLDAP @@ -50,7 +51,12 @@ CONFIGURE_ARGS+= --enable-ldap .include "../../databases/openldap/buildlink2.mk" .endif -CONF_FILES= ${FILESDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types +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} .include "../../converters/libiconv/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" diff --git a/mail/sylpheed-claws/PLIST b/mail/sylpheed-claws/PLIST index 707bf619c50..4720a583f7d 100644 --- a/mail/sylpheed-claws/PLIST +++ b/mail/sylpheed-claws/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2002/12/26 21:09:12 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/12/29 23:45:31 chris Exp $ bin/sylpheed man/man1/sylpheed.1 +share/examples/sylpheed/mime.types ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo @@ -9,6 +10,7 @@ ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sylpheed.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sylpheed.mo @@ -157,3 +159,4 @@ share/sylpheed/manual/ja/sylpheed.sgml @dirrm share/sylpheed/faq/de @dirrm share/sylpheed/faq @dirrm share/sylpheed +@dirrm share/examples/sylpheed diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index 1149e487e46..347373a67d2 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/12/08 00:15:22 chris Exp $ +$NetBSD: distinfo,v 1.6 2002/12/29 23:45:31 chris Exp $ -SHA1 (sylpheed-0.8.6claws.tar.bz2) = 074f606150e4e5438f66c82a499bbe9aad568718 -Size (sylpheed-0.8.6claws.tar.bz2) = 1669183 bytes +SHA1 (sylpheed-0.8.8claws.tar.bz2) = d4fd24e1e7fedda9672628721b6a42ec12d6a908 +Size (sylpheed-0.8.8claws.tar.bz2) = 1801972 bytes |