From 11dd48bd9cc1e75bee4c2d6594f2657e36ac00f0 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Mon, 13 Aug 2012 15:54:08 +0000 Subject: Add updated info statement about fox17.pc re bug #426718 --- eclass/ChangeLog | 5 ++++- eclass/fox.eclass | 25 +++++++++++++++++-------- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 0ec1d0ceb5c5..cec5cf92bbf7 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.365 2012/08/05 19:26:36 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.366 2012/08/13 15:54:08 mabi Exp $ + + 13 Aug 2012; Matti Bickel fox.eclass: + Add updated info statement about fox17.pc re bug #426718 05 Aug 2012; Joerg Bornkessel vdr-plugin-2.eclass: fix for wrong detected *.pot file in po dir diff --git a/eclass/fox.eclass b/eclass/fox.eclass index 06b26a840c98..63d2c51ef715 100644 --- a/eclass/fox.eclass +++ b/eclass/fox.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.15 2012/02/12 21:45:28 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.16 2012/08/13 15:54:08 mabi Exp $ # @ECLASS: fox.eclass # @MAINTAINER: @@ -210,12 +210,21 @@ fox_pkg_postinst() { einfo "(adie, calculator, pathfinder, shutterbug) are now available as" einfo "separate ebuilds." echo - einfo "The fox-config script has been installed as fox-${FOXVER}-config." - einfo "The fox-wrapper package is used to direct calls to fox-config" - einfo "to the correct versioned script, based on the WANT_FOX variable." - einfo "For example:" - einfo - einfo " WANT_FOX=\"${FOXVER}\" fox-config " + + if version_is_at_least "1.7.25"; then + einfo "Fox versions after 1.7.25 ships a pkg-config file called fox17.pc" + einfo "instead of the previous fox-config tool." + einfo "You now get all info via pkg-config:" + einfo + einfo "pkg-config fox17 --libs (etc.)" + else + einfo "The fox-config script has been installed as fox-${FOXVER}-config." + einfo "The fox-wrapper package is used to direct calls to fox-config" + einfo "to the correct versioned script, based on the WANT_FOX variable." + einfo "For example:" + einfo + einfo " WANT_FOX=\"${FOXVER}\" fox-config " + fi einfo fi } -- cgit v1.2.3-65-gdbad