diff --git a/dependencies/libXft-2.1.13-deps.db b/dependencies/libXft-2.1.13-deps.db new file mode 100644 index 0000000000..df8339b3de Binary files /dev/null and b/dependencies/libXft-2.1.13-deps.db differ diff --git a/templates/libXft-2.1.13.tmpl b/templates/libXft-2.1.13.tmpl new file mode 100755 index 0000000000..7e2edc5605 --- /dev/null +++ b/templates/libXft-2.1.13.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'libXft-2.1.13'. +pkgname=libXft-2.1.13 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/lib +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="xft.pc" +short_desc="Library for configuring and customizing font access" +maintainer="Juan RP " +checksum=f9cbfd6710a9999a12f49e2bb23b8061eee01e9e +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 + available, Xft uses the Render extension to accelerate text drawing. + When Render is not available, Xft uses the core protocol to draw + client-side glyphs. This provides completely compatible support of + client-side fonts for all X servers. + + 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."