Index: head/mail/sylpheed/Makefile =================================================================== --- head/mail/sylpheed/Makefile (revision 461492) +++ head/mail/sylpheed/Makefile (revision 461493) @@ -1,122 +1,121 @@ # Created by: shigeri # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.6.0 -PORTREVISION= 1 +PORTVERSION= 3.7.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \ libtool USE_GNOME= gtk20 cairo gdkpixbuf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-ipv6 \ --prefix=${PREFIX} \ --program-transform-name='' CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]* OPTIONS_DEFINE= CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \ ONIGURUMA SSL HIDE_OSSIG CA_BUNDLE_DESC= Include CA bundle for certificate verification COMPFACE_DESC= X-Face support CURL_DESC= libcurl dependency (remote update check) GPGME_DESC= GnuPG support using GPGME GTKSPELL_DESC= Spell checking support HIDE_OSSIG_DESC=Hide OS and GTK signature in mail header JPILOT_DESC= JPilot support ONIGURUMA_DESC= Oniguruma support OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL GPGME SSL CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces COMPFACE_CONFIGURE_ENABLE= compface CURL_RUN_DEPENDS= curl:ftp/curl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \ libgpg-error.so:security/libgpg-error \ libassuan.so:security/libassuan GPGME_RUN_DEPENDS= gpg:security/gnupg GPGME_CONFIGURE_ENABLE= gpgme GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libenchant.so:textproc/enchant \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus GTKSPELL_CONFIGURE_ENABLE= gtkspell HIDE_OSSIG_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main.c JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link JPILOT_RUN_DEPENDS= jpilot:palm/jpilot JPILOT_CONFIGURE_ENABLE= jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl SSL_USES= ssl .include MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ manual/ja/Makefile.in src/Makefile.in libsylph/Makefile.in \ src/icons/Makefile.in post-patch: @${REINPLACE_CMD} -e 's|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g;' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/libsylph/procmime.c # to prevent breaking cc of ldif.c because of a base64.h in PREFIX/include @${REINPLACE_CMD} -e 's|^\(DEFS.*\.\.\)$$|\1 -I../libsylph|' \ ${WRKSRC}/src/Makefile.in .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq nsis$$|SUBDIRS = ac libsylph src plugin po nsis|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ ${WRKSRC}/${i} .endfor .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ChangeLog INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${i}.ja ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include Index: head/mail/sylpheed/distinfo =================================================================== --- head/mail/sylpheed/distinfo (revision 461492) +++ head/mail/sylpheed/distinfo (revision 461493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499074053 -SHA256 (sylpheed-3.6.0.tar.bz2) = eba4a70b43b49dbf419934796677a69a71d069b71b0dd697a0008836be4db345 -SIZE (sylpheed-3.6.0.tar.bz2) = 3568998 +TIMESTAMP = 1518349598 +SHA256 (sylpheed-3.7.0.tar.bz2) = eb23e6bda2c02095dfb0130668cf7c75d1f256904e3a7337815b4da5cb72eb04 +SIZE (sylpheed-3.7.0.tar.bz2) = 3612328 Index: head/mail/sylpheed/files/patch-libsylph-defs.h =================================================================== --- head/mail/sylpheed/files/patch-libsylph-defs.h (revision 461492) +++ head/mail/sylpheed/files/patch-libsylph-defs.h (nonexistent) @@ -1,22 +0,0 @@ ---- libsylph/defs.h.orig 2012-03-26 07:27:43 UTC -+++ libsylph/defs.h -@@ -89,8 +89,8 @@ - #else - # define DEFAULT_SIGNATURE ".signature" - #endif --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i" -@@ -103,7 +103,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/spool" - #endif - - #define BUFFSIZE 8192 Property changes on: head/mail/sylpheed/files/patch-libsylph-defs.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/sylpheed/files/patch-src-printing.c =================================================================== --- head/mail/sylpheed/files/patch-src-printing.c (revision 461492) +++ head/mail/sylpheed/files/patch-src-printing.c (nonexistent) @@ -1,22 +0,0 @@ ---- src/printing.c.orig 2013-05-15 04:23:40 UTC -+++ src/printing.c -@@ -151,8 +151,6 @@ static gint layout_set_headers(PangoLayo - - desc = pango_font_description_from_string(prefs_common_get()->textfont); - size = pango_font_description_get_size(desc); -- pango_font_description_free(desc); -- desc = gtkut_get_default_font_desc(); - pango_font_description_set_size(desc, size); - pango_layout_set_font_description(layout, desc); - pango_font_description_free(desc); -@@ -417,10 +415,6 @@ static void draw_page(GtkPrintOperation - } - debug_print("count = %d\n", count); - -- desc = gtkut_get_default_font_desc(); -- pango_font_description_set_size(desc, font_size); -- pango_layout_set_font_description(layout, desc); -- pango_font_description_free(desc); - g_snprintf(buf, sizeof(buf), "- %d -", pinfo->page_nr_per_msg + 1); - pango_layout_set_text(layout, buf, -1); - pango_layout_set_alignment(layout, PANGO_ALIGN_CENTER); Property changes on: head/mail/sylpheed/files/patch-src-printing.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/sylpheed/files/patch-libsylph_defs.h =================================================================== --- head/mail/sylpheed/files/patch-libsylph_defs.h (nonexistent) +++ head/mail/sylpheed/files/patch-libsylph_defs.h (revision 461493) @@ -0,0 +1,22 @@ +--- libsylph/defs.h.orig 2012-03-26 07:27:43 UTC ++++ libsylph/defs.h +@@ -89,8 +89,8 @@ + #else + # define DEFAULT_SIGNATURE ".signature" + #endif +-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" +-#define DEFAULT_INC_PROGRAM "inc" ++#define DEFAULT_INC_PATH "" ++#define DEFAULT_INC_PROGRAM "" + /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ + /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i" +@@ -103,7 +103,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/spool" + #endif + + #define BUFFSIZE 8192 Property changes on: head/mail/sylpheed/files/patch-libsylph_defs.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/sylpheed/files/patch-src_printing.c =================================================================== --- head/mail/sylpheed/files/patch-src_printing.c (nonexistent) +++ head/mail/sylpheed/files/patch-src_printing.c (revision 461493) @@ -0,0 +1,22 @@ +--- src/printing.c.orig 2017-11-15 04:12:56 UTC ++++ src/printing.c +@@ -154,8 +154,6 @@ static gint layout_set_headers(PangoLayo + + desc = pango_font_description_from_string(prefs_common_get()->textfont); + size = pango_font_description_get_size(desc); +- pango_font_description_free(desc); +- desc = gtkut_get_default_font_desc(); + debug_print("layout_set_headers: using font %s (style %d, %g pt)\n", pango_font_description_get_family(desc), pango_font_description_get_style(desc), (gdouble)size / PANGO_SCALE); + pango_font_description_set_size(desc, size); + pango_layout_set_font_description(layout, desc); +@@ -433,10 +431,6 @@ static void draw_page(GtkPrintOperation + } + debug_print("count = %d\n", count); + +- desc = gtkut_get_default_font_desc(); +- pango_font_description_set_size(desc, font_size); +- pango_layout_set_font_description(layout, desc); +- pango_font_description_free(desc); + g_snprintf(buf, sizeof(buf), "- %d -", pinfo->page_nr_per_msg + 1); + pango_layout_set_text(layout, buf, -1); + pango_layout_set_alignment(layout, PANGO_ALIGN_CENTER); Property changes on: head/mail/sylpheed/files/patch-src_printing.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/sylpheed/pkg-plist =================================================================== --- head/mail/sylpheed/pkg-plist (revision 461492) +++ head/mail/sylpheed/pkg-plist (revision 461493) @@ -1,164 +1,164 @@ bin/sylpheed include/sylpheed/plugin.h include/sylpheed/plugin-types.h include/sylpheed/sylph/account.h include/sylpheed/sylph/base64.h include/sylpheed/sylph/codeconv.h include/sylpheed/sylph/customheader.h include/sylpheed/sylph/defs.h include/sylpheed/sylph/displayheader.h include/sylpheed/sylph/enums.h include/sylpheed/sylph/filter.h include/sylpheed/sylph/folder.h include/sylpheed/sylph/html.h include/sylpheed/sylph/imap.h include/sylpheed/sylph/mbox.h include/sylpheed/sylph/md5.h include/sylpheed/sylph/md5_hmac.h include/sylpheed/sylph/mh.h include/sylpheed/sylph/news.h include/sylpheed/sylph/nntp.h include/sylpheed/sylph/pop.h include/sylpheed/sylph/prefs.h include/sylpheed/sylph/prefs_account.h include/sylpheed/sylph/prefs_common.h include/sylpheed/sylph/procheader.h include/sylpheed/sylph/procmime.h include/sylpheed/sylph/procmsg.h include/sylpheed/sylph/quoted-printable.h include/sylpheed/sylph/recv.h include/sylpheed/sylph/session.h include/sylpheed/sylph/smtp.h include/sylpheed/sylph/socket.h include/sylpheed/sylph/socks.h include/sylpheed/sylph/ssl.h include/sylpheed/sylph/ssl_hostname_validation.h include/sylpheed/sylph/stringtable.h include/sylpheed/sylph/syl-marshal.h include/sylpheed/sylph/sylmain.h include/sylpheed/sylph/unmime.h include/sylpheed/sylph/utils.h include/sylpheed/sylph/uuencode.h include/sylpheed/sylph/virtual.h include/sylpheed/sylph/xml.h lib/libsylph-0.so lib/libsylph-0.so.1 -lib/libsylph-0.so.1.2.1 +lib/libsylph-0.so.1.3.0 lib/libsylpheed-plugin-0.so lib/libsylpheed-plugin-0.so.1 -lib/libsylpheed-plugin-0.so.1.2.1 +lib/libsylpheed-plugin-0.so.1.3.0 share/applications/sylpheed.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL.ja %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.ja %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TODO.ja %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-4.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-21.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-22.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-21.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-22.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-23.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-24.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-25.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-26.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-27.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html share/locale/be/LC_MESSAGES/sylpheed.mo share/locale/bg/LC_MESSAGES/sylpheed.mo share/locale/cs/LC_MESSAGES/sylpheed.mo share/locale/da/LC_MESSAGES/sylpheed.mo share/locale/de/LC_MESSAGES/sylpheed.mo share/locale/el/LC_MESSAGES/sylpheed.mo share/locale/es/LC_MESSAGES/sylpheed.mo share/locale/et/LC_MESSAGES/sylpheed.mo share/locale/eu/LC_MESSAGES/sylpheed.mo share/locale/fi/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo share/locale/gl/LC_MESSAGES/sylpheed.mo share/locale/he/LC_MESSAGES/sylpheed.mo share/locale/hr/LC_MESSAGES/sylpheed.mo share/locale/hu/LC_MESSAGES/sylpheed.mo share/locale/it/LC_MESSAGES/sylpheed.mo share/locale/ja/LC_MESSAGES/sylpheed.mo share/locale/ko/LC_MESSAGES/sylpheed.mo share/locale/lt/LC_MESSAGES/sylpheed.mo share/locale/nl/LC_MESSAGES/sylpheed.mo share/locale/pl/LC_MESSAGES/sylpheed.mo share/locale/pt_BR/LC_MESSAGES/sylpheed.mo share/locale/ro/LC_MESSAGES/sylpheed.mo share/locale/ru/LC_MESSAGES/sylpheed.mo share/locale/sk/LC_MESSAGES/sylpheed.mo share/locale/sl/LC_MESSAGES/sylpheed.mo share/locale/sr/LC_MESSAGES/sylpheed.mo share/locale/sv/LC_MESSAGES/sylpheed.mo share/locale/tr/LC_MESSAGES/sylpheed.mo 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