diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-05 23:31:29 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-05 23:31:29 +0000 |
commit | 2247fa81ec5d4ad2646d0e1ccded20a53f804404 (patch) | |
tree | 4f23e65d3840632fc1182a199f3cf835a7b647ff /x11-misc/urw-fonts | |
parent | fix for #18586, marked stable for x86 (diff) | |
download | gentoo-2-2247fa81ec5d4ad2646d0e1ccded20a53f804404.tar.gz gentoo-2-2247fa81ec5d4ad2646d0e1ccded20a53f804404.tar.bz2 gentoo-2-2247fa81ec5d4ad2646d0e1ccded20a53f804404.zip |
cleanup
Diffstat (limited to 'x11-misc/urw-fonts')
-rw-r--r-- | x11-misc/urw-fonts/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/urw-fonts/urw-fonts-2.0.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/urw-fonts/ChangeLog b/x11-misc/urw-fonts/ChangeLog index f245066cf6ee..12ca49b25930 100644 --- a/x11-misc/urw-fonts/ChangeLog +++ b/x11-misc/urw-fonts/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-misc/urw-fonts # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/urw-fonts/ChangeLog,v 1.1 2003/04/05 16:57:31 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/urw-fonts/ChangeLog,v 1.2 2003/04/05 23:31:29 foser Exp $ *urw-fonts-2.0 (05 Apr 2003) + 05 Apr 2003; foser <foser@gentoo.org>; urw-fonts-2.0.ebuild : + Some love from yours truly + 05 Apr 2003; Seth Chandler <sethbc@gentoo.org>; urw-fonts-2.0.ebuild: added urw-fonts to portage, try em out, they're nice specially for mozilla diff --git a/x11-misc/urw-fonts/urw-fonts-2.0.ebuild b/x11-misc/urw-fonts/urw-fonts-2.0.ebuild index 6dd3f09d9ed7..9455fbe84de3 100644 --- a/x11-misc/urw-fonts/urw-fonts-2.0.ebuild +++ b/x11-misc/urw-fonts/urw-fonts-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/urw-fonts/urw-fonts-2.0.ebuild,v 1.1 2003/04/05 16:57:31 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/urw-fonts/urw-fonts-2.0.ebuild,v 1.2 2003/04/05 23:31:29 foser Exp $ DESCRIPTION="free good quality fonts gpl'd by URW++" SRC_URI="mirror://gentoo/urw-fonts-2.0-29.src.rpm" @@ -31,10 +31,10 @@ src_install() { cd ${S}/fonts mkdir -p ${D}/usr/share/fonts/default/Type1 cp -f *.afm *.pfb ${D}/usr/share/fonts/default/Type1 - insinto ${D}/usr/share/fonts/default/Type1/ - doins fonts.scale - pushd ${D}/usr/share/fonts/default/Type1 - mkfontdir . - popd +} +pkg_postinst() { + cat ${S}/fonts/fonts.scale >> /usr/share/fonts/default/Type1/fonts.scale + + mkfontdir /usr/share/fonts/default/Type1 } |