[oe-commits] Yuri Bushmelev : goocanvas: new recipe: GooCanvas is a canvas widget for GTK+

git version control git at git.openembedded.org
Thu Apr 28 20:01:13 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 8be5ba04671f5844e0d2f338279842ae2864b52e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8be5ba04671f5844e0d2f338279842ae2864b52e

Author: Yuri Bushmelev <jay4mail at gmail.com>
Date:   Tue Apr 26 10:53:14 2011 +0400

goocanvas: new recipe: GooCanvas is a canvas widget for GTK+

---

 recipes/goocanvas/goocanvas_1.0.0.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/goocanvas/goocanvas_1.0.0.bb b/recipes/goocanvas/goocanvas_1.0.0.bb
new file mode 100644
index 0000000..c01d78d
--- /dev/null
+++ b/recipes/goocanvas/goocanvas_1.0.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing"
+HOMEPAGE = "http://live.gnome.org/GooCanvas"
+SECTION = "x11/libs"
+DEPENDS = "gtk+ glib-2.0 cairo gettext"
+LICENSE = "GPL"
+
+SRC_URI = "${GNOME_MIRROR}/${PN}/1.0/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "4858a22239e45cf374195bae520021c2"
+SRC_URI[sha256sum] = "1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e"





More information about the Openembedded-commits mailing list