]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pango/pango.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / pango / pango.nm
CommitLineData
4eb8152c 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4eb8152c
MT
4###############################################################################
5
802ea3af 6name = pango
fdc6f71f
SS
7version = %{ver_major}.%{ver_minor}
8ver_major = 1.32
9ver_minor = 5
74c80ab1 10release = 1
4eb8152c 11
802ea3af
MT
12groups = System/Libraries
13url = http://www.pango.org/
14license = LGPLv2+
15summary = System for layout and rendering of internationalized text.
4eb8152c 16
802ea3af 17description
74c80ab1 18 Pango is a library for laying out and rendering of text, with an
4eb8152c 19 emphasis on internationalization.
802ea3af
MT
20end
21
fdc6f71f 22source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
802ea3af
MT
23sources = %{thisapp}.tar.xz
24
25build
26 requires
fdc6f71f 27 cairo-gobject-devel
802ea3af
MT
28 fontconfig-devel
29 freetype-devel
30 gcc-c++
31 glib2-devel
fdc6f71f
SS
32 gobject-introspection-devel
33 harfbuzz-devel >= 0.9.9
ceff1d93 34 libXft-devel
802ea3af
MT
35 perl
36 pkg-config
37 end
38
39 configure_options += \
fdc6f71f
SS
40 --enable-introspection=yes
41
802ea3af
MT
42end
43
44packages
45 package %{name}
1f9bc2f0 46
802ea3af
MT
47 package %{name}-devel
48 template DEVEL
1f9bc2f0 49
802ea3af
MT
50 requires
51 glib2-devel
fdc6f71f 52 harfbuzz-devel
802ea3af 53 end
fdc6f71f
SS
54
55 files += %{datadir}/gir*
802ea3af 56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end