diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-03 09:11:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-03 09:11:34 +0000 |
commit | 5e312297733e9c90a6ce9282d54c1dcec4549f11 (patch) | |
tree | ed42de57dd69da0e5508c133f04922664368b020 /gnome-base/gnome-print | |
parent | Added dependencies (diff) | |
download | historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.tar.gz historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.tar.bz2 historical-5e312297733e9c90a6ce9282d54c1dcec4549f11.zip |
Added dependencies
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.24.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.24.ebuild b/gnome-base/gnome-print/gnome-print-0.24.ebuild index a276cd7ab578..0355a91938a6 100644 --- a/gnome-base/gnome-print/gnome-print-0.24.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.24.ebuild,v 1.2 2000/11/03 02:47:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.24.ebuild,v 1.3 2000/11/03 09:11:31 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,10 +9,8 @@ DESCRIPTION="gnome-print" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} HOMEPAGE="http://www.gnome.org/" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=gnome-base/gnome-libs-1.2.4 +DEPEND=">=app-text/ghostscript-6.23 + >=app-text/tetex-1.0.7 >=gnome-base/libxml-1.8.10 >=gnome-base/gdk-pixbuf-0.9.0" @@ -25,6 +23,8 @@ src_compile() { src_install() { cd ${S} try make prefix=${D}/opt/gnome install + cp ${D}/opt/gnome/share/fonts/fontmap fontmap.orig + sed -e "s:${D}::" fontmap.orig > ${D}/opt/gnome/share/fonts/fontmap dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |