From: Koen Kooi Date: Mon, 31 Jul 2006 16:51:22 +0000 (+0000) Subject: libgpewidget: update to 0.114 X-Git-Tag: Release-2010-05/1~9453^2~1040 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9a3ea5291ffe946d76a5311481273678c776bf;p=openembedded.git libgpewidget: update to 0.114 --- diff --git a/packages/libgpewidget/libgpewidget_0.114.bb b/packages/libgpewidget/libgpewidget_0.114.bb new file mode 100644 index 0000000000..21ab29bff6 --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.114.bb @@ -0,0 +1,23 @@ +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" +MAINTAINER = "Florian Boor " +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpe pkgconfig autotools + +SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0" + +PACKAGES =+ "libgpewidget-bin" +FILES_libgpewidget-bin = "${bindir}" + +EXTRA_OECONF = "--enable-cairo" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +}