Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 218717 Details for
Bug 248579
x11-misc/skippy: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding missing imlib2[X] dep
skippy-0.5.0.diff (text/plain), 971 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-02-06 20:31:40 UTC
(
hide
)
Description:
adding missing imlib2[X] dep
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-02-06 20:31:40 UTC
Size:
971 bytes
patch
obsolete
>--- skippy-0.5.0.ebuild.orig 2010-02-06 20:28:54.000000000 +0000 >+++ skippy-0.5.0.ebuild 2010-02-06 20:29:54.000000000 +0000 >@@ -1,7 +1,9 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.13 2009/01/09 14:24:15 remi Exp $ > >+EAPI=2 >+ > inherit eutils > > IUSE="" >@@ -24,20 +26,14 @@ > x11-proto/xproto > x11-proto/xineramaproto > dev-util/pkgconfig >- >=media-libs/imlib2-1.1.0" >- >-src_unpack() { >- unpack ${A} >- cd ${S} >- epatch ${FILESDIR}/${PN}-pointer-size.patch >-} >+ >=media-libs/imlib2-1.1.0[X]" > >-src_compile() { >- emake || die "emake failed" >+src_prepare() { >+ epatch "${FILESDIR}"/${PN}-pointer-size.patch > } > > src_install() { >- make DESTDIR=${D} BINDIR=/usr/bin install || die >+ make DESTDIR="${D}" BINDIR=/usr/bin install || die > > insinto /usr/share/${P} > doins skippyrc-default
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248579
:
173173
|
218717
|
218735