diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-04 23:05:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-04 23:05:18 +0000 |
commit | d72c02e248cbf09a5130991df1d0f37d57cde698 (patch) | |
tree | 77896ae632cef86c0d8d7a10a1909d35ea6941b3 | |
parent | c39d3e74e652f101296df066be93cf507324a7c5 (diff) |
make qpe-libgaim build more fool proof
BKrev: 418ab5aeHsvi8y0NeTXMVAibhQVhMg
-rw-r--r-- | qpe-gaim/files/dont-look-for-gtk.patch | 0 | ||||
-rw-r--r-- | qpe-gaim/qpe-libgaim_20041030.oe | 38 |
2 files changed, 38 insertions, 0 deletions
diff --git a/qpe-gaim/files/dont-look-for-gtk.patch b/qpe-gaim/files/dont-look-for-gtk.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-gaim/files/dont-look-for-gtk.patch diff --git a/qpe-gaim/qpe-libgaim_20041030.oe b/qpe-gaim/qpe-libgaim_20041030.oe index e69de29bb2..55c868b3ea 100644 --- a/qpe-gaim/qpe-libgaim_20041030.oe +++ b/qpe-gaim/qpe-libgaim_20041030.oe @@ -0,0 +1,38 @@ +DESCRIPTION = "A multi protocol instant messager library, Qt/Embedded based Palmtop Environments Edition" +SECTION = "opie/applications" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +DEPENDS = "openssl glib-2.0" +PV = "0.4+cvs-20041030" +PR = "r1" + +SRC_URI = "http://www.vanille.de/mirror/qpe-gaim_20041030.tar.bz2 \ + file://fix-compilation.patch;patch=1 \ + file://dont-look-for-gtk.patch;patch=1" +S = "${WORKDIR}/libgaim" + +inherit autotools + +EXTRA_OE_CONF = "--disable-audio --disable-gtkspell --disable-perl \ + --with-dynamic-prpls=gg,irc,jabber,msn,napster,oscar,yahoo \ + --disable-screensaver --disable-sm --disable-glibtest \ + --disable-gtktest --disable-startup-notification \ + --disable-gevolution --disable-aotest --disable-audiofiletest" + +CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0" + +do_configure_prepend() { + ln -s src libgaim + touch intl/Makefile.in + touch po/Makefile.in.in + install -d build-root + touch build-root/mkipk.sh.in.in +} + +do_stage() { + oe_libinstall -so -C src libgaim ${QTDIR}/lib +} + +PACKAGES += "libgaim-plugins" +FILES_libgaim-plugins = "/usr/lib/gaim/*.so" + +#FIXME: use do_packages to create individual packages for each of the plugins |