tetromino 14/03/17 23:44:49 Modified: libgnomeprint-2.18.8.ebuild ChangeLog Log: Fix patch to work with both freetype-2.4.11 and >=2.5.1 (bug #504850, thanks to Fabio Rossi). (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path 1.13 gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?r1=1.12&r2=1.13 Index: libgnomeprint-2.18.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libgnomeprint-2.18.8.ebuild 17 Mar 2014 04:05:13 -0000 1.12 +++ libgnomeprint-2.18.8.ebuild 17 Mar 2014 23:44:49 -0000 1.13 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.12 2014/03/17 04:05:13 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.13 2014/03/17 23:44:49 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" -inherit eutils gnome2 +inherit autotools eutils gnome2 DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" @@ -46,6 +46,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-stdio-include.patch epatch "${FILESDIR}"/${P}-freetype-2.5.1.patch + eautoreconf gnome2_src_prepare # Drop DEPRECATED flags, bug #384807 1.196 gnome-base/libgnomeprint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.196&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.196&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.195&r2=1.196 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- ChangeLog 17 Mar 2014 04:05:13 -0000 1.195 +++ ChangeLog 17 Mar 2014 23:44:49 -0000 1.196 @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomeprint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.195 2014/03/17 04:05:13 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.196 2014/03/17 23:44:49 tetromino Exp $ + + 17 Mar 2014; Alexandre Rostovtsev <[email protected]> + libgnomeprint-2.18.8.ebuild, files/libgnomeprint-2.18.8-freetype-2.5.1.patch: + Fix patch to work with both freetype-2.4.11 and >=2.5.1 (bug #504850, thanks + to Fabio Rossi). 17 Mar 2014; Alexandre Rostovtsev <[email protected]> libgnomeprint-2.18.8.ebuild,
