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,14 +1,10 @@
# Template build file for 'libXft'.
pkgname=libXft
version=2.1.13
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="xft.pc"
short_desc="Library for configuring and customizing font access"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f9cbfd6710a9999a12f49e2bb23b8061eee01e9e
checksum=ce7688258af34c14af421bcfb306d4310245b727d2417ac968b7f6b2facfde8c
long_desc="
Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
@@ -20,3 +16,7 @@ long_desc="
Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment."
shared_deps="libX11-1.1 libXrender-0.9 freetype-2.3.8 fontconfig-2.6"
build_depends="pkg-config-0.23 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"