]> git.ipfire.org Git - ipfire-3.x.git/blame - pango/pango.nm
pango: Do not link against X11 libs anymore.
[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 7version = %{ver_major}.%{ver_minor}
3f607d2a
MT
8ver_major = 1.40
9ver_minor = 3
1ef1fcd9 10release = 2
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
802ea3af
MT
34 perl
35 pkg-config
36 end
37
38 configure_options += \
3f607d2a
MT
39 --enable-introspection=yes \
40 --enable-installed-tests
d414a4c2 41
3f607d2a 42 export LD_LIBRARY_PATH = %{DIR_APP}/pango/.libs
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
1f9bc2f0 50
802ea3af
MT
51 requires
52 glib2-devel
fdc6f71f 53 harfbuzz-devel
802ea3af 54 end
fdc6f71f
SS
55
56 files += %{datadir}/gir*
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end