diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-03 22:25:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-03 22:25:57 +0000 |
commit | c7a12299ba018665bfe5e794c56188d3dfe555e8 (patch) | |
tree | dfa3d7ef1cb48f9098fc9111bdecf51a5ebc4504 /x11-libs/vte | |
parent | Version bump (diff) | |
download | gentoo-2-c7a12299ba018665bfe5e794c56188d3dfe555e8.tar.gz gentoo-2-c7a12299ba018665bfe5e794c56188d3dfe555e8.tar.bz2 gentoo-2-c7a12299ba018665bfe5e794c56188d3dfe555e8.zip |
Bump to 0.20.4. Backspace patch made it upstream with a soname change.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 12 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.20.4.ebuild (renamed from x11-libs/vte/vte-0.20.1.ebuild) | 18 |
2 files changed, 26 insertions, 4 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index c28b1e865f53..344677e62d31 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.226 2009/05/28 21:03:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.227 2009/06/03 22:25:57 eva Exp $ + + 03 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org> -vte-0.20.1.ebuild, + +vte-0.20.4.ebuild: + Bump to 0.20.4. Backspace patch made it upstream with a soname change. + +*vte-0.20.4 (03 Jun 2009) + + 03 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org> -vte-0.20.1.ebuild, + +vte-0.20.4.ebuild: + Bump to 0.20.4. Backspace patch made it upstream with a soname change. *vte-0.20.3 (28 May 2009) diff --git a/x11-libs/vte/vte-0.20.1.ebuild b/x11-libs/vte/vte-0.20.4.ebuild index 00308c53c0e5..ba230a8ce87d 100644 --- a/x11-libs/vte/vte-0.20.1.ebuild +++ b/x11-libs/vte/vte-0.20.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.1.ebuild,v 1.1 2009/05/03 17:24:56 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.4.ebuild,v 1.1 2009/06/03 22:25:57 eva Exp $ EAPI="2" @@ -43,6 +43,18 @@ pkg_setup() { src_prepare() { gnome2_src_prepare - # backspace broken within screen, bug #249618 - epatch "${FILESDIR}/${PN}-0.17.4-no-null-backspace.patch" + # Fix intltoolize broken file, see upstream #577133 + sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" +} + +pkg_preinst() { + gnome2_pkg_preinst + preserve_old_lib /usr/$(get_libdir)/libvte.so.9 + preserve_old_lib /usr/$(get_libdir)/libvte.so.9.5.3 +} + +pkg_postinst() { + gnome2_pkg_postinst + preserve_old_lib_notify /usr/$(get_libdir)/libvte.so.9 + preserve_old_lib_notify /usr/$(get_libdir)/libvte.so.9.5.3 } |