* [meta-oe][PATCH] pinpoint: add new recipe
@ 2012-10-07 17:22 Paul Eggleton
0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2012-10-07 17:22 UTC (permalink / raw)
To: openembedded-devel
Add new recipe for the latest git version of pinpoint, the
hacker-friendly presentation tool.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
new file mode 100644
index 0000000..4949570
--- /dev/null
+++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "A simple presentation tool for hackers"
+DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \
+ by bullet point and instead encourage presentations containing beautiful \
+ images and small amounts of concise text in slides."
+SECTION = "x11/multimedia"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
+ file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
+
+DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.8 clutter-gst-1.8"
+
+inherit autotools gettext
+
+SRC_URI = "git://git.gnome.org/browse/pinpoint;protocol=http"
+
+SRCREV = "5b22660f5b247023ca409403f1c2cc834d8ce632"
+PV = "0.1.4+gitr${SRCPV}"
+
+S = "${WORKDIR}/git"
+
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-07 17:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07 17:22 [meta-oe][PATCH] pinpoint: add new recipe Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.