diff options
author | 2004-10-24 15:38:02 +0000 | |
---|---|---|
committer | 2004-10-24 15:38:02 +0000 | |
commit | 1d903ccc7a9cbe37148e4748221f78372d0f34e0 (patch) | |
tree | faf974587b776282d64f80d7e4afc21faf4e71c5 /app-text/xdvik | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-1d903ccc7a9cbe37148e4748221f78372d0f34e0.tar.gz gentoo-2-1d903ccc7a9cbe37148e4748221f78372d0f34e0.tar.bz2 gentoo-2-1d903ccc7a9cbe37148e4748221f78372d0f34e0.zip |
Updated kochi-substitute's font path.
Diffstat (limited to 'app-text/xdvik')
-rw-r--r-- | app-text/xdvik/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.40y-r2.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index 3008ca7378af..f6f5ac906591 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.19 2004/10/24 12:24:45 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.20 2004/10/24 15:38:02 usata Exp $ + + 25 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> xdvik-22.40y-r2.ebuild: + Updated kochi-substitute's font path. 24 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> xdvik-22.40y-r2.ebuild, xdvik-22.84.3-r1.ebuild, xdvik-22.84.3.ebuild: diff --git a/app-text/xdvik/xdvik-22.40y-r2.ebuild b/app-text/xdvik/xdvik-22.40y-r2.ebuild index 8c36fe44ae92..f9b61fc3f2f5 100644 --- a/app-text/xdvik/xdvik-22.40y-r2.ebuild +++ b/app-text/xdvik/xdvik-22.40y-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.40y-r2.ebuild,v 1.11 2004/10/24 12:24:45 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.40y-r2.ebuild,v 1.12 2004/10/24 15:38:02 usata Exp $ inherit eutils @@ -30,8 +30,10 @@ src_unpack () { unpack ${MY_P}.tar.gz if use cjk ; then epatch ${DISTDIR}/${XDVIK_JP}.patch.gz - sed -i -e "/\/usr\/local/s/^/%/g" \ - -e "/kochi-.*-subst/s/%//g" \ + sed -i -e "/\/usr\/local/s:^:%:g" \ + -e "/kochi-.*-subst/s:%::g" \ + -e "s:/usr/local:/usr:g" \ + -e "s:/usr/X11R6/lib/X11/fonts/truetype:/usr/share/fonts/kochi-substitute:g" \ ${S}/texk/xdvik/vfontmap.freetype || die fi } |