Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50547 Details for
Bug 74002
x11-plugins/gkrelltop-2.2.6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 2.2.6, with support for server-plugin
gkrelltop-2.2.6.ebuild (text/plain), 1.78 KB, created by
Bruno
on 2005-02-06 10:45:10 UTC
(
hide
)
Description:
Ebuild for version 2.2.6, with support for server-plugin
Filename:
MIME Type:
Creator:
Bruno
Created:
2005-02-06 10:45:10 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $ > >DESCRIPTION="a GKrellM2 plugin which displays the top three processes" >SRC_URI="http://psychology.rutgers.edu/~zaimi/html/${PN}/${PN}_2.2-6.tar.gz" >HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 " > >IUSE="X" > >DEPEND="=app-admin/gkrellm-2*" > >src_compile() { > # Compile the server-plugin > einfo "Compiling server side plugin" > CFLAGSD="-DLINUX -fPIC -Wall" > if pkg-config glib-2.0 --libs > /dev/null 2> /dev/null ; then > LIBSD="`pkg-config glib-2.0 --libs`" > CFLAGSD="${CFLAGSD} `pkg-config glib-2.0 --cflags`" > else > LIBSD="`glib-config --libs`" > use X && CFLAGSD="${CFLAGSD} -I/usr/X11R6/include" > CFLAGSD="${CFLAGSD} `glib-config --cflags`" > fi > OBJSD="top_three2.o gkrelltop2d.o" > gcc ${CFLAGSD} ${CFLAGS} -c top_three.c -o top_three2.o || die > gcc ${CFLAGSD} ${CFLAGS} -c gkrelltopd.c -o gkrelltop2d.o || die > gcc ${CFLAGS} ${LIBSD} -shared -o gkrelltop2d.so ${OBJSD} || die > # Compile the client-plugin > if use X ; then > einfo "Compiling client side plugin" > # Unfortunately, the supplied Makefile won't work properly on > # non-x86, so we have to do this the hard way. > CONFIG="-DLINUX -DGKRELLM2 -fPIC `pkg-config gtk+-2.0 --cflags`" > LIBS="`pkg-config gtk+-2.0 --libs` -shared" > OBJS="top_three2.o gkrelltop2.o" > gcc -c $CONFIG $CFLAGS top_three.c -o top_three2.o || die > gcc -c $CONFIG $CFLAGS gkrelltop.c -o gkrelltop2.o || die > gcc $LIBS $CONFIG $CFLAGS -o gkrelltop2.so $OBJS || die > fi >} > >src_install() { > dodoc README > insinto /usr/lib/gkrellm2/plugins-gkrellmd > use X && doins gkrelltop2.so > doins gkrelltop2d.so >}
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 74002
: 50547 |
58155