View | Details | Raw Unified
Collapse All | Expand All

(-) dvipdfmx-20030313.ebuild.ORIG (-3 / +11 lines)
 Lines 8-14    Link Here 
SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/${P}.tar.gz"
SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/${P}.tar.gz"
HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/"
HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/"
KEYWORDS="~x86"
KEYWORDS="~x86 ~alpha ~ppc ~sparc"
SLOT="0"
SLOT="0"
LICENSE="GPL-2"
LICENSE="GPL-2"
 Lines 26-32    Link Here 
src_unpack() {
src_unpack() {
	unpack ${A}
	unpack ${A}
	epatch ${FILESDIR}/${P}.diff
	epatch ${FILESDIR}/${P}-gentoo.diff
}
}
src_install () {
src_install () {
 Lines 36-41    Link Here 
}
}
pkg_postinst () {
pkg_postinst () {
	einfo ""
	einfo "You need modify /usr/share/texmf/web2c/texmf.cnf"
	einfo "You need modify /usr/share/texmf/web2c/texmf.cnf"
	einfo "in order to convert DVI correctly."
	einfo "in order to convert DVI correctly."
	einfo "For example, if you have Acrobat Reader 5 and"
	einfo "For example, if you have Acrobat Reader 5 and"
 Lines 43-49    Link Here 
	einfo ""
	einfo ""
	einfo "CMAPINPUTS = .;/opt/Acrobat5/Resource/Font//"
	einfo "CMAPINPUTS = .;/opt/Acrobat5/Resource/Font//"
	einfo ""
	einfo ""
	einfo "at the end of the file."
	einfo "at the end of the file.  If you have xpdf instead,"
	einfo ""
	einfo "you may want to add"
	einfo ""
	einfo "CMAPINPUTS = .;/usr/share/xpdf//"
	einfo ""
	einfo "respectively."
	einfo ""
	mktexlsr
	mktexlsr
}
}