Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 438

Summary: wmakerconf-2.8.1.ebuild (New Package)
Product: Gentoo Linux Reporter: Tim van den Elsen <vitalie>
Component: New packagesAssignee: Bart Verwilst <bart>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild voor wmakerconf-2.8.1 meant voor Window Maker

Description Tim van den Elsen 2002-01-30 14:57:02 UTC
Oi,

The attachment contains the wmakerconf ebuild file for the Window Maker manager.
It is a configuration utility with which u can set certain themes or change
menus for example.

Author: Joao Schim <joao@schim.net>

Regards,

Tim
Comment 1 Tim van den Elsen 2002-01-30 15:00:25 UTC
Created attachment 100 [details]
ebuild voor wmakerconf-2.8.1 meant voor Window Maker
Comment 2 Bart Verwilst 2002-02-04 10:40:24 UTC
Please put the ebuild here as a comment, that attachment isn't quite right ;o)
Thanks!
Comment 3 Tim van den Elsen 2002-02-04 11:49:41 UTC
 Create attachment
Hi Bart, 

 Bug 438
No file was provided, or it was empty.

Please press Back and try again.

this is the error i get when trying to add the .ebuild file.. any clue what i am
doing wrong? :)

Regards,

Tim

ps. i used browse to point to the .ebuild file.. selected it and pressed ok. it
showed in the bar as the selected file.. so everything should be ok. don't know
what's wrong... hope u can help.
Comment 4 Tim van den Elsen 2002-02-08 16:26:08 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Joao Schim <joao@schim.net>
# $Id:$

S=${WORKDIR}/${P}
DESCRIPTION="X based config tool for the windowmaker X windowmanager."
SRC_URI="http://wmaker.orcon.net.nz/current/${P}.tar.gz"
HOMEPAGE="http://ulli.on.openave.net/wmakerconf/"

DEPEND="x11-wm/WindowMaker x11-libs/libPropList"

RDEPEND="${DEPEND}"

src_compile() {

        local myopts

        ./configure --prefix=/usr \
                --host=${CHOST} \
                --enable-ipv6 \
                ${myopts} || die

        emake || die
}

src_install() {

        make prefix=${D}/usr install || die

        dodoc README MANUAL AUTHORS TODO THANKS BUGS NEW COPYING ChangeLog
}