diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-02 23:07:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-02 23:07:46 +0000 |
commit | d9ad700d1890c563fbadd45647107a86fe80c0a7 (patch) | |
tree | 9e207e7c9941465ed12beb87e1207443dd7de396 /mail-client/evolution/evolution-1.4.6.ebuild | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-d9ad700d1890c563fbadd45647107a86fe80c0a7.tar.gz gentoo-2-d9ad700d1890c563fbadd45647107a86fe80c0a7.tar.bz2 gentoo-2-d9ad700d1890c563fbadd45647107a86fe80c0a7.zip |
add camel patch (#66024) for newer gcc's, removed addressbook camel.la workaround, added alternatives support to make /usr/bin/evolution symlink
Diffstat (limited to 'mail-client/evolution/evolution-1.4.6.ebuild')
-rw-r--r-- | mail-client/evolution/evolution-1.4.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-client/evolution/evolution-1.4.6.ebuild b/mail-client/evolution/evolution-1.4.6.ebuild index c11062c9dced..2a5c86a36825 100644 --- a/mail-client/evolution/evolution-1.4.6.ebuild +++ b/mail-client/evolution/evolution-1.4.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.4.6.ebuild,v 1.12 2004/09/17 13:58:53 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.4.6.ebuild,v 1.13 2004/10/02 23:07:46 liquidx Exp $ -inherit flag-o-matic virtualx gnome2 eutils +inherit flag-o-matic virtualx gnome2 eutils alternatives # problems with -O3 on gcc-3.3.1 replace-flags -O3 -O2 @@ -175,6 +175,7 @@ src_compile() { } pkg_postinst() { + alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]" gnome2_pkg_postinst einfo "To change the default browser if you are not using GNOME, do:" einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'" |