diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-18 03:48:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-18 03:48:44 +0800 |
commit | e0d7214977d272386808bf17f8ab58afa38f98a9 (patch) | |
tree | 8f6254862ecec9e6db87067270655a1aecfb113d /mail | |
parent | 3b64a076e9617a47c3be13f8a199ca779018e1fb (diff) | |
download | marcuscom-ports-e0d7214977d272386808bf17f8ab58afa38f98a9.tar.gz marcuscom-ports-e0d7214977d272386808bf17f8ab58afa38f98a9.tar.zst marcuscom-ports-e0d7214977d272386808bf17f8ab58afa38f98a9.zip |
Use the icon cache functionality now built in to gtk20 and bsd.gnome.mk.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4843 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 75 | ||||
-rw-r--r-- | mail/balsa/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa/files/patch-configure | 52 | ||||
-rw-r--r-- | mail/balsa/files/patch-doc_omf.make | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-doc_xmldocs.make | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-libbalsa_imap_imap-handle.c | 10 | ||||
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_maildir.c | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_mbox.c | 19 | ||||
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_mh.c | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-libbalsa_misc.c | 12 | ||||
-rw-r--r-- | mail/balsa/files/patch-src_main.c | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-src_sendmsg-window.c | 38 | ||||
-rw-r--r-- | mail/balsa/files/patch-src_threads.h | 12 | ||||
-rw-r--r-- | mail/balsa/pkg-descr | 12 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 150 |
15 files changed, 437 insertions, 0 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile new file mode 100644 index 000000000..0217a13b2 --- /dev/null +++ b/mail/balsa/Makefile @@ -0,0 +1,75 @@ +# New ports collection makefile for: balsa +# Date created: 02 December 1998 +# Whom: Glenn Johnson <gljohns@bellsouth.net> +# +# $FreeBSD: ports/mail/balsa/Makefile,v 1.100 2005/08/31 21:46:14 marcus Exp $ +# + +PORTNAME= balsa +PORTVERSION= 2.3.4 +PORTREVISION= 3 +CATEGORIES= mail gnome +MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ +DISTNAME= balsa-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A mail reader for the GNOME 2 desktop + +LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ + pcre.0:${PORTSDIR}/devel/pcre \ + esmtp.6:${PORTSDIR}/mail/libesmtp \ + gmime-2.0.3:${PORTSDIR}/mail/gmime2 + +USE_GMAKE= yes +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_PERL5= yes +USE_OPENSSL= yes +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ + gtkhtml3 +USE_REINPLACE= yes +USE_GCC= 3.4+ +USE_LIBTOOL_VER=15 +USE_LIBLTDL= yes +USE_ICONV= yes +CONFIGURE_ARGS= --enable-threads \ + --enable-gtkhtml \ + --disable-more-warnings \ + --with-ssl \ + --enable-gtkhtml=yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib -liconv" + +MAN1= balsa.1 + +OPTIONS= LDAP "Enable LDAP support" on \ + GPG "Enable GnuPG support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_GPG) +LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config +.endif + +.if !defined(WITHOUT_LDAP) +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --with-ldap +.endif + +.if ${PREFIX}==${X11BASE} +PLIST_SUB+= GTKICON="@comment " +.else +PLIST_SUB+= GTKICON="" +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \ + ${WRKSRC}/libbalsa/mailbox_imap.c +# PREFIX safeness + @${REINPLACE_CMD} -E \ + -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.post.mk> diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo new file mode 100644 index 000000000..c5e0bcb6f --- /dev/null +++ b/mail/balsa/distinfo @@ -0,0 +1,2 @@ +MD5 (balsa-2.3.4.tar.bz2) = 12b1ffb936ac679468adb33b422b72d8 +SIZE (balsa-2.3.4.tar.bz2) = 3137183 diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure new file mode 100644 index 000000000..730ae6d7e --- /dev/null +++ b/mail/balsa/files/patch-configure @@ -0,0 +1,52 @@ +--- configure.orig Sat Mar 19 14:39:26 2005 ++++ configure Sat Mar 19 14:40:24 2005 +@@ -21821,7 +21821,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lldap -llber -lresolv $LIBS" ++LIBS="-lldap -llber $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -21885,7 +21885,7 @@ + #define ENABLE_LDAP 1 + _ACEOF + +- LIBS="-lldap -llber -lresolv $LIBS" ++ LIBS="-lldap -llber $LIBS" + else + { { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5 + echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;} +@@ -22664,13 +22664,13 @@ + else + + +-echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5 +-echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6 +-if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then ++echo "$as_me:$LINENO: checking for new_aspell_speller in -lpspell" >&5 ++echo $ECHO_N "checking for new_aspell_speller in -lpspell... $ECHO_C" >&6 ++if test "${ac_cv_lib_pspell_new_aspell_speller+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS" ++LIBS="-lpspell -lstdc++ $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -22684,11 +22684,11 @@ + #endif + /* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +-char new_pspell_manager (); ++char new_aspell_speller (); + int + main () + { +-new_pspell_manager (); ++new_aspell_speller (); + ; + return 0; + } diff --git a/mail/balsa/files/patch-doc_omf.make b/mail/balsa/files/patch-doc_omf.make new file mode 100644 index 000000000..dcc67260e --- /dev/null +++ b/mail/balsa/files/patch-doc_omf.make @@ -0,0 +1,11 @@ +--- doc/omf.make.orig Mon Sep 16 02:46:07 2002 ++++ doc/omf.make Mon Sep 16 02:46:37 2002 +@@ -27,7 +27,7 @@ + # + + omf_dest_dir=$(datadir)/omf/@PACKAGE@ +-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper ++scrollkeeper_localstate_dir = /var/db/scrollkeeper + + omf: omf_timestamp + diff --git a/mail/balsa/files/patch-doc_xmldocs.make b/mail/balsa/files/patch-doc_xmldocs.make new file mode 100644 index 000000000..9379b0d60 --- /dev/null +++ b/mail/balsa/files/patch-doc_xmldocs.make @@ -0,0 +1,11 @@ +--- doc/xmldocs.make.orig Wed Sep 18 07:12:20 2002 ++++ doc/xmldocs.make Tue Oct 29 12:20:37 2002 +@@ -36,7 +36,7 @@ + # ************* Begin of section some packagers may need to modify ************** + # This variable (docdir) specifies where the documents should be installed. + # This default value should work for most packages. +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + # ************** You should not have to edit below this line ******************* + xml_files = $(entities) $(docname).xml diff --git a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c b/mail/balsa/files/patch-libbalsa_imap_imap-handle.c new file mode 100644 index 000000000..a7206c822 --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_imap_imap-handle.c @@ -0,0 +1,10 @@ +--- libbalsa/imap/imap-handle.c.orig Sun May 1 17:37:58 2005 ++++ libbalsa/imap/imap-handle.c Tue May 3 01:39:13 2005 +@@ -23,6 +23,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <glib.h> + #include <glib-object.h> diff --git a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c new file mode 100644 index 000000000..811795eed --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c @@ -0,0 +1,11 @@ +--- libbalsa/mailbox_maildir.c.orig Mon Jul 26 02:10:16 2004 ++++ libbalsa/mailbox_maildir.c Mon Jul 26 02:10:50 2004 +@@ -27,6 +27,8 @@ + #include <libgnome/gnome-config.h> + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c b/mail/balsa/files/patch-libbalsa_mailbox_mbox.c new file mode 100644 index 000000000..391f582b2 --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_mbox.c @@ -0,0 +1,19 @@ +--- libbalsa/mailbox_mbox.c.orig Wed Nov 24 21:05:03 2004 ++++ libbalsa/mailbox_mbox.c Wed Nov 24 21:06:54 2004 +@@ -27,6 +27,7 @@ + #include <libgnome/libgnome.h> + #include <gmime/gmime-stream-fs.h> + ++#include <sys/stat.h> + #include <stdlib.h> + #include <unistd.h> + #include <fcntl.h> +@@ -195,7 +196,7 @@ + if(!create) + return(-1); + +- if ((fd = creat(path, S_IRUSR | S_IWUSR)) == -1) { ++ if ((fd = open(path, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) { + g_warning("An error:\n%s\n occured while trying to " + "create the mailbox \"%s\"\n", + strerror(errno), path); diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c new file mode 100644 index 000000000..7266a6867 --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_mh.c @@ -0,0 +1,11 @@ +--- libbalsa/mailbox_mh.c.orig Mon Jul 26 02:11:26 2004 ++++ libbalsa/mailbox_mh.c Mon Jul 26 02:11:39 2004 +@@ -27,6 +27,8 @@ + #define _POSIX_SOURCE 1 + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> diff --git a/mail/balsa/files/patch-libbalsa_misc.c b/mail/balsa/files/patch-libbalsa_misc.c new file mode 100644 index 000000000..22af56e0e --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_misc.c @@ -0,0 +1,12 @@ +--- libbalsa/misc.c.orig Fri Feb 18 18:05:54 2005 ++++ libbalsa/misc.c Sat Mar 19 14:44:04 2005 +@@ -23,7 +23,9 @@ + #include "config.h" + + #define _SVID_SOURCE 1 ++#ifndef __FreeBSD__ + #define _XOPEN_SOURCE 500 ++#endif + #include <ctype.h> + #include <dirent.h> + #include <errno.h> diff --git a/mail/balsa/files/patch-src_main.c b/mail/balsa/files/patch-src_main.c new file mode 100644 index 000000000..044e51dd9 --- /dev/null +++ b/mail/balsa/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig Sun Jan 18 06:39:47 2004 ++++ src/main.c Sun Jan 18 21:38:15 2004 +@@ -233,7 +233,7 @@ + gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, + GNOME_PARAM_POPT_TABLE, options, + GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, +- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share", ++ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome", + GNOME_PARAM_HUMAN_READABLE_NAME, _("The Balsa E-Mail Client"), + NULL); + diff --git a/mail/balsa/files/patch-src_sendmsg-window.c b/mail/balsa/files/patch-src_sendmsg-window.c new file mode 100644 index 000000000..0dd0d83e5 --- /dev/null +++ b/mail/balsa/files/patch-src_sendmsg-window.c @@ -0,0 +1,38 @@ +--- src/sendmsg-window.c.orig Fri Jun 24 04:36:25 2005 ++++ src/sendmsg-window.c Sun Jul 31 22:10:14 2005 +@@ -2009,7 +2009,7 @@ add_attachment(BalsaSendmsg * bsmsg, gch + ATTACH_ICON_COLUMN, pixbuf, + ATTACH_TYPE_COLUMN, content_type, + ATTACH_MODE_COLUMN, attach_data->mode, +- ATTACH_SIZE_COLUMN, attach_stat.st_size, ++ ATTACH_SIZE_COLUMN, (glong) attach_stat.st_size, + ATTACH_DESC_COLUMN, utf8name, + -1); + g_object_unref(attach_data); +@@ -2659,7 +2659,7 @@ render_attach_size(GtkTreeViewColumn *co + GtkTreeModel *model, GtkTreeIter *iter, gpointer data) + { + gint mode; +- gint size; ++ glong size; + gchar *sstr; + + gtk_tree_model_get(model, iter, ATTACH_MODE_COLUMN, &mode, +@@ -2674,7 +2674,7 @@ render_attach_size(GtkTreeViewColumn *co + else if (size > 1200) + sstr = g_strdup_printf("%.2fkB", (gfloat)size / (gfloat)1024); + else +- sstr = g_strdup_printf("%dB", size); ++ sstr = g_strdup_printf("%ldB", size); + g_object_set(cell, "text", sstr, NULL); + } + +@@ -2780,7 +2780,7 @@ create_info_pane(BalsaSendmsg * bsmsg, S + GDK_TYPE_PIXBUF, + G_TYPE_STRING, + G_TYPE_INT, +- G_TYPE_INT, ++ G_TYPE_LONG, + G_TYPE_STRING); + + bsmsg->attachments[1] = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store)); diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h new file mode 100644 index 000000000..62c60b878 --- /dev/null +++ b/mail/balsa/files/patch-src_threads.h @@ -0,0 +1,12 @@ +--- src/threads.h.orig Tue Dec 31 14:06:47 2002 ++++ src/threads.h Tue Dec 31 14:07:32 2002 +@@ -21,6 +21,9 @@ + + #ifndef __THREADS_H__ + #define __THREADS_H__ ++ ++#include <pthread.h> ++ + /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ + extern pthread_mutex_t mailbox_lock; + diff --git a/mail/balsa/pkg-descr b/mail/balsa/pkg-descr new file mode 100644 index 000000000..06d18a364 --- /dev/null +++ b/mail/balsa/pkg-descr @@ -0,0 +1,12 @@ +A mail reader for GNOME 2. It supports local mail, pop3, and IMAP. It can +view mail files in mbox, maildir, and mh format. + +The pop3 support is not complete. All mail retrieved will be left on the +server, and hence retrieved again if not deleted through some other pop3 +client. Using fetchmail would be recommended to retrieve pop3 mail. + +Balsa is probably not fully usable as one's primary mail client at this +time. However, it is under active development and fits with other gnome +applications. + +WWW: http://balsa.gnome.org/ diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist new file mode 100644 index 000000000..e91c00c33 --- /dev/null +++ b/mail/balsa/pkg-plist @@ -0,0 +1,150 @@ +bin/balsa +bin/balsa-ab +etc/sound/events/balsa.soundlist +libdata/bonobo/servers/GNOME_Balsa.server +share/gnome/applications/balsa.desktop +share/gnome/balsa/hicolor/16x16/apps/balsa-encrypted.png +share/gnome/balsa/hicolor/16x16/apps/balsa-mark-all.png +share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-draft.png +share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-sent.png +share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png +share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png +share/gnome/balsa/hicolor/16x16/apps/balsa-next-flagged.png +share/gnome/balsa/hicolor/16x16/apps/balsa-next-part.png +share/gnome/balsa/hicolor/16x16/apps/balsa-next-unread.png +share/gnome/balsa/hicolor/16x16/apps/balsa-next.png +share/gnome/balsa/hicolor/16x16/apps/balsa-postpone.png +share/gnome/balsa/hicolor/16x16/apps/balsa-previous-part.png +share/gnome/balsa/hicolor/16x16/apps/balsa-previous.png +share/gnome/balsa/hicolor/16x16/apps/balsa-reply-all.png +share/gnome/balsa/hicolor/16x16/apps/balsa-signature-bad.png +share/gnome/balsa/hicolor/16x16/apps/balsa-signature-good.png +share/gnome/balsa/hicolor/16x16/apps/balsa-signature-notrust.png +share/gnome/balsa/hicolor/16x16/apps/balsa-signature-unknown.png +share/gnome/balsa/hicolor/22x22 +share/gnome/balsa/hicolor/24x24/apps/balsa-crypt-check.png +share/gnome/balsa/hicolor/24x24/apps/balsa-encrypt.png +share/gnome/balsa/hicolor/24x24/apps/balsa-encrypted.png +share/gnome/balsa/hicolor/24x24/apps/balsa-mark-all.png +share/gnome/balsa/hicolor/24x24/apps/balsa-marked-new.png +share/gnome/balsa/hicolor/24x24/apps/balsa-next-flagged.png +share/gnome/balsa/hicolor/24x24/apps/balsa-next-part.png +share/gnome/balsa/hicolor/24x24/apps/balsa-next-unread.png +share/gnome/balsa/hicolor/24x24/apps/balsa-next.png +share/gnome/balsa/hicolor/24x24/apps/balsa-postpone.png +share/gnome/balsa/hicolor/24x24/apps/balsa-preview.png +share/gnome/balsa/hicolor/24x24/apps/balsa-previous-part.png +share/gnome/balsa/hicolor/24x24/apps/balsa-previous.png +share/gnome/balsa/hicolor/24x24/apps/balsa-reply-all.png +share/gnome/balsa/hicolor/24x24/apps/balsa-sign.png +share/gnome/balsa/hicolor/24x24/apps/balsa-signature-bad.png +share/gnome/balsa/hicolor/24x24/apps/balsa-signature-good.png +share/gnome/balsa/hicolor/24x24/apps/balsa-signature-notrust.png +share/gnome/balsa/hicolor/24x24/apps/balsa-signature-unknown.png +share/gnome/balsa/hicolor/24x24/apps/balsa-trash-empty.png +share/gnome/balsa/hicolor/icon-theme.cache +share/gnome/balsa/pixmaps/attachment.png +share/gnome/balsa/pixmaps/balsa-logo.png +share/gnome/balsa/pixmaps/balsa-top.png +share/gnome/balsa/pixmaps/balsa-watermark.png +share/gnome/balsa/pixmaps/balsa_icon.png +share/gnome/balsa/pixmaps/balsa_logo.png +share/gnome/help/balsa/C/balsa.xml +share/gnome/help/balsa/C/fdl-appendix.xml +share/gnome/help/balsa/C/figures/address-book-ldap.png +share/gnome/help/balsa/C/figures/address-book-modify.png +share/gnome/help/balsa/C/figures/address-book-start.png +share/gnome/help/balsa/C/figures/address-book-vcard.png +share/gnome/help/balsa/C/figures/address-book.png +share/gnome/help/balsa/C/figures/balsa_logo.png +share/gnome/help/balsa/C/figures/druid-start.png +share/gnome/help/balsa/C/figures/example-alias.png +share/gnome/help/balsa/C/figures/figuresdobaaddress-book-modify.png +share/gnome/help/balsa/C/figures/main-window-toolbar.png +share/gnome/help/balsa/C/figures/main-window.png +share/gnome/help/balsa/C/figures/newmsg-window-attachments.png +share/gnome/help/balsa/C/figures/newmsg-window-toolbar.png +share/gnome/help/balsa/C/figures/newmsg-window.png +share/gnome/help/balsa/C/figures/preferences-window.png +share/gnome/help/balsa/C/figures/spell-check.png +share/gnome/idl/Balsa.idl +share/gnome/omf/balsa/balsa-C.omf +share/gnome/pixmaps/gnome-balsa2.png +share/gnome/sounds/balsa/newmail.wav +share/gnome/sounds/balsa/startup.wav +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-pkcs7-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message-disposition-notification.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message-external-body.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-alternative.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-encrypted.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-signed.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart.png +share/locale/am/LC_MESSAGES/balsa.mo +share/locale/az/LC_MESSAGES/balsa.mo +share/locale/bg/LC_MESSAGES/balsa.mo +share/locale/ca/LC_MESSAGES/balsa.mo +share/locale/cs/LC_MESSAGES/balsa.mo +share/locale/da/LC_MESSAGES/balsa.mo +share/locale/de/LC_MESSAGES/balsa.mo +share/locale/el/LC_MESSAGES/balsa.mo +share/locale/en_CA/LC_MESSAGES/balsa.mo +share/locale/en_GB/LC_MESSAGES/balsa.mo +share/locale/es/LC_MESSAGES/balsa.mo +share/locale/et/LC_MESSAGES/balsa.mo +share/locale/fi/LC_MESSAGES/balsa.mo +share/locale/fr/LC_MESSAGES/balsa.mo +share/locale/ga/LC_MESSAGES/balsa.mo +share/locale/he/LC_MESSAGES/balsa.mo +share/locale/hi/LC_MESSAGES/balsa.mo +share/locale/hr/LC_MESSAGES/balsa.mo +share/locale/hu/LC_MESSAGES/balsa.mo +share/locale/it/LC_MESSAGES/balsa.mo +share/locale/ja/LC_MESSAGES/balsa.mo +share/locale/ko/LC_MESSAGES/balsa.mo +share/locale/lt/LC_MESSAGES/balsa.mo +share/locale/lv/LC_MESSAGES/balsa.mo +share/locale/ml/LC_MESSAGES/balsa.mo +share/locale/ms/LC_MESSAGES/balsa.mo +share/locale/nb/LC_MESSAGES/balsa.mo +share/locale/nl/LC_MESSAGES/balsa.mo +share/locale/nn/LC_MESSAGES/balsa.mo +share/locale/no/LC_MESSAGES/balsa.mo +share/locale/pa/LC_MESSAGES/balsa.mo +share/locale/pl/LC_MESSAGES/balsa.mo +share/locale/pt/LC_MESSAGES/balsa.mo +share/locale/pt_BR/LC_MESSAGES/balsa.mo +share/locale/ro/LC_MESSAGES/balsa.mo +share/locale/ru/LC_MESSAGES/balsa.mo +share/locale/rw/LC_MESSAGES/balsa.mo +share/locale/sk/LC_MESSAGES/balsa.mo +share/locale/sl/LC_MESSAGES/balsa.mo +share/locale/sq/LC_MESSAGES/balsa.mo +share/locale/sr/LC_MESSAGES/balsa.mo +share/locale/sr@Latn/LC_MESSAGES/balsa.mo +share/locale/sv/LC_MESSAGES/balsa.mo +share/locale/tr/LC_MESSAGES/balsa.mo +share/locale/uk/LC_MESSAGES/balsa.mo +share/locale/vi/LC_MESSAGES/balsa.mo +share/locale/wa/LC_MESSAGES/balsa.mo +share/locale/zh_CN/LC_MESSAGES/balsa.mo +share/locale/zh_TW/LC_MESSAGES/balsa.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/rw 2>/dev/null || true +@dirrm share/gnome/sounds/balsa +@dirrm share/gnome/omf/balsa +%%GTKICON%%@unexec rmdir %D/share/icons/hicolor/48x48/mimetypes 2>/dev/null || true +@dirrm share/gnome/help/balsa/C/figures +@dirrm share/gnome/help/balsa/C +@dirrm share/gnome/help/balsa +@dirrm share/gnome/balsa/pixmaps +@dirrm share/gnome/balsa/hicolor/24x24/apps +@dirrm share/gnome/balsa/hicolor/24x24 +@dirrm share/gnome/balsa/hicolor/16x16/apps +@dirrm share/gnome/balsa/hicolor/16x16 +@dirrm share/gnome/balsa/hicolor +@dirrm share/gnome/balsa +@unexec rm -f %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || true |