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