diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-07 17:22:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-09 11:04:59 +0200 |
commit | 2d7accc6e30fe3e2cea5d3b2f61f25543672b501 (patch) | |
tree | e262f75fdd86cc60c555e0ddf23b935ebde0c2e0 /meta-gnome | |
parent | 26b3c797464c55ff957ddd8bc5329f81b9afea6c (diff) | |
download | meta-openembedded-2d7accc6e30fe3e2cea5d3b2f61f25543672b501.tar.gz |
pinpoint: add new recipe
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>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 000000000..494957049 --- /dev/null +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "A simple presentation tool for hackers" | ||
2 | DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \ | ||
3 | by bullet point and instead encourage presentations containing beautiful \ | ||
4 | images and small amounts of concise text in slides." | ||
5 | SECTION = "x11/multimedia" | ||
6 | LICENSE = "LGPLv2.1" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | ||
8 | file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c" | ||
9 | |||
10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.8 clutter-gst-1.8" | ||
11 | |||
12 | inherit autotools gettext | ||
13 | |||
14 | SRC_URI = "git://git.gnome.org/browse/pinpoint;protocol=http" | ||
15 | |||
16 | SRCREV = "5b22660f5b247023ca409403f1c2cc834d8ce632" | ||
17 | PV = "0.1.4+gitr${SRCPV}" | ||
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | |||