aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala-terminal/vala-terminal_git.bb
blob: ff7948178df5c3b4861752dfdc460312790dcb33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
SECTION = "x11/applications"
DEPENDS = "vala-native vte"
SRCREV = "fda5f26710acfc0befe04c8f2e58b35bdba297f7"
PV = "1.1.1+gitr${SRCREV}"
PR = "r0"

inherit autotools

SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

RDEPENDS = "ttf-liberation-mono"
RREPLACES = "openmoko-terminal2"
RPROVIDES = "openmoko-terminal2"