summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-06-19 21:35:48 +0000
committerPacho Ramos <pacho@gentoo.org>2011-06-19 21:35:48 +0000
commit2097d79af4bfecf82eb6640c69a58af7f3f0ca80 (patch)
tree833827e1e1053d8eb6e299d7461be1c5825010aa /mail-client
parentVersion bump, also fix bug #349782 (linking problems) with tetromino's solution. (diff)
downloadgentoo-2-2097d79af4bfecf82eb6640c69a58af7f3f0ca80.tar.gz
gentoo-2-2097d79af4bfecf82eb6640c69a58af7f3f0ca80.tar.bz2
gentoo-2-2097d79af4bfecf82eb6640c69a58af7f3f0ca80.zip
Version bump, remove old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/evolution/ChangeLog8
-rw-r--r--mail-client/evolution/evolution-2.32.3.ebuild (renamed from mail-client/evolution/evolution-2.32.2-r2.ebuild)17
2 files changed, 18 insertions, 7 deletions
diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog
index 67187d9067b7..430fd8b1a50c 100644
--- a/mail-client/evolution/ChangeLog
+++ b/mail-client/evolution/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/evolution
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.336 2011/04/17 17:07:25 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.337 2011/06/19 21:35:48 pacho Exp $
+
+*evolution-2.32.3 (19 Jun 2011)
+
+ 19 Jun 2011; Pacho Ramos <pacho@gentoo.org> -evolution-2.32.2-r2.ebuild,
+ +evolution-2.32.3.ebuild:
+ Version bump, remove old.
17 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org>
-files/evolution-2.30.1.2-configure.patch, -evolution-2.30.2-r1.ebuild,
diff --git a/mail-client/evolution/evolution-2.32.2-r2.ebuild b/mail-client/evolution/evolution-2.32.3.ebuild
index ad1a60e28fa5..b4009e092e30 100644
--- a/mail-client/evolution/evolution-2.32.2-r2.ebuild
+++ b/mail-client/evolution/evolution-2.32.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.32.2-r2.ebuild,v 1.1 2011/03/27 20:36:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.32.3.ebuild,v 1.1 2011/06/19 21:35:48 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
-SRC_URI="${SRC_URI} http://dev.gentoo.org/~pacho/gnome/${P}-patches.tar.bz2"
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~pacho/gnome/${P}-patches.tar.xz"
LICENSE="GPL-2 LGPL-2 OPENLDAP"
SLOT="2.0"
@@ -173,11 +173,16 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- elog "To change the default browser if you are not using GNOME, do:"
- elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'firefox %s'"
- elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'firefox %s'"
+ elog "To change the default browser if you are not using GNOME, edit"
+ elog "~/.local/share/applications/mimeapps.list so it includes the"
+ elog "following content:"
elog ""
- elog "Replace 'firefox %s' with which ever browser you use."
+ elog "[Default Applications]"
+ elog "x-scheme-handler/http=firefox.desktop"
+ elog "x-scheme-handler/https=firefox.desktop"
+ elog ""
+ elog "(replace firefox.desktop with the name of the appropriate .desktop"
+ elog "file from /usr/share/applications if you use a different browser)."
elog ""
elog "Junk filters are now a run-time choice. You will get a choice of"
elog "bogofilter or spamassassin based on which you have installed"