Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562462
Collapse All | Expand All

(-)a/usr/portage/x11-wm/jwm/jwm-2.1.0.ebuild (-6 / +2 lines)
Lines 7-13 inherit eutils Link Here
7
7
8
DESCRIPTION="Very fast and lightweight still powerful window manager for X"
8
DESCRIPTION="Very fast and lightweight still powerful window manager for X"
9
HOMEPAGE="http://joewing.net/programs/jwm/"
9
HOMEPAGE="http://joewing.net/programs/jwm/"
10
SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.bz2"
10
SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
Lines 30-39 DEPEND="${RDEPEND} Link Here
30
	x11-proto/xextproto
30
	x11-proto/xextproto
31
	xinerama? ( x11-proto/xineramaproto )"
31
	xinerama? ( x11-proto/xineramaproto )"
32
32
33
src_prepare() {
34
	epatch "${FILESDIR}"/${PN}-2.0.1-nostrip.patch
35
}
36
37
src_configure() {
33
src_configure() {
38
	econf \
34
	econf \
39
		$(use_enable debug) \
35
		$(use_enable debug) \
Lines 60-66 src_install() { Link Here
60
	exeinto /etc/X11/Sessions
56
	exeinto /etc/X11/Sessions
61
	doexe jwm
57
	doexe jwm
62
58
63
	dodoc README example.jwmrc todo.txt
59
	dodoc README.md example.jwmrc ChangeLog
64
}
60
}
65
61
66
pkg_postinst() {
62
pkg_postinst() {

Return to bug 562462