Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9918 Details for
Bug 18326
trswm-0.1.ebuild: New window manager ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
trswm-0.1.ebuild
trswm-0.1.ebuild (text/plain), 1.13 KB, created by
Tom Payne (RETIRED)
on 2003-03-27 17:55:29 UTC
(
hide
)
Description:
trswm-0.1.ebuild
Filename:
MIME Type:
Creator:
Tom Payne (RETIRED)
Created:
2003-03-27 17:55:29 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A framing/tiling window manager" >HOMEPAGE="http://www.relex.ru/~yarick/trswm/" >SRC_URI="http://www.relex.ru/~yarick/trswm/${P}.tar.gz > http://www.relex.ru/~yarick/trswm/${PN}-config.tar.gz" >LICENSE="freedist" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=dev-lang/lua-4* virtual/x11" > >S=${WORKDIR} > >src_compile() { > cd ${WORKDIR}/${PN} > cp Options Options.orig > sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" Options.orig > Options > emake || die > cd ${WORKDIR}/${PN}-config > cp trswm.lua trswm.lua.orig > sed -e "s:/home/yarick/Work/trswm/[^/]\+:/usr/lib/${PN}:" \ > -e "s:/home/yarick/.trswm-devel:/etc/X11/${PN}:" \ > trswm.lua.orig > trswm.lua >} > >src_install() { > dobin trswm > insinto /usr/lib/${PN} > doins */*.so > insinto /etc/X11/trswm > doins ../${PN}-config/*.lua > echo -e "#!/bin/sh\n/usr/bin/trswm" > trswm > exeinto /etc/X11/Sessions > doexe trswm >} > >pkg_postinst() { > einfo "Before you can use trswm you must copy the configuration" > einfo "files to ~/.trswm-devel, i.e." > einfo " cp -r /etc/X11/trswm ~/.trswm-devel" >}
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 18326
: 9918