Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296556
Collapse All | Expand All

(-)lcdtest-1.08-r1.ebuild.orig (-1 / +1 lines)
Lines 32-38 Link Here
32
	eend $?
32
	eend $?
33
	einfo "Generating font"
33
	einfo "Generating font"
34
	pngtopnm 14P_Arial_Plain_Red.png > help_font.ppm || die pngtopnm failed
34
	pngtopnm 14P_Arial_Plain_Red.png > help_font.ppm || die pngtopnm failed
35
	ppmtoxpm -name `basename help_font.ppm .ppm`_xpm help_font.ppm || die ppmtoxpm failed
35
	ppmtoxpm -name `basename help_font.ppm .ppm`_xpm help_font.ppm |
36
	sed 's/static //;s/black/#000000/;s/magenta/#FF00FF/;s/#E40808/#009900/' > help_font.c || sed failed
36
	sed 's/static //;s/black/#000000/;s/magenta/#FF00FF/;s/#E40808/#009900/' > help_font.c || sed failed
37
	ebegin "Running final stage compilation"
37
	ebegin "Running final stage compilation"
38
	"${CC}" -o help_font.o -c ${CFLAGS} -DRELEASE=${PV} help_font.c || die help_font compilation failed
38
	"${CC}" -o help_font.o -c ${CFLAGS} -DRELEASE=${PV} help_font.c || die help_font compilation failed

Return to bug 296556