mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
26b3c79746
commit
2d7accc6e3
20
meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
Normal file
20
meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
Normal file
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user