diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-14 15:59:50 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-14 15:59:50 +0000 |
commit | 89d3fc5af32192c1d3a86e2cdadd598a9a5bc314 (patch) | |
tree | b27d9e411da002a2c241b9ba602c213f223799c8 /net-mail/sylpheed-claws | |
parent | Initial import. Bug #18981 (diff) | |
download | gentoo-2-89d3fc5af32192c1d3a86e2cdadd598a9a5bc314.tar.gz gentoo-2-89d3fc5af32192c1d3a86e2cdadd598a9a5bc314.tar.bz2 gentoo-2-89d3fc5af32192c1d3a86e2cdadd598a9a5bc314.zip |
Enabled tray icon plugin.
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/Manifest | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog index e50ad28ee1db..5301abdd008b 100644 --- a/net-mail/sylpheed-claws/ChangeLog +++ b/net-mail/sylpheed-claws/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/sylpheed-claws # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.41 2003/06/07 07:18:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.42 2003/06/14 15:59:34 bcowan Exp $ + + 14 Jun 2003; Brad Cowan <bcowan@gentoo.org> sylpheed-claws-0.9.0-r1.ebuild: + Enabled tray icon plugin *sylpheed-claws-0.9.0-r1 (07 Jun 2003) diff --git a/net-mail/sylpheed-claws/Manifest b/net-mail/sylpheed-claws/Manifest index 82be066fc0be..2c74dcafe65a 100644 --- a/net-mail/sylpheed-claws/Manifest +++ b/net-mail/sylpheed-claws/Manifest @@ -1,7 +1,7 @@ MD5 170d67cf4237fee47d86e74c3b15ac88 sylpheed-claws-0.9.0.ebuild 3064 -MD5 81eb6637af252afa35117032bee7d7a1 sylpheed-claws-0.9.0-r1.ebuild 3330 +MD5 952623f9e2c9d61b9443c11316ef8bbe sylpheed-claws-0.9.0-r1.ebuild 3358 MD5 20cd68ce8142f70ab136e0d6caf97df8 sylpheed-claws-0.8.11.ebuild 2967 -MD5 07a4b2c9fddce198164b2d4e27684ac9 ChangeLog 7614 +MD5 3fba9d005545ea0b5513ddcb61b2196d ChangeLog 7719 MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0 73 MD5 8b029fc7176a8bad264d1676bd83984b files/digest-sylpheed-claws-0.8.11 74 MD5 debd84fa61847ff672e179bcb7845e2b files/sylpheed-0.8.3claws32-dillo.patch 9123 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild index cf9b9c03aca6..4c566fca9fba 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild,v 1.1 2003/06/07 07:18:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.0-r1.ebuild,v 1.2 2003/06/14 15:59:34 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda clamav" @@ -88,6 +88,7 @@ src_compile() { econf \ --program-suffix=-claws \ + --enable-trayicon-plugin \ --enable-spamassassin-plugin \ ${myconf} || die "./configure failed" |