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

Bug 72791

Summary: jwm-0.18.ebuild (New Package)
Product: Gentoo Linux Reporter: Rafal Glazar <rafal_glazar>
Component: New packagesAssignee: Desktop WM Team (OBSOLETE) <desktop-wm+disabled>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: rafal_glazar
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jwm-0.18.ebuild (New Package)

Description Rafal Glazar 2004-11-28 22:51:10 UTC
Hi.

This is an ebuild for Joe's Window Manager. JWM is written in C and uses only Xlib and (optionally) the shape extension. It is lightweight wm with systray (taskbar) and menu button.

It has been successfully compiled on and run by developer on IRIX 6.5, SunOS 5.7, SunOS 5.9, Linux 2.4 with XFree86 4.2, MacOS X (10.3), AIX 4.3 but I can only test it on Linux 2.6 with XOrg 6.8.0 where it compiles and runs so if anyone can test it on other ARCH please do it.

rafal glazar
Comment 1 Rafal Glazar 2004-11-28 22:53:44 UTC
Created attachment 44911 [details]
jwm-0.18.ebuild (New Package)
Comment 2 Rafal Glazar 2004-11-28 23:23:52 UTC
I've made mistake. I mean I tested it on x86. If anyone could test it on other ARCH please do.
Comment 3 Rafal Glazar 2004-11-29 03:58:32 UTC
Comment on attachment 44911 [details]
jwm-0.18.ebuild (New Package)

># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>IUSE=""
>
>DESCRIPTION="Joe's window manager"
>SRC_URI="http://joewing.net/programs/jwm/jwm-${PV}.tar.bz2"
>HOMEPAGE="http://joewing.net/programs/jwm/"
>
>SLOT="0"
>LICENSE="GPL-2"
>KEYWORDS="~x86"
>
>DEPEND="virtual/x11"
>
>src_install() {
>	dodir /usr/bin
>	dodir /etc
>	dodir /usr/share/man
>	make BINDIR=${D}/usr/bin SYSCONF=${D}/etc MANDIR=${D}/usr/share/man install || die
>	
	echo "#!/bin/sh" > jwm
	echo "exec /usr/bin/jwm" >> jwm
	exeinto /etc/X11/Sessions
	doexe jwm
}
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-12-27 01:49:09 UTC
mark this as a dup of bug #74744 (containing new version)

*** This bug has been marked as a duplicate of 74744 ***