summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb')
-rw-r--r--meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb21
1 files changed, 21 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..2b85ff436
--- /dev/null
+++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A simple presentation tool for hackers"
2DESCRIPTION = "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."
5SECTION = "x11/multimedia"
6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
8 file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
9
10DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0"
11
12inherit autotools gettext pkgconfig
13
14SRC_URI = "git://git.gnome.org/pinpoint"
15
16SRCREV = "80a056c57e819d0b75035424638813b0670830e1"
17PV = "0.1.4+gitr${SRCPV}"
18
19S = "${WORKDIR}/git"
20
21RRECOMMENDS_${PN} = "gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-png"