summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-03-01 19:48:46 +0000
committerRoss Burton <ross@openedhand.com>2007-03-01 19:48:46 +0000
commit975809901d32756a1abb03d23a459ab0c6eadc17 (patch)
tree30557a3b3cc54a2b122173c488705a77911ea6b8 /meta
parentf3afa08d832d8a8ae40c560ac2be4de44e3c15e8 (diff)
downloadpoky-975809901d32756a1abb03d23a459ab0c6eadc17.tar.gz
Add Pango 1.16 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1308 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pango/pango-1.16.0/no-tests.patch10
-rw-r--r--meta/packages/pango/pango.inc51
-rw-r--r--meta/packages/pango/pango_1.16.0.bb1
3 files changed, 62 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.16.0/no-tests.patch b/meta/packages/pango/pango-1.16.0/no-tests.patch
new file mode 100644
index 0000000000..dafcb20c3b
--- /dev/null
+++ b/meta/packages/pango/pango-1.16.0/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.inc b/meta/packages/pango/pango.inc
new file mode 100644
index 0000000000..e73fecbfb2
--- /dev/null
+++ b/meta/packages/pango/pango.inc
@@ -0,0 +1,51 @@
1DESCRIPTION = "The goal of the Pango project is to provide an \
2Open Source framework for the layout and rendering of \
3internationalized text."
4LICENSE = "LGPL"
5
6inherit gnome
7EXTRA_AUTORECONF = ""
8
9SECTION = "x11/libs"
10
11DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo"
12
13PACKAGES_DYNAMIC = "pango-module-*"
14
15RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
16
17# seems to go wrong with default cflags
18FULL_OPTIMIZATION_arm = "-O2"
19
20SRC_URI += "file://no-tests.patch;patch=1 \
21 "
22
23EXTRA_OECONF = "--disable-glibtest \
24 --enable-explicit-deps=no \
25 --disable-debug"
26
27LEAD_SONAME = "libpango-1.0*"
28LIBV = "1.6.0"
29
30FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*"
31FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug"
32FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la"
33
34do_stage () {
35 autotools_stage_all
36}
37
38postinst_prologue() {
39if [ "x$D" != "x" ]; then
40 exit 1
41fi
42
43}
44
45python populate_packages_prepend () {
46 prologue = bb.data.getVar("postinst_prologue", d, 1)
47
48 modules_root = bb.data.expand('${libdir}/pango/${LIBV}/modules', d)
49
50 do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules')
51}
diff --git a/meta/packages/pango/pango_1.16.0.bb b/meta/packages/pango/pango_1.16.0.bb
new file mode 100644
index 0000000000..8e3e8e7d3a
--- /dev/null
+++ b/meta/packages/pango/pango_1.16.0.bb
@@ -0,0 +1 @@
require pango.inc