Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31415 Details for
Bug 51058
openbox cvs ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild for openbox-cvs.
openbox-cvs-1.0.ebuild (text/plain), 1.25 KB, created by
Jan Sauerbier
on 2004-05-14 07:40:39 UTC
(
hide
)
Description:
The ebuild for openbox-cvs.
Filename:
MIME Type:
Creator:
Jan Sauerbier
Created:
2004-05-14 07:40:39 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: openbox-1.0.ebuild, 2004/05/13 16:17:41 Obi $ > >inherit cvs > >DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." > >HOMEPAGE="http://icculus.org/openbox/" >IUSE="nls" >SLOT="3" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > !x11-wm/openbox" >RDEPEND="virtual/xft > virtual/x11 > >=dev-libs/glib-2 > >=media-libs/fontconfig-2 > >=dev-libs/libxml2-2.0" > >LICENSE="GPL-2" >KEYWORDS="x86" > >ECVS_SERVER="cvs.openbox.org:/cvs/cvsroot" >ECVS_MODULE="openbox" >ECVS_PASS="anonymous" >ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" >S=${WORKDIR}/${ECVS_MODULE} > >src_unpack() { > ECVS_MODULE_FLUXBOX="${ECVS_MODULE}" > cvs_src_unpack > unpack ${A} > cd ${S} >} > >src_compile() { > ./bootstrap || die "bootstrap failed" > econf \ > `use_enable nls` || die > make all > emake || die "make failed" >} > >src_install () { > > dodir /etc/X11/Sessions > echo "/usr/bin/openbox" > ${D}/etc/X11/Sessions/openbox > fperms a+x /etc/X11/Sessions/openbox > > dodir /usr/share/xsessions > insinto /usr/share/xsessions > doins ${FILESDIR}/${PN}.desktop > > make DESTDIR=${D} install || die > dodoc README AUTHORS ChangeLog TODO > >}
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 51058
:
31415
|
31528
|
31638