diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 17:01:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 17:01:33 +0000 |
commit | 1853e5047abad961c01588c84d407e5192eccaeb (patch) | |
tree | bdbdd9163d215c5628e72c333c9019a2bae1e941 /media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild | |
parent | arm/sh stable (diff) | |
download | gentoo-2-1853e5047abad961c01588c84d407e5192eccaeb.tar.gz gentoo-2-1853e5047abad961c01588c84d407e5192eccaeb.tar.bz2 gentoo-2-1853e5047abad961c01588c84d407e5192eccaeb.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild index 51f295aff5aa..1b0e88ab3856 100644 --- a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.8 2006/08/03 22:06:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.9 2006/08/06 17:01:33 vapier Exp $ inherit eutils libtool autotools @@ -10,29 +10,27 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.gz" LICENSE="fontconfig" SLOT="1.0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc" DEPEND=">=media-libs/freetype-2.1.4 >=dev-libs/expat-1.95.3" src_unpack() { - unpack ${A} cd "${S}" # alias for Symbol and dingbats font (#124238) - epatch ${FILESDIR}/${P}-symbol_alias.patch + epatch "${FILESDIR}"/${P}-symbol_alias.patch # fix pkgconfig includes (#83623) - epatch ${FILESDIR}/${P}-pkg_config.patch + epatch "${FILESDIR}"/${P}-pkg_config.patch # add docbook switch so we can disable it - epatch ${FILESDIR}/${P}-docbook.patch + epatch "${FILESDIR}"/${P}-docbook.patch eautoreconf # elibtoolize epunt_cxx #74077 - } src_compile() { @@ -52,18 +50,16 @@ src_compile() { sed -i "s:fc-cache/fc-cache -f -v:sleep 0:" Makefile emake -j1 || die - } src_install() { - make DESTDIR="${D}" install || die insinto /etc/fonts - doins ${S}/fonts.conf - newins ${S}/fonts.conf fonts.conf.new + doins "${S}"/fonts.conf + newins "${S}"/fonts.conf fonts.conf.new - cd ${S} + cd "${S}" newman doc/fonts-conf.5 fonts-conf.5 newman fc-cache/fc-cache.man fc-cache.1 newman fc-list/fc-list.man fc-list.1 |