From: Rene Wagner Date: Mon, 15 May 2006 18:14:41 +0000 (+0200) Subject: libgpewidget: add 0.112. fixes hh.org Bug #1640. X-Git-Tag: familiar-v0.8.4-rc3~92 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=b9a6908c3ed64b7df50b6c486d49b7f627f7bde4;p=familiar-h63xx-build.git libgpewidget: add 0.112. fixes hh.org Bug #1640. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb b/org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb new file mode 100644 index 0000000..cc33e71 --- /dev/null +++ b/org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb @@ -0,0 +1,30 @@ +LICENSE = "LGPL" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native" +MAINTAINER = "Florian Boor " +PR = "r0" + +PACKAGES =+ "libgpewidget-bin" + +PARALLEL_MAKE = "" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \ + file://pkgconfig.patch;patch=1;pnum=0" + +inherit pkgconfig autotools + +FILES_libgpewidget-bin = "${bindir}" + +EXTRA_OECONF = "--enable-cairo" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} + +do_configure () { + autotools_do_configure +}