summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-30 22:57:51 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-30 22:57:51 +0000
commit6f9a53bfe71dc210374a630db384bd455b9a6f60 (patch)
tree3d6ee12fbecaafe9b8e0baa9d865c7d30385e83d /mail/claws-mail
parentRe-enable WITH_FULL_MOZILLA due to problems people have been reporting (diff)
Update to 0.7.5
PR: 37604 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=58383
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile8
-rw-r--r--mail/claws-mail/distinfo4
-rw-r--r--mail/claws-mail/files/patch-configure12
-rw-r--r--mail/claws-mail/files/patch-src-defs.h8
-rw-r--r--mail/claws-mail/files/patch-src-send.c11
-rw-r--r--mail/claws-mail/pkg-descr6
-rw-r--r--mail/claws-mail/pkg-plist302
7 files changed, 287 insertions, 64 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index b17c0a8d213f..cd7a47395287 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sylpheed-claws
-PORTVERSION= 0.7.4
-PORTREVISION= 1
+PORTVERSION= 0.7.5
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -18,7 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= corecode@corecode.ath.cx
-THEMEFILE= sylpheed-theme-pak1${EXTRACT_SUFX}
+THEMEVERSION= 2
+THEMEFILE= sylpheed-theme-pak${THEMEVERSION}${EXTRACT_SUFX}
USE_BZIP2= yes
USE_GMAKE= yes
@@ -106,7 +106,7 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
-.for i in README README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp tools/README.sylprint
+.for i in NEWS README README.LDAP README.jp README.claws TODO TODO.jp tools/README.sylprint
@${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
@${INSTALL_MAN} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
index 717adaca3191..d4a37b4803dc 100644
--- a/mail/claws-mail/distinfo
+++ b/mail/claws-mail/distinfo
@@ -1,2 +1,2 @@
-MD5 (sylpheed-0.7.4claws.tar.bz2) = 05073add80cb59b2f8f6a448275a7493
-MD5 (sylpheed-theme-pak1.tar.bz2) = 7fcc9148f6f1d458424923ec9851ef7c
+MD5 (sylpheed-0.7.5claws.tar.bz2) = b67bdc25aab35ff9b16fa1097113c032
+MD5 (sylpheed-theme-pak2.tar.bz2) = e62d7a6188d1212e0ceac8ed7aaecd62
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
index d4b1482f0868..47a8b864dc16 100644
--- a/mail/claws-mail/files/patch-configure
+++ b/mail/claws-mail/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Mon Mar 11 19:50:42 2002
-+++ configure Tue Mar 12 14:49:15 2002
-@@ -756,7 +756,7 @@
+--- configure.orig Sun Apr 28 09:44:55 2002
++++ configure Tue Apr 30 14:53:48 2002
+@@ -758,7 +758,7 @@
fi
@@ -9,7 +9,7 @@
MAJOR_VERSION=0
MINOR_VERSION=7
-@@ -1146,7 +1146,7 @@
+@@ -1148,7 +1148,7 @@
fi
@@ -18,7 +18,7 @@
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
-@@ -7470,9 +7470,9 @@
+@@ -7479,9 +7479,9 @@
localedir='${prefix}/${DATADIRNAME}/locale'
@@ -30,7 +30,7 @@
if test "x${datadir}" = 'x${prefix}/share'; then
-@@ -8939,7 +8939,7 @@
+@@ -8948,7 +8948,7 @@
if test "$ac_cv_enable_ldap" = yes; then
CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`"
diff --git a/mail/claws-mail/files/patch-src-defs.h b/mail/claws-mail/files/patch-src-defs.h
index 034e5f62e347..eea3dc665558 100644
--- a/mail/claws-mail/files/patch-src-defs.h
+++ b/mail/claws-mail/files/patch-src-defs.h
@@ -1,6 +1,6 @@
---- src/defs.h.orig Thu Feb 14 10:18:52 2002
-+++ src/defs.h Sat Feb 16 04:12:54 2002
-@@ -67,8 +67,8 @@
+--- src/defs.h.orig Tue Mar 19 08:44:45 2002
++++ src/defs.h Tue Apr 30 14:53:47 2002
+@@ -69,8 +69,8 @@
#define MARK_VERSION 2
#define DEFAULT_SIGNATURE ".signature"
@@ -11,7 +11,7 @@
/* #define DEFAULT_INC_PATH "/usr/bin/imget" */
/* #define DEFAULT_INC_PROGRAM "imget" */
#define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t"
-@@ -76,7 +76,7 @@
+@@ -78,7 +78,7 @@
#ifdef _PATH_MAILDIR
# define DEFAULT_SPOOL_PATH _PATH_MAILDIR
#else
diff --git a/mail/claws-mail/files/patch-src-send.c b/mail/claws-mail/files/patch-src-send.c
deleted file mode 100644
index d111334248cb..000000000000
--- a/mail/claws-mail/files/patch-src-send.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/send.c 10 Mar 2002 14:09:59 -0000 1.26
-+++ src/send.c 13 Mar 2002 00:41:07 -0000
-@@ -234,7 +234,7 @@
- }
-
- r = pclose(pipefp);
-- if (r != 0) {
-+ if (r > 0) {
- g_warning(_("external command failed: %s\n"), command);
- return -1;
- }
diff --git a/mail/claws-mail/pkg-descr b/mail/claws-mail/pkg-descr
index a8fa27fee1d9..b156b40ecf6c 100644
--- a/mail/claws-mail/pkg-descr
+++ b/mail/claws-mail/pkg-descr
@@ -13,9 +13,9 @@ In addition to the above, Sylpheed-claws has the following extra features:
'Request Return Receipt', 'Default To', and 'Default account'
* subject simplification for changing the display of subject lines via RegExp
* pixmap themes, delete news postings, new mail notification
-* selectable pop download of messages
-and more...
+* selectable pop download of messages, store GPG passphrase in memory
+and much more...
WWW: http://sylpheed-claws.sourceforge.net/
-- corecode
+- Simon 'corecode' Schubert
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist
index b769bd86633a..aeb3735ac057 100644
--- a/mail/claws-mail/pkg-plist
+++ b/mail/claws-mail/pkg-plist
@@ -3,14 +3,19 @@ bin/sylpheed-switcher
bin/sylprint.pl
etc/sylprint.rc.example
lib/charset.alias
+%%PORTDOCS%%share/doc/sylpheed-claws/NEWS
%%PORTDOCS%%share/doc/sylpheed-claws/README
+%%PORTDOCS%%share/doc/sylpheed-claws/README.LDAP
%%PORTDOCS%%share/doc/sylpheed-claws/README.claws
%%PORTDOCS%%share/doc/sylpheed-claws/README.jp
%%PORTDOCS%%share/doc/sylpheed-claws/README.sylprint
%%PORTDOCS%%share/doc/sylpheed-claws/README.tools
-%%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws
%%PORTDOCS%%share/doc/sylpheed-claws/TODO
%%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp
+%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-1.html
+%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-2.html
+%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-3.html
+%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq.html
%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html
%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html
%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html
@@ -27,6 +32,27 @@ lib/charset.alias
%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html
%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html
%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-1.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-10.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-11.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-12.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-13.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-14.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-15.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-16.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-17.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-18.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-19.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-2.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-20.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-3.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-4.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-5.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-6.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-7.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-8.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-9.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-1.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-10.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-11.html
@@ -37,7 +63,9 @@ lib/charset.alias
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-16.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-17.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-18.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-19.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-2.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-20.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-3.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-4.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-5.html
@@ -46,6 +74,27 @@ lib/charset.alias
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-8.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-9.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-1.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-10.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-11.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-12.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-13.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-14.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-15.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-16.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-17.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-18.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-19.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-2.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-20.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-3.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-4.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-5.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-6.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-7.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-8.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-9.html
+%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-1.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-10.html
%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-11.html
@@ -89,6 +138,7 @@ lib/charset.alias
share/locale/cs/LC_MESSAGES/sylpheed-claws.mo
share/locale/de/LC_MESSAGES/sylpheed-claws.mo
share/locale/el/LC_MESSAGES/sylpheed-claws.mo
+share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo
share/locale/es/LC_MESSAGES/sylpheed-claws.mo
share/locale/fr/LC_MESSAGES/sylpheed-claws.mo
share/locale/hr/LC_MESSAGES/sylpheed-claws.mo
@@ -155,6 +205,55 @@ share/sylpheed-claws/themes/Kovico-sylpheed/trash_open_hrm.xpm
share/sylpheed-claws/themes/Kovico-sylpheed/unread.xpm
share/sylpheed-claws/themes/Kovico-sylpheed/up_arrow.xpm
share/sylpheed-claws/themes/Kovico-sylpheed/vcard.xpm
+share/sylpheed-claws/themes/New_Session/Readme.txt
+share/sylpheed-claws/themes/New_Session/address.xpm
+share/sylpheed-claws/themes/New_Session/address_book.xpm
+share/sylpheed-claws/themes/New_Session/close.xpm
+share/sylpheed-claws/themes/New_Session/dir_close.xpm
+share/sylpheed-claws/themes/New_Session/dir_close_hrm.xpm
+share/sylpheed-claws/themes/New_Session/dir_open.xpm
+share/sylpheed-claws/themes/New_Session/dir_open_hrm.xpm
+share/sylpheed-claws/themes/New_Session/down_arrow.xpm
+share/sylpheed-claws/themes/New_Session/edit_extern.xpm
+share/sylpheed-claws/themes/New_Session/exec.xpm
+share/sylpheed-claws/themes/New_Session/forwarded.xpm
+share/sylpheed-claws/themes/New_Session/ignorethread.xpm
+share/sylpheed-claws/themes/New_Session/inbox_close.xpm
+share/sylpheed-claws/themes/New_Session/inbox_close_hrm.xpm
+share/sylpheed-claws/themes/New_Session/inbox_open.xpm
+share/sylpheed-claws/themes/New_Session/inbox_open_hrm.xpm
+share/sylpheed-claws/themes/New_Session/insert_file.xpm
+share/sylpheed-claws/themes/New_Session/mail.xpm
+share/sylpheed-claws/themes/New_Session/mail_attach.xpm
+share/sylpheed-claws/themes/New_Session/mail_compose.xpm
+share/sylpheed-claws/themes/New_Session/mail_forward.xpm
+share/sylpheed-claws/themes/New_Session/mail_receive.xpm
+share/sylpheed-claws/themes/New_Session/mail_receive_all.xpm
+share/sylpheed-claws/themes/New_Session/mail_reply.xpm
+share/sylpheed-claws/themes/New_Session/mail_reply_to_all.xpm
+share/sylpheed-claws/themes/New_Session/mail_reply_to_author.xpm
+share/sylpheed-claws/themes/New_Session/mail_send.xpm
+share/sylpheed-claws/themes/New_Session/mail_send_queue.xpm
+share/sylpheed-claws/themes/New_Session/mail_sign.xpm
+share/sylpheed-claws/themes/New_Session/new.xpm
+share/sylpheed-claws/themes/New_Session/news_compose.xpm
+share/sylpheed-claws/themes/New_Session/outbox_close.xpm
+share/sylpheed-claws/themes/New_Session/outbox_close_hrm.xpm
+share/sylpheed-claws/themes/New_Session/outbox_open.xpm
+share/sylpheed-claws/themes/New_Session/outbox_open_hrm.xpm
+share/sylpheed-claws/themes/New_Session/paste.xpm
+share/sylpheed-claws/themes/New_Session/queue_close.xpm
+share/sylpheed-claws/themes/New_Session/queue_close_hrm.xpm
+share/sylpheed-claws/themes/New_Session/queue_open.xpm
+share/sylpheed-claws/themes/New_Session/queue_open_hrm.xpm
+share/sylpheed-claws/themes/New_Session/replied.xpm
+share/sylpheed-claws/themes/New_Session/trash_close.xpm
+share/sylpheed-claws/themes/New_Session/trash_close_hrm.xpm
+share/sylpheed-claws/themes/New_Session/trash_open.xpm
+share/sylpheed-claws/themes/New_Session/trash_open_hrm.xpm
+share/sylpheed-claws/themes/New_Session/unread.xpm
+share/sylpheed-claws/themes/New_Session/up_arrow.xpm
+share/sylpheed-claws/themes/New_Session/vcard.xpm
share/sylpheed-claws/themes/Plain_and_Bluish/address.xpm
share/sylpheed-claws/themes/Plain_and_Bluish/address_book.xpm
share/sylpheed-claws/themes/Plain_and_Bluish/close.xpm
@@ -253,52 +352,187 @@ share/sylpheed-claws/themes/XeNtish/trash_open_hrm.xpm
share/sylpheed-claws/themes/XeNtish/unread.xpm
share/sylpheed-claws/themes/XeNtish/up_arrow.xpm
share/sylpheed-claws/themes/XeNtish/vcard.xpm
-share/sylpheed-claws/themes/tml-pixmaps/clip.xpm
-share/sylpheed-claws/themes/tml-pixmaps/close.xpm
-share/sylpheed-claws/themes/tml-pixmaps/dir_close.xpm
-share/sylpheed-claws/themes/tml-pixmaps/dir_close_hrm.xpm
-share/sylpheed-claws/themes/tml-pixmaps/dir_open.xpm
-share/sylpheed-claws/themes/tml-pixmaps/dir_open_hrm.xpm
-share/sylpheed-claws/themes/tml-pixmaps/down_arrow.xpm
-share/sylpheed-claws/themes/tml-pixmaps/inbox.xpm
-share/sylpheed-claws/themes/tml-pixmaps/inbox_hrm.xpm
-share/sylpheed-claws/themes/tml-pixmaps/locked.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_attach.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_compose.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_forward.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_receive.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_receive_all.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_reply.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_reply_to_all.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_reply_to_author.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_send.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mail_send_queue.xpm
-share/sylpheed-claws/themes/tml-pixmaps/mark.xpm
-share/sylpheed-claws/themes/tml-pixmaps/new.xpm
-share/sylpheed-claws/themes/tml-pixmaps/news_compose.xpm
-share/sylpheed-claws/themes/tml-pixmaps/outbox.xpm
-share/sylpheed-claws/themes/tml-pixmaps/outbox_hrm.xpm
-share/sylpheed-claws/themes/tml-pixmaps/paste.xpm
-share/sylpheed-claws/themes/tml-pixmaps/replied.xpm
-share/sylpheed-claws/themes/tml-pixmaps/trash_close.xpm
-share/sylpheed-claws/themes/tml-pixmaps/trash_hrm.xpm
-share/sylpheed-claws/themes/tml-pixmaps/trash_open.xpm
-share/sylpheed-claws/themes/tml-pixmaps/unread.xpm
-@dirrm share/sylpheed-claws/themes/tml-pixmaps
+share/sylpheed-claws/themes/black/README
+share/sylpheed-claws/themes/black/address.xpm
+share/sylpheed-claws/themes/black/address_book.xpm
+share/sylpheed-claws/themes/black/book.xpm
+share/sylpheed-claws/themes/black/clip.xpm
+share/sylpheed-claws/themes/black/clipkey.xpm
+share/sylpheed-claws/themes/black/close.xpm
+share/sylpheed-claws/themes/black/continue.xpm
+share/sylpheed-claws/themes/black/deleted.xpm
+share/sylpheed-claws/themes/black/dir_close.xpm
+share/sylpheed-claws/themes/black/dir_close_hrm.xpm
+share/sylpheed-claws/themes/black/dir_open.xpm
+share/sylpheed-claws/themes/black/dir_open_hrm.xpm
+share/sylpheed-claws/themes/black/down_arrow.xpm
+share/sylpheed-claws/themes/black/edit_extern.xpm
+share/sylpheed-claws/themes/black/error.xpm
+share/sylpheed-claws/themes/black/exec.xpm
+share/sylpheed-claws/themes/black/forwarded.xpm
+share/sylpheed-claws/themes/black/group.xpm
+share/sylpheed-claws/themes/black/ignorethread.xpm
+share/sylpheed-claws/themes/black/inbox_close.xpm
+share/sylpheed-claws/themes/black/inbox_close_hrm.xpm
+share/sylpheed-claws/themes/black/inbox_open.xpm
+share/sylpheed-claws/themes/black/inbox_open_hrm.xpm
+share/sylpheed-claws/themes/black/insert_file.xpm
+share/sylpheed-claws/themes/black/interface.xpm
+share/sylpheed-claws/themes/black/key.xpm
+share/sylpheed-claws/themes/black/linewrap.xpm
+share/sylpheed-claws/themes/black/locked.xpm
+share/sylpheed-claws/themes/black/mail.xpm
+share/sylpheed-claws/themes/black/mail_attach.xpm
+share/sylpheed-claws/themes/black/mail_compose.xpm
+share/sylpheed-claws/themes/black/mail_forward.xpm
+share/sylpheed-claws/themes/black/mail_receive.xpm
+share/sylpheed-claws/themes/black/mail_receive_all.xpm
+share/sylpheed-claws/themes/black/mail_reply.xpm
+share/sylpheed-claws/themes/black/mail_reply_to_all.xpm
+share/sylpheed-claws/themes/black/mail_reply_to_author.xpm
+share/sylpheed-claws/themes/black/mail_send.xpm
+share/sylpheed-claws/themes/black/mail_send_queue.xpm
+share/sylpheed-claws/themes/black/mail_sign.xpm
+share/sylpheed-claws/themes/black/mark.xpm
+share/sylpheed-claws/themes/black/new.xpm
+share/sylpheed-claws/themes/black/news_compose.xpm
+share/sylpheed-claws/themes/black/outbox_close.xpm
+share/sylpheed-claws/themes/black/outbox_close_hrm.xpm
+share/sylpheed-claws/themes/black/outbox_open.xpm
+share/sylpheed-claws/themes/black/outbox_open_hrm.xpm
+share/sylpheed-claws/themes/black/paste.xpm
+share/sylpheed-claws/themes/black/queue_close.xpm
+share/sylpheed-claws/themes/black/queue_close_hrm.xpm
+share/sylpheed-claws/themes/black/queue_open.xpm
+share/sylpheed-claws/themes/black/queue_open_hrm.xpm
+share/sylpheed-claws/themes/black/replied.xpm
+share/sylpheed-claws/themes/black/trash_close.xpm
+share/sylpheed-claws/themes/black/trash_close_hrm.xpm
+share/sylpheed-claws/themes/black/trash_open.xpm
+share/sylpheed-claws/themes/black/trash_open_hrm.xpm
+share/sylpheed-claws/themes/black/unread.xpm
+share/sylpheed-claws/themes/black/up_arrow.xpm
+share/sylpheed-claws/themes/black/vcard.xpm
+share/sylpheed-claws/themes/stw/address.xpm
+share/sylpheed-claws/themes/stw/address_book.xpm
+share/sylpheed-claws/themes/stw/clip.xpm
+share/sylpheed-claws/themes/stw/close.xpm
+share/sylpheed-claws/themes/stw/dir_close.xpm
+share/sylpheed-claws/themes/stw/dir_close_hrm.xpm
+share/sylpheed-claws/themes/stw/dir_open.xpm
+share/sylpheed-claws/themes/stw/dir_open_hrm.xpm
+share/sylpheed-claws/themes/stw/down_arrow.xpm
+share/sylpheed-claws/themes/stw/edit_extern.xpm
+share/sylpheed-claws/themes/stw/exec.xpm
+share/sylpheed-claws/themes/stw/forwarded.xpm
+share/sylpheed-claws/themes/stw/ignorethread.xpm
+share/sylpheed-claws/themes/stw/inbox_close.xpm
+share/sylpheed-claws/themes/stw/inbox_close_hrm.xpm
+share/sylpheed-claws/themes/stw/inbox_open.xpm
+share/sylpheed-claws/themes/stw/inbox_open_hrm.xpm
+share/sylpheed-claws/themes/stw/insert_file.xpm
+share/sylpheed-claws/themes/stw/linewrap.xpm
+share/sylpheed-claws/themes/stw/locked.xpm
+share/sylpheed-claws/themes/stw/mail.xpm
+share/sylpheed-claws/themes/stw/mail_attach.xpm
+share/sylpheed-claws/themes/stw/mail_compose.xpm
+share/sylpheed-claws/themes/stw/mail_forward.xpm
+share/sylpheed-claws/themes/stw/mail_receive.xpm
+share/sylpheed-claws/themes/stw/mail_receive_all.xpm
+share/sylpheed-claws/themes/stw/mail_reply.xpm
+share/sylpheed-claws/themes/stw/mail_reply_to_all.xpm
+share/sylpheed-claws/themes/stw/mail_reply_to_author.xpm
+share/sylpheed-claws/themes/stw/mail_send.xpm
+share/sylpheed-claws/themes/stw/mail_send_queue.xpm
+share/sylpheed-claws/themes/stw/mail_sign.xpm
+share/sylpheed-claws/themes/stw/mark.xpm
+share/sylpheed-claws/themes/stw/new.xpm
+share/sylpheed-claws/themes/stw/news_compose.xpm
+share/sylpheed-claws/themes/stw/outbox_close.xpm
+share/sylpheed-claws/themes/stw/outbox_close_hrm.xpm
+share/sylpheed-claws/themes/stw/outbox_open.xpm
+share/sylpheed-claws/themes/stw/outbox_open_hrm.xpm
+share/sylpheed-claws/themes/stw/paste.xpm
+share/sylpheed-claws/themes/stw/queue_close.xpm
+share/sylpheed-claws/themes/stw/queue_close_hrm.xpm
+share/sylpheed-claws/themes/stw/queue_open.xpm
+share/sylpheed-claws/themes/stw/queue_open_hrm.xpm
+share/sylpheed-claws/themes/stw/replied.xpm
+share/sylpheed-claws/themes/stw/trash_close.xpm
+share/sylpheed-claws/themes/stw/trash_close_hrm.xpm
+share/sylpheed-claws/themes/stw/trash_open.xpm
+share/sylpheed-claws/themes/stw/trash_open_hrm.xpm
+share/sylpheed-claws/themes/stw/unread.xpm
+share/sylpheed-claws/themes/stw/up_arrow.xpm
+share/sylpheed-claws/themes/stw/vcard.xpm
+share/sylpheed-claws/themes/tml02b/address.xpm
+share/sylpheed-claws/themes/tml02b/address_book.xpm
+share/sylpheed-claws/themes/tml02b/close.xpm
+share/sylpheed-claws/themes/tml02b/dir_close.xpm
+share/sylpheed-claws/themes/tml02b/dir_close_hrm.xpm
+share/sylpheed-claws/themes/tml02b/dir_open.xpm
+share/sylpheed-claws/themes/tml02b/dir_open_hrm.xpm
+share/sylpheed-claws/themes/tml02b/down_arrow.xpm
+share/sylpheed-claws/themes/tml02b/edit_extern.xpm
+share/sylpheed-claws/themes/tml02b/exec.xpm
+share/sylpheed-claws/themes/tml02b/forwarded.xpm
+share/sylpheed-claws/themes/tml02b/ignorethread.xpm
+share/sylpheed-claws/themes/tml02b/inbox_close.xpm
+share/sylpheed-claws/themes/tml02b/inbox_close_hrm.xpm
+share/sylpheed-claws/themes/tml02b/inbox_open.xpm
+share/sylpheed-claws/themes/tml02b/inbox_open_hrm.xpm
+share/sylpheed-claws/themes/tml02b/insert_file.xpm
+share/sylpheed-claws/themes/tml02b/mail.xpm
+share/sylpheed-claws/themes/tml02b/mail_attach.xpm
+share/sylpheed-claws/themes/tml02b/mail_compose.xpm
+share/sylpheed-claws/themes/tml02b/mail_forward.xpm
+share/sylpheed-claws/themes/tml02b/mail_receive.xpm
+share/sylpheed-claws/themes/tml02b/mail_receive_all.xpm
+share/sylpheed-claws/themes/tml02b/mail_reply.xpm
+share/sylpheed-claws/themes/tml02b/mail_reply_to_all.xpm
+share/sylpheed-claws/themes/tml02b/mail_reply_to_author.xpm
+share/sylpheed-claws/themes/tml02b/mail_send.xpm
+share/sylpheed-claws/themes/tml02b/mail_send_queue.xpm
+share/sylpheed-claws/themes/tml02b/mail_sign.xpm
+share/sylpheed-claws/themes/tml02b/new.xpm
+share/sylpheed-claws/themes/tml02b/news_compose.xpm
+share/sylpheed-claws/themes/tml02b/outbox_close.xpm
+share/sylpheed-claws/themes/tml02b/outbox_close_hrm.xpm
+share/sylpheed-claws/themes/tml02b/outbox_open.xpm
+share/sylpheed-claws/themes/tml02b/outbox_open_hrm.xpm
+share/sylpheed-claws/themes/tml02b/paste.xpm
+share/sylpheed-claws/themes/tml02b/queue_close.xpm
+share/sylpheed-claws/themes/tml02b/queue_close_hrm.xpm
+share/sylpheed-claws/themes/tml02b/queue_open.xpm
+share/sylpheed-claws/themes/tml02b/queue_open_hrm.xpm
+share/sylpheed-claws/themes/tml02b/replied.xpm
+share/sylpheed-claws/themes/tml02b/trash_close.xpm
+share/sylpheed-claws/themes/tml02b/trash_close_hrm.xpm
+share/sylpheed-claws/themes/tml02b/trash_open.xpm
+share/sylpheed-claws/themes/tml02b/trash_open_hrm.xpm
+share/sylpheed-claws/themes/tml02b/unread.xpm
+share/sylpheed-claws/themes/tml02b/up_arrow.xpm
+share/sylpheed-claws/themes/tml02b/vcard.xpm
+@dirrm share/sylpheed-claws/themes/tml02b
+@dirrm share/sylpheed-claws/themes/stw
+@dirrm share/sylpheed-claws/themes/black
@dirrm share/sylpheed-claws/themes/XeNtish
@dirrm share/sylpheed-claws/themes/Plain_and_Bluish
+@dirrm share/sylpheed-claws/themes/New_Session
@dirrm share/sylpheed-claws/themes/Kovico-sylpheed
@dirrm share/sylpheed-claws/themes
@dirrm share/sylpheed-claws
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/fr
+%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/es
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en
+%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/de
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/it
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/fr
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/es
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/en
+%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/de
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq
%%PORTDOCS%%@dirrm share/doc/sylpheed-claws