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

(-)culmus-0.120-r3.ebuild (-2 / +6 lines)
Lines 40-46 SLOT="0" Link Here
40
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
40
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
41
IUSE="ancient fancy fontforge taamey"
41
IUSE="ancient fancy fontforge taamey"
42
42
43
FONT_CONF=( "${FILESDIR}/65-culmus.conf" )
43
FONT_CONF=( "${T}/65-culmus.conf" )
44
44
45
RDEPEND="!media-fonts/culmus-ancient"
45
RDEPEND="!media-fonts/culmus-ancient"
46
# >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight support is required
46
# >=x11-apps/mkfontscale-1.0.9-r1 as Heavy weight support is required
Lines 75-80 src_unpack() { Link Here
75
	fi
75
	fi
76
}
76
}
77
77
78
src_prepare() {
79
	cp "${P}/culmus.conf" "${T}/65-culmus.conf" || die
80
}
81
78
src_compile() {
82
src_compile() {
79
	mkdir -p "${FONT_S}"
83
	mkdir -p "${FONT_S}"
80
	if use fontforge; then
84
	if use fontforge; then
Lines 140-146 src_compile() { Link Here
140
}
144
}
141
145
142
src_install() {
146
src_install() {
143
	FONT_SUFFIX="pfa $(use fancy && echo afm ttf)" \
147
	FONT_SUFFIX="pfa afm $(use fancy && echo ttf)" \
144
		font_src_install
148
		font_src_install
145
149
146
	rm -rf "${FONT_S}"
150
	rm -rf "${FONT_S}"

Return to bug 419445