Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 156713 Details for
Bug 226483
stickers-0.1.3-r2 doesn't start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for all the patches
stickers-0.1.3-r3.ebuild (text/plain), 1.48 KB, created by
Bruce Schultz
on 2008-06-14 04:41:22 UTC
(
hide
)
Description:
Ebuild for all the patches
Filename:
MIME Type:
Creator:
Bruce Schultz
Created:
2008-06-14 04:41:22 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-kids/stickers/stickers-0.1.3-r2.ebuild,v 1.3 2008/02/29 19:28:54 carlo Exp $ > >inherit eutils > >DESCRIPTION="Stickers Book for small children" >HOMEPAGE="http://users.powernet.co.uk/kienzle/stickers/" >SRC_URI="http://users.powernet.co.uk/kienzle/stickers/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="nls" > >RDEPEND="media-libs/imlib > x11-libs/libXext > x11-libs/libX11 > x11-libs/libXi > =x11-libs/gtk+-1.2* > nls? ( virtual/libintl )" >DEPEND="${RDEPEND} > x11-proto/xextproto > x11-proto/xproto > nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > # gcc34 fix? (bug #72734) > #sed -i \ > # -e '/ONTRACE/d' "${S}/rc.c" \ > # || die "sed failed" > cd "${S}" > epatch "${FILESDIR}/fix-build-errors.patch" > epatch "${FILESDIR}/fix-gdk-badmatch-error.patch" > epatch "${FILESDIR}/fix-config-save-warning.patch" > epatch "${FILESDIR}/fix-xinerama-screen-width.patch" >} > >src_compile() { > local myconf > use nls || myconf="${myconf} --disable-nls" > > ./configure \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man \ > ${myconf} || die "configure failed" > emake || die "emake failed" >} > >src_install () { > make \ > prefix="${D}/usr" \ > infodir="${D}/usr/share/info" \ > mandir="${D}/usr/share/man" install \ > || die "make install failed" > newicon scenes/Aquarium.scene.xpm ${PN}.xpm > make_desktop_entry ${PN} Stickers ${PN} >}
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 226483
:
156701
|
156703
|
156705
|
156709
| 156713