diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 21:44:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 21:44:00 +0000 |
commit | bea0f867fb7da282c1125ea3057e03a4775ad7bd (patch) | |
tree | b41d05e10d86d93fb4775a563d8b11af8c54b5ee /net-mail | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-bea0f867fb7da282c1125ea3057e03a4775ad7bd.tar.gz gentoo-2-bea0f867fb7da282c1125ea3057e03a4775ad7bd.tar.bz2 gentoo-2-bea0f867fb7da282c1125ea3057e03a4775ad7bd.zip |
reinstate gnome2_pkg_postinst
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.4.5.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index dc2be74f7d47..36126a0f71b2 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/evolution # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.90 2004/02/18 18:25:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.91 2004/03/07 21:44:00 liquidx Exp $ + + 07 Mar 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.5.ebuild: + reinstate gnome2_pkg_postinst 18 Feb 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.5.ebuild, files/evolution-1.4.5-nztimezone.patch: diff --git a/net-mail/evolution/evolution-1.4.5.ebuild b/net-mail/evolution/evolution-1.4.5.ebuild index b253b1c8a5e7..dc43f8857a14 100644 --- a/net-mail/evolution/evolution-1.4.5.ebuild +++ b/net-mail/evolution/evolution-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.14 2004/02/22 06:31:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.15 2004/03/07 21:44:00 liquidx Exp $ # kde before gnome2, otherwise kde_src_install will override gnome2_src_install use kde && inherit kde @@ -178,6 +178,7 @@ src_compile() { } pkg_postinst() { + 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'" einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'" |