[oe-commits] org.oe.dev libgpewidget: Add 0.115

florian commit openembedded-commits at lists.openembedded.org
Thu Mar 29 15:05:29 UTC 2007


libgpewidget: Add 0.115

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: e537e43379a96a77d936e5011051050129d6a7f9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e537e43379a96a77d936e5011051050129d6a7f9
Files:
1
packages/libgpewidget/libgpewidget_0.115.bb
Diffs:

#
# mt diff -r7ac1e35ac8ca1ead36aa4e2b3d3b105a8e82eb4e -re537e43379a96a77d936e5011051050129d6a7f9
#
# 
# 
# add_file "packages/libgpewidget/libgpewidget_0.115.bb"
#  content [b0c070d4f2cfa704c9379750ab366355e92563a2]
# 
============================================================
--- packages/libgpewidget/libgpewidget_0.115.bb	b0c070d4f2cfa704c9379750ab366355e92563a2
+++ packages/libgpewidget/libgpewidget_0.115.bb	b0c070d4f2cfa704c9379750ab366355e92563a2
@@ -0,0 +1,22 @@
+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"
+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
+}






More information about the Openembedded-commits mailing list