Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11019 Details for
Bug 18704
irssi and live-cd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
still contains minor bugs
rss_glx-0.7.4.ebuild (text/x-ebuild), 1.96 KB, created by
Daniel Black (RETIRED)
on 2003-04-22 21:22:17 UTC
(
hide
)
Description:
still contains minor bugs
Filename:
MIME Type:
Creator:
Daniel Black (RETIRED)
Created:
2003-04-22 21:22:17 UTC
Size:
1.96 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Really Slick Screensavers" > >HOMEPAGE="http://rss-glx.sourceforge.net" > >SRC_URI="mirror://sourceforge/rss-glx/${P}.tar.bz2" > >LICENSE="GPL-2" > >SLOT="0" > >KEYWORDS="~x86" > >IUSE="sse kde 3dnow openal X" > >DEPEND="openal ? (media-libs/openal) > virtual/x11 > virtual/opengl > x11-misc/xscreensaver" > ># Run-time dependencies, same as DEPEND if RDEPEND isn't defined: >#RDEPEND="" > ># Source directory; the dir where the sources can be found (automatically ># unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} ># if you omit this line. >S=${WORKDIR}/${P} > >src_compile() { > local myconf="--bindir=/usr/lib/xscreensaver" > > use sse || myconf="${myconf} --disable-sse" > use 3dnow || myconf="${myconf} --disable-3dnow" > #if [ ! -x /bin/bzip2 ] myconf="${myconf} --disable-bzip2" > use kde && myconf="${myconf} --with-kdessconfigdir=${KDEDIR}/share/applnk/System/ScreenSavers" > use openal || myconf="${myconf} --disable-sound" > use X && myconf="${myconf} --with-x" > > local desktopfile=`find . -name \*.desktop` > for x in $desktopfile > do > sed "s:kxsrun \(.*\) --:/usr/lib/xscreensaver/\1:g" $x > $x.tmp > mv $x.tmp $x > done > > econf ${myconf} || die "./configure failed" > > # emake (previously known as pmake) is a script that calls the > # standard GNU make with parallel building options for speedier > # builds (especially on SMP systems). Try emake first. It might > # not work for some packages, in which case you'll have to resort > # to normal "make". > emake || die "Make failed" >} > >src_install() { > einstall DESTDIR="${D}" bindir="${D}/usr/lib/xscreensaver" > dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README.xscreensaver >} > >pkg_postinst() { > echo > einfo "Read /usr/share/doc/${PF}/README.xscreensaver.gz for" > einfo "entries to add to your ~/.xscreensaver file to enable these hacks" > echo >}
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 18704
:
11019