From e3749832ab99520d85e2b33df140c0c458b45a97 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 25 Sep 2008 17:39:43 +0000 Subject: pango : add missing patch --- packages/pango/pango-1.22.0/.mtn2git_empty | 0 packages/pango/pango-1.22.0/no-tests.patch | 10 ++++++++++ packages/pango/pango_1.22.0.bb | 2 +- packages/pango/pangomm_2.14.0.bb | 19 +++++++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 packages/pango/pango-1.22.0/.mtn2git_empty create mode 100644 packages/pango/pango-1.22.0/no-tests.patch create mode 100644 packages/pango/pangomm_2.14.0.bb diff --git a/packages/pango/pango-1.22.0/.mtn2git_empty b/packages/pango/pango-1.22.0/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/pango/pango-1.22.0/no-tests.patch b/packages/pango/pango-1.22.0/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/packages/pango/pango-1.22.0/no-tests.patch @@ -0,0 +1,10 @@ +--- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 ++++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ diff --git a/packages/pango/pango_1.22.0.bb b/packages/pango/pango_1.22.0.bb index ce81d89263..c89174b342 100644 --- a/packages/pango/pango_1.22.0.bb +++ b/packages/pango/pango_1.22.0.bb @@ -1,2 +1,2 @@ require pango.inc - +PR = "r1" diff --git a/packages/pango/pangomm_2.14.0.bb b/packages/pango/pangomm_2.14.0.bb new file mode 100644 index 0000000000..2f8d1f713e --- /dev/null +++ b/packages/pango/pangomm_2.14.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "C++ bindings for the pango library." +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "cairomm glib-2.0 libsigc++-2.0" +SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2" + +inherit autotools flow-lossage + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${libdir}/*/include/" + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +do_stage () { + autotools_stage_all +} -- cgit 1.2.3-korg