Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12887 Details for
Bug 22187
upgrade the wdm version to 1.24
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wdm-1.25.ebuild
wdm-1.25.ebuild (text/plain), 1.07 KB, created by
Don Seiler (RETIRED)
on 2003-06-06 14:46:17 UTC
(
hide
)
Description:
wdm-1.25.ebuild
Filename:
MIME Type:
Creator:
Don Seiler (RETIRED)
Created:
2003-06-06 14:46:17 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.4 2003/06/04 13:44:43 joker Exp $ >IUSE="truetype pam png jpeg gif tiff" > >DESCRIPTION="WINGs Display Manager" >HOMEPAGE="http://voins.program.ru/wdm/" >SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2" > >SLOT="0" >KEYWORDS="~x86" >LICENSE="GPL-2" > >RDEPEND=">=x11-wm/windowmaker-0.65.1" > >DEPEND="${RDEPEND} > virtual/x11 > sys-devel/gettext > truetype? ( virtual/xft )" > >src_compile() { > local myconf="--disable-xinerama" > use pam || myconf="${myconf} --disable-pam" > use png || myconf="${myconf} --disable-png" > use jpeg || myconf="${myconf} --disable-jpeg" > use gif || myconf="${myconf} --disable-gif" > use tiff || myconf="${myconf} --disable-tiff" > use X && myconf="${myconf} --with-x" > > econf \ > --exec-prefix=/usr \ > --with-wdmdir=/etc/X11/wdm \ > ${myconf} || die > > emake || die >} > >src_install() { > rm ${D}/etc/pam.d/wdm > insinto /etc/pam.d > doins ${FILESDIR}/wdm > > make DESTDIR=${D} install || die >}
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 22187
: 12887 |
12888