diff options
Diffstat (limited to 'meta/packages/pango')
-rw-r--r-- | meta/packages/pango/pango-1.21.2/no-tests.patch | 10 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.10.2.bb | 49 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.21.2.bb | 3 |
3 files changed, 13 insertions, 49 deletions
diff --git a/meta/packages/pango/pango-1.21.2/no-tests.patch b/meta/packages/pango/pango-1.21.2/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/meta/packages/pango/pango-1.21.2/no-tests.patch | |||
@@ -0,0 +1,10 @@ | |||
1 | --- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 | ||
2 | +++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 | ||
3 | @@ -1,6 +1,6 @@ | ||
4 | ## Process this file with automake to create Makefile.in. | ||
5 | |||
6 | -SUBDIRS= pango modules pango-view examples docs tools tests | ||
7 | +SUBDIRS= pango modules pango-view examples docs tools | ||
8 | |||
9 | EXTRA_DIST = \ | ||
10 | autogen.sh \ | ||
diff --git a/meta/packages/pango/pango_1.10.2.bb b/meta/packages/pango/pango_1.10.2.bb deleted file mode 100644 index 6b8d912d40..0000000000 --- a/meta/packages/pango/pango_1.10.2.bb +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11/libs" | ||
3 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo" | ||
4 | DESCRIPTION = "The goal of the Pango project is to provide an \ | ||
5 | Open Source framework for the layout and rendering of \ | ||
6 | internationalized text." | ||
7 | PR = "r0" | ||
8 | |||
9 | RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" | ||
10 | |||
11 | # seems to go wrong with default cflags | ||
12 | FULL_OPTIMIZATION_arm = "-O2" | ||
13 | |||
14 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/pango-${PV}.tar.bz2 \ | ||
15 | file://no-tests.patch;patch=1" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||
19 | EXTRA_OECONF = "--disable-glibtest \ | ||
20 | --enable-explicit-deps=no \ | ||
21 | --disable-debug" | ||
22 | |||
23 | LEAD_SONAME = "libpango-1.0*" | ||
24 | LIBV = "1.4.0" | ||
25 | |||
26 | FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" | ||
27 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" | ||
28 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" | ||
29 | |||
30 | do_stage () { | ||
31 | autotools_stage_all | ||
32 | } | ||
33 | |||
34 | postinst_prologue() { | ||
35 | if [ "x$D" != "x" ]; then | ||
36 | exit 1 | ||
37 | fi | ||
38 | |||
39 | } | ||
40 | |||
41 | PACKAGES_DYNAMIC = "pango-module-*" | ||
42 | |||
43 | python populate_packages_prepend () { | ||
44 | prologue = bb.data.getVar("postinst_prologue", d, 1) | ||
45 | |||
46 | modules_root = bb.data.expand('${libdir}/pango/${LIBV}/modules', d) | ||
47 | |||
48 | do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') | ||
49 | } | ||
diff --git a/meta/packages/pango/pango_1.21.2.bb b/meta/packages/pango/pango_1.21.2.bb new file mode 100644 index 0000000000..be37e8f76b --- /dev/null +++ b/meta/packages/pango/pango_1.21.2.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require pango.inc | ||
2 | |||
3 | SRC_URI += "file://no-tests.patch;patch=1" | ||