summaryrefslogtreecommitdiffstats
path: root/meta/packages/pango
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-06-13 16:14:42 +0000
committerRoss Burton <ross@openedhand.com>2008-06-13 16:14:42 +0000
commitf12d247cd80b9284050a9daa8cc0faa241aac280 (patch)
tree402c54b66c77b6c12ab239c03f2a750d9058902a /meta/packages/pango
parent4d650a79c62ad0c84868ab4ba4a7361b7d2b530e (diff)
downloadpoky-f12d247cd80b9284050a9daa8cc0faa241aac280.tar.gz
glib,atk,pango,gtk+: add unstable releases and use in poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4645 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pango')
-rw-r--r--meta/packages/pango/pango-1.21.2/no-tests.patch10
-rw-r--r--meta/packages/pango/pango_1.10.2.bb49
-rw-r--r--meta/packages/pango/pango_1.21.2.bb3
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 @@
1LICENSE = "LGPL"
2SECTION = "x11/libs"
3DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo"
4DESCRIPTION = "The goal of the Pango project is to provide an \
5Open Source framework for the layout and rendering of \
6internationalized text."
7PR = "r0"
8
9RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
10
11# seems to go wrong with default cflags
12FULL_OPTIMIZATION_arm = "-O2"
13
14SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/pango-${PV}.tar.bz2 \
15 file://no-tests.patch;patch=1"
16
17inherit autotools pkgconfig
18
19EXTRA_OECONF = "--disable-glibtest \
20 --enable-explicit-deps=no \
21 --disable-debug"
22
23LEAD_SONAME = "libpango-1.0*"
24LIBV = "1.4.0"
25
26FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*"
27FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug"
28FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la"
29
30do_stage () {
31autotools_stage_all
32}
33
34postinst_prologue() {
35if [ "x$D" != "x" ]; then
36 exit 1
37fi
38
39}
40
41PACKAGES_DYNAMIC = "pango-module-*"
42
43python 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 @@
1require pango.inc
2
3SRC_URI += "file://no-tests.patch;patch=1"