From bc27614d5349d096ec4a3de85efc62b09a40f272 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 22:31:33 +0200 Subject: [PATCH] Added libXft-2.1.13 template. --HG-- extra : convert_revision : ad889dc302d1212a68c97662bebf9e1846dfca20 --- dependencies/libXft-2.1.13-deps.db | Bin 0 -> 1024 bytes templates/libXft-2.1.13.tmpl | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dependencies/libXft-2.1.13-deps.db create mode 100755 templates/libXft-2.1.13.tmpl diff --git a/dependencies/libXft-2.1.13-deps.db b/dependencies/libXft-2.1.13-deps.db new file mode 100644 index 0000000000000000000000000000000000000000..df8339b3de46aa36b25e0f5da95175b48cc34623 GIT binary patch literal 1024 zcmYc?WMyDx00Jfu0Rajy#wb1PLx2&Sg`CW!lKlJ}T_ZgsJ+nlG^xVYkR9#~|3qysp{JavVN}!aU V0Z3^?QEFaFY7tPYrJf1UNB|V_8*2an literal 0 HcmV?d00001 diff --git a/templates/libXft-2.1.13.tmpl b/templates/libXft-2.1.13.tmpl new file mode 100755 index 00000000000..7e2edc56056 --- /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."