Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86115 Details for
Bug 117143
x11-wm/wmii-3 release available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-wm/wmii/wmii-3_pre20060501.ebuild
wmii-3_pre20060501.ebuild (text/plain), 1.41 KB, created by
Dmitry S. Kulyabov
on 2006-05-03 22:41:11 UTC
(
hide
)
Description:
x11-wm/wmii/wmii-3_pre20060501.ebuild
Filename:
MIME Type:
Creator:
Dmitry S. Kulyabov
Created:
2006-05-03 22:41:11 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs versionator > >MY_PV_AUX=-rc1-prypiat >MY_PV=$(get_version_component_range 2- "${PV}" )${MY_PV_AUX} >MY_PV=${MY_PV//pre} >MY_P=${PN}-${MY_PV} > >S=${WORKDIR}/${MY_P} > >DESCRIPTION="window manager improved 2 -- the next generation of the WMI project." >HOMEPAGE="http://www.wmii.de" >SRC_URI="http://wmii.de/download/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="amd64 ~hppa ~ppc x86" >IUSE="" > >DEPEND="|| ( x11-libs/libX11 virtual/x11 )" > >src_unpack() { > unpack "${A}" > cd ${S} > > sed -i \ > -e "/^PREFIX/s/=.*/= \/usr/" \ > -e "/^CONFPREFIX/s/=.*/= \/etc/" \ > -e "/^CC/s/=.*/= $(tc-getCC)/" \ > -e "/^AR/s/=.*/= $(tc-getAR) cr/" \ > -e "/^RANLIB/s/=.*/= $(tc-getRANLIB)/" \ > -e "/^CFLAGS/s/-O0/${CFLAGS}/" \ > -e "/^LDFLAGS/s/-g /-g ${LDFLAGS} /" \ > "${S}/config.mk" || die "sed failed." >} > >src_compile() { > MAKEOPTS="-j1" # To keep the warnings away > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed." > > dodoc README LICENSE ># dodoc doc/NOTES doc/RELEASE doc/wmii.svg doc/wmii.tex || die "dodoc failed." > > echo -e "#!/bin/sh\nexec /usr/bin/wmii" > "${T}/${PN}" > exeinto /etc/X11/Sessions > doexe "${T}/${PN}" || die "/etc/X11/Sessions failed." > > insinto /usr/share/xsessions > doins "${FILESDIR}/${PN}.desktop" || die "${PN}.desktop failed." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117143
:
75761
|
75762
|
76147
|
76148
|
77504
|
77505
|
78180
|
78252
|
78254
|
78334
|
78335
|
86115
|
86189
|
86586
|
87052
|
87228
|
87664
|
87666
|
89394
|
89399
|
89456
|
89457
|
89597
|
89598
|
89607
|
89866
|
89867
|
89929
|
92483