summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-19 14:03:22 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-19 14:03:22 +0000
commit6a5b4633c1d87ebf74697b7d949c36480b870e69 (patch)
tree7b3b8f6b78b7cb9c4e734a1735f6a7cd538056d6 /media-libs/fontconfig
parentnew package (diff)
downloadgentoo-2-6a5b4633c1d87ebf74697b7d949c36480b870e69.tar.gz
gentoo-2-6a5b4633c1d87ebf74697b7d949c36480b870e69.tar.bz2
gentoo-2-6a5b4633c1d87ebf74697b7d949c36480b870e69.zip
dep fix
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r--media-libs/fontconfig/ChangeLog5
-rw-r--r--media-libs/fontconfig/files/digest-fontconfig-2.1.941
-rw-r--r--media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild4
-rw-r--r--media-libs/fontconfig/fontconfig-2.1.94.ebuild90
4 files changed, 6 insertions, 94 deletions
diff --git a/media-libs/fontconfig/ChangeLog b/media-libs/fontconfig/ChangeLog
index 3f259ad0dc87..9c2424e972fb 100644
--- a/media-libs/fontconfig/ChangeLog
+++ b/media-libs/fontconfig/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for media-libs/fontconfig
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.25 2003/04/18 01:15:09 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.26 2003/04/19 14:03:22 foser Exp $
*fontconfig-2.1.94-r1 (18 Apr 2003)
+ 19 Apr 2003; foser <foser@gentoo.org> fontconfig-2.1.94-r1.ebuild :
+ Fixed freetype dep (#19576)
+
18 Apr 2003; foser <foser@gentoo.org> fontconfig-2.1.94-r1.ebuild :
Added patch to add our local userdir to fonts.conf, bad mess up on my side
Now people can really enjoy the vera fonts ;)
diff --git a/media-libs/fontconfig/files/digest-fontconfig-2.1.94 b/media-libs/fontconfig/files/digest-fontconfig-2.1.94
deleted file mode 100644
index 8fba4752ac4c..000000000000
--- a/media-libs/fontconfig/files/digest-fontconfig-2.1.94
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8941aa333e418aa99a6fa4813f333d3 fontconfig-2.1.94.tar.gz 603590
diff --git a/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild b/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild
index c457801762c6..46e692df063a 100644
--- a/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild,v 1.1 2003/04/18 01:15:09 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.1.94-r1.ebuild,v 1.2 2003/04/19 14:03:22 foser Exp $
inherit debug eutils
@@ -13,7 +13,7 @@ SLOT="1.0"
KEYWORDS="~x86 ~alpha ~ppc ~sparc ~mips ~hppa ~arm"
# Seems like patches in freetype-2.1.2-r2 fixes bug #10028
-DEPEND=">=media-libs/freetype-2.1.2-r2
+DEPEND=">=media-libs/freetype-2.1.4
>=dev-libs/expat-1.95.3
>=sys-apps/ed-0.2"
diff --git a/media-libs/fontconfig/fontconfig-2.1.94.ebuild b/media-libs/fontconfig/fontconfig-2.1.94.ebuild
deleted file mode 100644
index 8e36e67eb089..000000000000
--- a/media-libs/fontconfig/fontconfig-2.1.94.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.1.94.ebuild,v 1.1 2003/04/17 18:02:12 foser Exp $
-
-inherit debug eutils
-
-DESCRIPTION="A library for configuring and customizing font access."
-SRC_URI="http://fontconfig.org/release/${P}.tar.gz"
-HOMEPAGE="http://fontconfig.org/"
-
-LICENSE="fontconfig"
-SLOT="1.0"
-KEYWORDS="~x86 ~alpha ~ppc ~sparc ~mips ~hppa ~arm"
-
-# Seems like patches in freetype-2.1.2-r2 fixes bug #10028
-DEPEND=">=media-libs/freetype-2.1.2-r2
- >=dev-libs/expat-1.95.3
- >=sys-apps/ed-0.2"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- local PPREFIX="${FILESDIR}/patch/${PN}"
-
- # Some patches from Redhat
- epatch ${PPREFIX}-2.1-slighthint.patch
-
- # The date can be troublesome
- mv configure configure.old
- sed -e "s:\`date\`::" configure.old > configure
- chmod +x configure
-}
-
-src_compile() {
- # FIXME : docs do not work
- econf --disable-docs \
- --x-includes=/usr/X11R6/include \
- --x-libraries=/usr/X11R6/lib \
- --with-default-fonts=/usr/X11R6/lib/X11/fonts/Type1 || die
-
- # this triggers sandbox, we do this ourselves
- mv Makefile Makefile.old
- sed -e "s:fc-cache/fc-cache -f -v:sleep 0:" Makefile.old > Makefile
-
- emake || die
-
- # remove Luxi TTF fonts from the list, the Type1 are much better
- mv fonts.conf fonts.conf.old
- sed -e "s:<dir>/usr/X11R6/lib/X11/fonts/TTF</dir>::" fonts.conf.old > fonts.conf
-}
-
-src_install() {
- einstall confdir=${D}/etc/fonts \
- datadir=${D}/usr/share || die
-
- insinto /etc/fonts
- doins ${S}/fonts.conf
- newins ${S}/fonts.conf fonts.conf.new
-
- cd ${S}
-
- mv fc-cache/fc-cache.man fc-cache/fc-cache.1
- mv fc-list/fc-list.man fc-list/fc-list.1
- mv src/fontconfig.man src/fontconfig.3
- for x in fc-cache/fc-cache.1 fc-list/fc-list.1 src/fontconfig.3
- do
- doman ${x}
- done
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
-
-pkg_postinst() {
- # Changes should be made to /etc/fonts/local.conf, and as we had
- # too much problems with broken fonts.conf, we force update it ...
- # <azarah@gentoo.org> (11 Dec 2002)
- ewarn "Please make fontconfig related changes to /etc/fonts/local.conf,"
- ewarn "and NOT to /etc/fonts/fonts.conf, as it will be replaced!"
- mv -f ${ROOT}/etc/fonts/fonts.conf.new ${ROOT}/etc/fonts/fonts.conf
- rm -f ${ROOT}/etc/fonts/._cfg????_fonts.conf
-
- if [ "${ROOT}" = "/" ]
- then
- echo
- einfo "Creating font cache..."
- HOME="/root" /usr/bin/fc-cache -f
- fi
-}
-