diff options
Diffstat (limited to 'x11-plugins/wmcube/wmcube-0.98.ebuild')
-rw-r--r-- | x11-plugins/wmcube/wmcube-0.98.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild index 139f4976b3e0..98451641c10a 100644 --- a/x11-plugins/wmcube/wmcube-0.98.ebuild +++ b/x11-plugins/wmcube/wmcube-0.98.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=3 +inherit eutils DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm" @@ -25,6 +26,9 @@ S="${WORKDIR}/${P}/wmcube" src_prepare() { #Honour Gentoo LDFLAGS, see bug #337893. sed -e "s/-o wmcube/${LDFLAGS} -o wmcube/" -i Makefile + + cd "${WORKDIR}"/${P} || die + epatch "${FILESDIR}"/${P}-list.patch } src_compile() { |