Another set of changes for X11 related pkgs.

--HG--
extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
This commit is contained in:
Juan RP
2009-02-09 16:02:42 +01:00
parent a38260c568
commit 535d2128e5
16 changed files with 63 additions and 61 deletions

View File

@@ -1,16 +1,11 @@
# Template build file for 'fontconfig'.
pkgname=fontconfig
version=2.6.0
patch_files="$pkgname-Makefile-fc-cache.diff"
distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-add-fonts=$XBPS_MASTERDIR/lib/X11/fonts
--enable-docs --with-default-fonts=$XBPS_MASTERDIR/lib/X11/fonts"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="fontconfig.pc"
configure_args="--enable-docs --with-cache-dir=/var/cache/$pkgname"
short_desc="Library for configuring and customizing font access"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2fea7fa3fe1757b58ce53c4225b9f8e6ec7507bf
checksum=a9a639eaa0e5666606a4657cc1494eb6df820fac7e5a2aa0c3f7e703b7c8d8a5
long_desc="
Fontconfig is a library for configuring and customizing font access.
@@ -39,3 +34,7 @@ long_desc="
# Run fc-cache once installed.
postinstall_helpers="fontconfig-update.sh"
shared_deps="expat-2.0 freetype-2.3.8"
build_depends="pkg-config-0.23 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"