Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 318376 Details for
Bug 426910
x11-wm/dwm live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dwm-9999 which fetch mercurial repo
dwm-9999.ebuild (text/plain), 2.04 KB, created by
Daniel Maxime
on 2012-07-16 21:40:12 UTC
(
hide
)
Description:
dwm-9999 which fetch mercurial repo
Filename:
MIME Type:
Creator:
Daniel Maxime
Created:
2012-07-16 21:40:12 UTC
Size:
2.04 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.11 2012/05/03 14:40:04 jer Exp $ > >EAPI="4" > >inherit eutils savedconfig toolchain-funcs mercurial > >DESCRIPTION="a dynamic window manager for X11" >HOMEPAGE="http://dwm.suckless.org/" >EHG_REPO_URI="http://hg.suckless.org/dwm" >EHG_QUIET="OFF" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" >IUSE="xinerama" > >DEPEND="x11-libs/libX11 > dev-vcs/mercurial > xinerama? ( > x11-proto/xineramaproto > x11-libs/libXinerama > )" >RDEPEND="${DEPEND}" > >src_prepare() { > sed -i \ > -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall/" \ > -e "/^LDFLAGS/{s|=|+=|g;s|-s ||g}" \ > -e "s/#XINERAMALIBS =/XINERAMALIBS ?=/" \ > -e "s/#XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \ > -e "s@/usr/X11R6/include@${EPREFIX}/usr/include/X11@" \ > -e "s@/usr/X11R6/lib@${EPREFIX}/usr/lib@" \ > -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \ > config.mk || die "sed failed" > > restore_config config.h > epatch_user >} > >src_compile() { > if use xinerama; then > emake CC=$(tc-getCC) > else > emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" > fi >} > >src_install() { > emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install > > exeinto /etc/X11/Sessions > newexe "${FILESDIR}"/dwm-session2 dwm > > insinto /usr/share/xsessions > doins "${FILESDIR}"/dwm.desktop > > dodoc README > > save_config config.h >} > >pkg_postinst() { > einfo "This ebuild has support for user defined configs" > einfo "Please read this ebuild for more details and re-emerge as needed" > einfo "if you want to add or remove functionality for ${PN}" > if ! has_version x11-misc/dmenu; then > elog "Installing ${PN} without x11-misc/dmenu" > einfo "To have a menu you can install x11-misc/dmenu" > fi > einfo "You can custom status bar with a script in HOME/.dwm/dwmrc" > einfo "the ouput is redirected to the standard input of dwm" > einfo "Since dwm-5.4, status info in the bar must be set like this:" > einfo "xsetroot -name \"\`date\` \`uptime | sed 's/.*,//'\`\"" >}
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 426910
: 318376 |
333070
|
379994