Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327556 Details for
Bug 439120
sys-apps/tuxonice-userui-1.1 - tuxoniceui_fbsplash and tuxoniceui_text gone / do not function properly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working 1.1 ebuild with makefile fix.
tuxonice-userui-1.1.ebuild (text/plain), 1.52 KB, created by
Sergey Fionov
on 2012-10-28 02:10:27 UTC
(
hide
)
Description:
Working 1.1 ebuild with makefile fix.
Filename:
MIME Type:
Creator:
Sergey Fionov
Created:
2012-10-28 02:10:27 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit toolchain-funcs eutils > >DESCRIPTION="User Interface for TuxOnIce" >HOMEPAGE="http://www.tuxonice.net" >SRC_URI="http://tuxonice.net/files/${P}.tar.gz -> ${P}.tar > mirror://debian/pool/main/t/${PN}/${PN}_${PV}-2~exp1.debian.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="fbsplash" >DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1 > media-libs/libmng[lcms] > >=media-libs/libpng-1.4.8[static-libs] > media-libs/freetype[static-libs] > || ( <app-arch/bzip2-1.0.6-r3[static] >=app-arch/bzip2-1.0.6-r3[static-libs] ) > media-libs/lcms:0[static-libs] )" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}" > >src_prepare() { > local d=${WORKDIR}/debian/patches > EPATCH_SOURCE=${d} epatch $(<"${d}"/series) > sed -i -e 's/make/$(MAKE)/' Makefile || die > sed -i -e '/CFLAGS += -Wall/d' Makefile || die >} > >src_compile() { > # Package contain binaries > emake clean > > emake CC="$(tc-getCC)" USE_FBSPLASH=$(use fbsplash && echo 1 || echo 0) \ > tuxoniceui || die "emake tuxoniceui failed" >} > >src_install() { > into / > dosbin tuxoniceui > dodoc AUTHORS ChangeLog KERNEL_API README TODO USERUI_API >} > >pkg_postinst() { > if use fbsplash; then > einfo > elog "You must create a symlink from /etc/splash/tuxonice" > elog "to the theme you want tuxonice to use, e.g.:" > elog > elog " # ln -sfn /etc/splash/emergence /etc/splash/tuxonice" > fi > einfo > einfo "Please see /usr/share/doc/${PF}/README.* for further" > einfo "instructions." > einfo >}
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 439120
: 327556