diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-27 15:19:16 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-27 15:19:16 +0000 |
commit | b9e8b76b17b862e6ea144fbdb65a14e7bb4d09ae (patch) | |
tree | be8c4698ce060e690ce1a0a79646489dc0e7a367 /x11-libs/xft | |
parent | gnome 2.1 (diff) | |
download | historical-b9e8b76b17b862e6ea144fbdb65a14e7bb4d09ae.tar.gz historical-b9e8b76b17b862e6ea144fbdb65a14e7bb4d09ae.tar.bz2 historical-b9e8b76b17b862e6ea144fbdb65a14e7bb4d09ae.zip |
gnome 2.1
Diffstat (limited to 'x11-libs/xft')
-rw-r--r-- | x11-libs/xft/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/xft/files/digest-xft-2.0 | 1 | ||||
-rw-r--r-- | x11-libs/xft/xft-2.0.ebuild | 24 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-libs/xft/ChangeLog b/x11-libs/xft/ChangeLog new file mode 100644 index 000000000000..ffe752aae48e --- /dev/null +++ b/x11-libs/xft/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/xft +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/ChangeLog,v 1.1 2002/10/27 15:19:16 foser Exp $ + +*xft-2.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> xft-2.0.ebuild, ChangeLog : + Gnome 2.1 commit + This package provides xft2 support, as used by the pango devel series + Usage will probably break a lot of other things diff --git a/x11-libs/xft/files/digest-xft-2.0 b/x11-libs/xft/files/digest-xft-2.0 new file mode 100644 index 000000000000..05efa21a9a47 --- /dev/null +++ b/x11-libs/xft/files/digest-xft-2.0 @@ -0,0 +1 @@ +MD5 5ef5c58e501b0cb873ee2b2a04ed74e3 fcpackage.2_0.tar.gz 538159 diff --git a/x11-libs/xft/xft-2.0.ebuild b/x11-libs/xft/xft-2.0.ebuild new file mode 100644 index 000000000000..61a8d307b3de --- /dev/null +++ b/x11-libs/xft/xft-2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0.ebuild,v 1.1 2002/10/27 15:19:16 foser Exp $ + +PROVIDE="virtual/xft" +DESCRIPTION="Xft2" +SRC_URI="http://fontconfig.org/release/fcpackage.${PV/\./_}.tar.gz" +HOMEPAGE="http://fontconfig.org/" +LICENSE="fontconfig" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="x11-base/xfree" +S="${WORKDIR}/fcpackage.${PV/\./_}/Xft" + +src_compile() { + econf || die "Xft2 config failed" + emake || die "Xft2 make failed" +} + +src_install() { + einstall confdir=${D}/etc/fonts \ + datadir=${D}/usr/share || die +} |