Added xauth-1.0.3 and xinit-1.1.0 templates.
[pkgfs.git] / templates / pango.tmpl
blob976e0e091ec31fd46022d042e9744a04ddccfd29
1 # Template build file for 'pango'.
2 pkgname=pango
3 version=1.22.0
4 patch_files="$pkgname-docs-Makefile-in.diff"
5 extract_sufx=".tar.bz2"
6 url=http://ftp.gnome.org/pub/GNOME/sources/pango/1.22
7 build_style=gnu_configure
8 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
9 pkgconfig_override="pango.pc pangocairo.pc pangoft2.pc pangox.pc pangoxft.pc"
10 short_desc="Library for layout and rendering of text"
11 maintainer="Juan RP <xtraeme@gmail.com>"
12 checksum=26bf28a0d7d23dd65e98ee5d2cfea424c15c1e41
13 long_desc="
14  Pango is a library for layout and rendering of text, with an emphasis
15  on internationalization. Pango can be used anywhere that text layout
16  is needed; however, most of the work on Pango-1.0 was done using the
17  GTK+ widget toolkit as a test platform. Pango forms the core of text
18  and font handling for GTK+-2.0.
20  Pango is designed to be modular; the core Pango layout can be used
21  with four different font backends:
23   - Core X windowing system fonts
24   - Client-side fonts on X using the Xft library
25   - Direct rendering of scalable fonts using the FreeType library
26   - Native fonts on Microsoft backends
28  Dynamically loaded modules then handle text layout for particular
29  combinations of script and font backend.
31  As well as the low level layout rendering routines, Pango includes
32  PangoLayout, a high level driver for laying out entire blocks of text,
33  and routines to assist in editing internationalized text."
35 # The pango.modules file needs to be updated once installed.
36 postinstall_helpers="pango-update-modules.sh"