diff options
author | 2011-09-17 19:11:46 +0000 | |
---|---|---|
committer | 2011-09-17 19:11:46 +0000 | |
commit | 9c6acc0c71977b4110f3d218d873df8acb22f7be (patch) | |
tree | 23deac90391c20141dee24489c2ac58dc7c766ce /x11-wm | |
parent | [bump] dev-perl/HTTP-BrowserDetect-1.300.0 (diff) | |
download | gentoo-2-9c6acc0c71977b4110f3d218d873df8acb22f7be.tar.gz gentoo-2-9c6acc0c71977b4110f3d218d873df8acb22f7be.tar.bz2 gentoo-2-9c6acc0c71977b4110f3d218d873df8acb22f7be.zip |
Fix building with libpng15 (bump patchset to 5) wrt #383213 by Diego Elio Pettenò and Ian Stakenvicius
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 94975f604cd9..448c83746c71 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.120 2011/04/21 14:26:48 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.121 2011/09/17 19:11:46 ssuominen Exp $ + + 17 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> + windowmaker-0.92.0-r11.ebuild: + Fix building with libpng15 (bump patchset to 5) wrt #383213 by Diego Elio + Pettenò and Ian Stakenvicius *windowmaker-0.92.0-r11 (21 Apr 2011) diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild index ce801b8b43f6..1d851d8f6374 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.1 2011/04/21 14:26:48 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.2 2011/09/17 19:11:46 ssuominen Exp $ EAPI=3 inherit autotools eutils flag-o-matic # note: patchset is in gentoo/src/patchsets/windowmaker -PATCHVER=4 +PATCHVER=5 S=${WORKDIR}/${P/windowm/WindowM} DESCRIPTION="The fast and light GNUstep window manager" SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar.gz http://www.windowmaker.info/pub/source/release/WindowMaker-extra-0.1.tar.gz - mirror://gentoo/${P}-patchset-${PATCHVER}.tar.bz2" + http://dev.gentoo.org/~ssuominen/${P}-patchset-${PATCHVER}.tar.bz2" HOMEPAGE="http://www.windowmaker.info/" IUSE="gif jpeg nls png tiff modelock +vdesktop xinerama" @@ -43,6 +43,7 @@ src_prepare() { epatch "${psd}"/${P}-math_h.patch epatch "${psd}"/${P}-gettext.patch epatch "${psd}"/${P}-libpng14.patch + epatch "${psd}"/${P}-libpng15.patch # Patches from upstream HG epatch "${psd}"/${P}-composite-non-24bit-depth.patch |