summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vala-terminal
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/vala-terminal')
-rw-r--r--meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
new file mode 100644
index 0000000000..1900b6fcb5
--- /dev/null
+++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "A lightweight Terminal Emulator based on libvte, written in Vala."
2SECTION = "x11/applications"
3DEPENDS = "vala-native vte"
4SRCREV = "6cfb8bf8eb1a3812e39fac10a4810b6680fa066a"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7PV = "1.1.1+gitr${SRCPV}"
8PE = "1"
9PR = "r1"
10
11inherit autotools
12
13SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master"
14S = "${WORKDIR}/git"
15
16RDEPENDS_${PN} = "ttf-liberation-mono"
17RREPLACES_${PN} = "openmoko-terminal2"
18RPROVIDES_${PN} = "openmoko-terminal2"