pango : add missing patch
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 17:39:43 +0000 (17:39 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 17:39:43 +0000 (17:39 +0000)
packages/pango/pango-1.22.0/.mtn2git_empty [new file with mode: 0644]
packages/pango/pango-1.22.0/no-tests.patch [new file with mode: 0644]
packages/pango/pango_1.22.0.bb
packages/pango/pangomm_2.14.0.bb [new file with mode: 0644]

diff --git a/packages/pango/pango-1.22.0/.mtn2git_empty b/packages/pango/pango-1.22.0/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..dafcb20
--- /dev/null
@@ -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/pangomm_2.14.0.bb b/packages/pango/pangomm_2.14.0.bb
new file mode 100644 (file)
index 0000000..2f8d1f7
--- /dev/null
@@ -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
+}