diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /pango | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango_1.2.5.bb | 0 | ||||
-rw-r--r-- | pango/pango_1.2.5.oe | 34 | ||||
-rw-r--r-- | pango/pango_1.4.0.bb | 0 | ||||
-rw-r--r-- | pango/pango_1.4.0.oe | 35 | ||||
-rw-r--r-- | pango/pango_1.4.1.bb | 0 | ||||
-rw-r--r-- | pango/pango_1.4.1.oe | 34 |
6 files changed, 0 insertions, 103 deletions
diff --git a/pango/pango_1.2.5.bb b/pango/pango_1.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pango/pango_1.2.5.bb diff --git a/pango/pango_1.2.5.oe b/pango/pango_1.2.5.oe deleted file mode 100644 index ff8e4c1e67..0000000000 --- a/pango/pango_1.2.5.oe +++ /dev/null @@ -1,34 +0,0 @@ -LICENSE = LGPL -SECTION = "x11/libs" -DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt" -DESCRIPTION = "The goal of the Pango project is to provide an \ -Open Source framework for the layout and rendering of \ -internationalized text." - -SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/pango/1.2/pango-${PV}.tar.bz2 \ - file://ft2.patch;patch=1 \ - file://m4.patch;patch=1 \ - file://no-tests.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-glibtest \ - --enable-explicit-deps=no" - -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" - -LIBV = "1.2.0" - -do_stage () { - for lib in pango pangox pangoft2 pangoxft; do - oe_libinstall -so -C pango lib$lib-1.0 ${STAGING_LIBDIR}/ - done - install -d ${STAGING_INCDIR}/pango - install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ -} - -python populate_packages_prepend () { - modules_root = oe.data.expand('${libdir}/pango/${LIBV}/modules', d) - - do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', 'pango-querymodules > /etc/pango/pango.modules') -} diff --git a/pango/pango_1.4.0.bb b/pango/pango_1.4.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pango/pango_1.4.0.bb diff --git a/pango/pango_1.4.0.oe b/pango/pango_1.4.0.oe deleted file mode 100644 index c8f88287f0..0000000000 --- a/pango/pango_1.4.0.oe +++ /dev/null @@ -1,35 +0,0 @@ -LICENSE = LGPL -SECTION = "x11/libs" -# Xt needed to keep autoconf's check for X11 happy -DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt" -DESCRIPTION = "The goal of the Pango project is to provide an \ -Open Source framework for the layout and rendering of \ -internationalized text." - -SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/pango-${PV}.tar.bz2 \ - file://gtk-doc.patch;patch=1 \ - file://no-tests.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-glibtest \ - --enable-explicit-deps=no \ - --disable-debug" - -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" - -LIBV = "1.4.0" - -do_stage () { - for lib in pango pangox pangoft2 pangoxft; do - oe_libinstall -so -C pango lib$lib-1.0 ${STAGING_LIBDIR}/ - done - install -d ${STAGING_INCDIR}/pango - install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ -} - -python populate_packages_prepend () { - modules_root = oe.data.expand('${libdir}/pango/${LIBV}/modules', d) - - do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', 'pango-querymodules > /etc/pango/pango.modules') -} diff --git a/pango/pango_1.4.1.bb b/pango/pango_1.4.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pango/pango_1.4.1.bb diff --git a/pango/pango_1.4.1.oe b/pango/pango_1.4.1.oe deleted file mode 100644 index 6df4f9aa54..0000000000 --- a/pango/pango_1.4.1.oe +++ /dev/null @@ -1,34 +0,0 @@ -LICENSE = LGPL -SECTION = "x11/libs" -# Xt needed to keep autoconf's check for X11 happy -DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt gtk-doc" -DESCRIPTION = "The goal of the Pango project is to provide an \ -Open Source framework for the layout and rendering of \ -internationalized text." - -SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/pango-${PV}.tar.bz2 \ - file://no-tests.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-glibtest \ - --enable-explicit-deps=no \ - --disable-debug" - -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" - -LIBV = "1.4.0" - -do_stage () { - for lib in pango pangox pangoft2 pangoxft; do - oe_libinstall -so -C pango lib$lib-1.0 ${STAGING_LIBDIR}/ - done - install -d ${STAGING_INCDIR}/pango - install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ -} - -python populate_packages_prepend () { - modules_root = oe.data.expand('${libdir}/pango/${LIBV}/modules', d) - - do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', 'pango-querymodules > /etc/pango/pango.modules') -} |