jlec 15/03/24 19:42:04 Modified: gkrellstock-0.5-r1.ebuild ChangeLog Log: Fix build problems due to missing CFLAGS, #544090; respect LDFLAGS, #340957 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?r1=1.1&r2=1.2 Index: gkrellstock-0.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gkrellstock-0.5-r1.ebuild 20 Mar 2015 16:10:37 -0000 1.1 +++ gkrellstock-0.5-r1.ebuild 24 Mar 2015 19:42:04 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.1 2015/03/20 16:10:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.2 2015/03/24 19:42:04 jlec Exp $ EAPI=5 -inherit gkrellm-plugin toolchain-funcs +inherit flag-o-matic gkrellm-plugin toolchain-funcs DESCRIPTION="Get Stock quotes plugin for Gkrellm2" HOMEPAGE="http://gkrellstock.sourceforge.net/" @@ -16,11 +16,20 @@ IUSE="" RDEPEND=" + dev-libs/glib:2 + x11-libs/gtk+:2 dev-perl/libwww-perl dev-perl/Finance-Quote" +DEPEND="virtual/pkgconfig" S=${WORKDIR}/${P/s/S} +src_prepare() { + epatch "${FILESDIR}"/${P}-ldflags.patch + append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0) + append-flags -fPIC +} + src_compile() { emake CC=$(tc-getCC) } 1.16 x11-plugins/gkrellstock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 20 Mar 2015 16:10:37 -0000 1.15 +++ ChangeLog 24 Mar 2015 19:42:04 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellstock # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.15 2015/03/20 16:10:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.16 2015/03/24 19:42:04 jlec Exp $ + + 24 Mar 2015; Justin Lecher <[email protected]> + +files/gkrellstock-0.5-ldflags.patch, gkrellstock-0.5-r1.ebuild: + Fix build problems due to missing CFLAGS, #544090; respect LDFLAGS, #340957 *gkrellstock-0.5-r1 (20 Mar 2015)
