mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
549 B
BlitzBasic
19 lines
549 B
BlitzBasic
SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala"
|
|
SECTION = "x11/applications"
|
|
DEPENDS = "vte"
|
|
SRCREV = "0fefa38087581f85fa0631b40500b9428369c146"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
PV = "1.3+gitr${SRCPV}"
|
|
PE = "1"
|
|
PR = "r1"
|
|
|
|
inherit autotools perlnative vala
|
|
|
|
SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_${PN} = "ttf-liberation-mono"
|
|
RREPLACES_${PN} = "openmoko-terminal2"
|
|
RPROVIDES_${PN} = "openmoko-terminal2"
|