ssuominen 14/03/10 09:39:13 Modified: hsetroot-1.0.2.ebuild ChangeLog Log: Use pkg-config to get $(X11_LIBS) for the hsetroot binary in src/Makefile.am wrt #504056 by techno156 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.16 x11-misc/hsetroot/hsetroot-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?r1=1.15&r2=1.16 Index: hsetroot-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- hsetroot-1.0.2.ebuild 4 Jun 2012 20:13:08 -0000 1.15 +++ hsetroot-1.0.2.ebuild 10 Mar 2014 09:39:12 -0000 1.16 @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.15 2012/06/04 20:13:08 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.16 2014/03/10 09:39:12 ssuominen Exp $ -EAPI="2" - -inherit autotools +EAPI=5 +inherit autotools eutils DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X" HOMEPAGE="http://thegraveyard.org/hsetroot.html" @@ -18,14 +17,13 @@ RDEPEND="x11-libs/libX11 >=media-libs/imlib2-1.0.6.2003[X]" DEPEND="${RDEPEND} + virtual/pkgconfig x11-proto/xproto" +DOCS="AUTHORS ChangeLog NEWS README" + src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch # The pre-generated configure script contains unneeded deps eautoreconf } - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README || die -} 1.14 x11-misc/hsetroot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/hsetroot/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Jun 2012 20:13:08 -0000 1.13 +++ ChangeLog 10 Mar 2014 09:39:12 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/hsetroot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.13 2012/06/04 20:13:08 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.14 2014/03/10 09:39:12 ssuominen Exp $ + + 10 Mar 2014; Samuli Suominen <[email protected]> + +files/hsetroot-1.0.2-underlinking.patch, hsetroot-1.0.2.ebuild: + Use pkg-config to get $(X11_LIBS) for the hsetroot binary in src/Makefile.am + wrt #504056 by techno156 04 Jun 2012; Michael Weber <[email protected]> hsetroot-1.0.2.ebuild: Fix SRC_URI/HOMEPAGE (reported by df, bug 416293) @@ -43,4 +48,3 @@ 05 Dec 2004; <[email protected]> +metadata.xml, +hsetroot-1.0.2.ebuild: Initial import. -
