Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208201 Details for
Bug 274065
Plymouth "bootsplash" to get into Portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
plymouth-0.7.2-r1.ebuild
plymouth-0.7.2-r1.ebuild (text/plain), 1.06 KB, created by
jcat
on 2009-10-25 12:25:25 UTC
(
hide
)
Description:
plymouth-0.7.2-r1.ebuild
Filename:
MIME Type:
Creator:
jcat
Created:
2009-10-25 12:25:25 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit autotools mount-boot > >DESCRIPTION="Graphical boot animation (splash) and logger" >HOMEPAGE="http://cgit.freedesktop.org/plymouth/" >SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="pango gdm" > >DEPEND=">=media-libs/libpng-1.2.16 > pango? ( >=x11-libs/pango-1.21 ) > >=x11-libs/gtk+-2.12.0 > x11-libs/libdrm" >RDEPEND="${DEPEND} > sys-kernel/dracut > sys-apps/mkinitrd" > >src_prepare() { > epatch ${FILESDIR}/0001-Gentoo-does-not-have-dev-fb-but-dev-fb0-at-least-on-.patch > eautoreconf || die "eautoreconf failed" >} > >src_configure() { > econf $(use_enable pango) $(use_enable gdm gdm-transition) >} > >src_install() { > emake install DESTDIR="${D}" || die "install failed" > > cd ${S}/scripts > PLYMOUTH_DESTDIR="${D}/boot" ./plymouth-generate-initrd > cd ${S} > > #work around qa warning > rm "${D}"/lib64/libply.la > rm "${D}"/lib/libply.la > rm "${D}"/lib64/libply.a > rm "${D}"/lib/libply.a >}
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 274065
:
208174
|
208176
| 208201 |
238207
|
238209
|
238383
|
243221
|
243231
|
259657
|
259658
|
259660
|
260027
|
260028
|
261231
|
261233
|
261316
|
261457
|
261459
|
261461
|
261462
|
261464
|
261479
|
261487
|
261488
|
261498
|
261500
|
261506
|
261508
|
263153