Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43256 - x11-plugins/wmbatppc is up to version 2.3
Summary: x11-plugins/wmbatppc is up to version 2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC All
: High enhancement (vote)
Assignee: Michele Noberasco (RETIRED)
URL: http://www.ignavus.net/software.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 00:11 UTC by John Steele Scott
Modified: 2004-07-17 12:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Steele Scott 2004-02-29 00:11:21 UTC
Note that this new version depends on XOSD, which depends on gdk-pixbuf, neither of which are in ppc. I have built media-libs/gdk-pixbuf-0.22.0-r2 and x11-libs/xosd-2.2.5-r1 to get this ebuild working, both seem to be okay on my system (I compile at -O3, and use prelink).

Patch for the ebuild follows.

--- wmbatppc-1.0-r1.ebuild      2004-01-05 05:16:57.000000000 +1030
+++ wmbatppc-2.3.ebuild 2004-02-29 18:32:16.000000000 +1030
@@ -8,6 +8,7 @@
 HOMEPAGE="http://titelou.free.fr/wmbatppc/"
 
 DEPEND="virtual/x11
+       x11-libs/xosd
        sys-apps/pmud"
 
 SLOT="1"
@@ -15,10 +16,12 @@
 KEYWORDS="ppc -amd64"
 
 src_compile() {
+       cd ${S}-${PV} || die
        make || die
 }
 
 src_install () {
+       cd ${S}-${PV} || die
        dodir /usr/bin/
        dobin wmbatppc
        doman wmbatppc.1
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2004-07-17 12:13:16 UTC
Just added version 2.4 to the Portage Tree.
Thanks for the submission...

Can you test the new ebuild?
I don't have a ppc machine...