diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-04 00:20:56 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-04 00:20:56 +0000 |
commit | 14075a35a90ba1a1fd79c04ca937f4ac6e9b2473 (patch) | |
tree | 5473da644b6de1dfd411ff30c8d33a45a398a6af /net-mail | |
parent | some more patches (diff) | |
download | gentoo-2-14075a35a90ba1a1fd79c04ca937f4ac6e9b2473.tar.gz gentoo-2-14075a35a90ba1a1fd79c04ca937f4ac6e9b2473.tar.bz2 gentoo-2-14075a35a90ba1a1fd79c04ca937f4ac6e9b2473.zip |
Added math viewer plugin, thanks to matsuu.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sylpheed-claws/Manifest | 16 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild | 5 |
2 files changed, 12 insertions, 9 deletions
diff --git a/net-mail/sylpheed-claws/Manifest b/net-mail/sylpheed-claws/Manifest index 1561676bc98a..f8c88fa82c51 100644 --- a/net-mail/sylpheed-claws/Manifest +++ b/net-mail/sylpheed-claws/Manifest @@ -1,14 +1,14 @@ -MD5 be4da8247109048b4dfe2b6fdc075f6e ChangeLog 8224 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 a3a8e5b3da5e581d6674f4e65a1926b8 sylpheed-claws-0.8.11.ebuild 2965 -MD5 cfb206e546329329c3c03b8d684fbf8b sylpheed-claws-0.9.0-r1.ebuild 3357 MD5 db26a8cdd52bde2c189717166ff5064b sylpheed-claws-0.9.0.ebuild 3062 +MD5 0672cd32740b2cb8ec62351294a90ad0 sylpheed-claws-0.9.4.ebuild 3495 +MD5 cfb206e546329329c3c03b8d684fbf8b sylpheed-claws-0.9.0-r1.ebuild 3357 +MD5 a3a8e5b3da5e581d6674f4e65a1926b8 sylpheed-claws-0.8.11.ebuild 2965 +MD5 be4da8247109048b4dfe2b6fdc075f6e ChangeLog 8224 MD5 6969798bba9c8660991790c2cb77fe46 sylpheed-claws-0.9.3.ebuild 3345 -MD5 6ab2593da80edd817d09b1fb4a1a9fc1 sylpheed-claws-0.9.4.ebuild 3394 -MD5 8b029fc7176a8bad264d1676bd83984b files/digest-sylpheed-claws-0.8.11 74 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0 73 -MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0-r1 73 MD5 07b639d20c786fdd9426a268d9c08a70 files/digest-sylpheed-claws-0.9.3 73 MD5 bc2cbfb7afd5f4264ea57fbdc55874f8 files/digest-sylpheed-claws-0.9.4 73 -MD5 bf4c9cd9cb7cdc6ece7d4d327910f0cf files/procmime.patch 977 +MD5 8b029fc7176a8bad264d1676bd83984b files/digest-sylpheed-claws-0.8.11 74 MD5 debd84fa61847ff672e179bcb7845e2b files/sylpheed-0.8.3claws32-dillo.patch 9123 +MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0-r1 73 +MD5 bf4c9cd9cb7cdc6ece7d4d327910f0cf files/procmime.patch 977 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild index d3311f2ba1ef..0cb965c91bc6 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.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.4.ebuild,v 1.3 2003/08/30 09:28:30 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild,v 1.4 2003/09/04 00:20:46 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda clamav" @@ -24,6 +24,7 @@ DEPEND="=x11-libs/gtk+-1.2* crypt? ( =app-crypt/gpgme-0.3.14 ) gnome? ( >=media-libs/gdk-pixbuf-0.16 ) imlib? ( >=media-libs/imlib-1.9.10 ) + xml? ( >=x11-libs/gtkmathview-0.4.2 ) spell? ( virtual/aspell-dict ) xface? ( >=media-libs/compface-1.4 ) clamav? ( net-mail/clamav ) @@ -77,6 +78,8 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" + use xml && myconf="${myconf} --enable-mathml-viewer-plugin" + #use gtkhtml \ # && myconf="${myconf} --enable-dillo-viewer-plugin" \ # || myconf="${myconf} --disable-dillo-viewer-plugin" |