mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-11 21:49:34 +02:00
KPty 5.0.0
This commit is contained in:
committed by
Volker Krause
parent
6022083c7a
commit
ee7e970f17
18
recipes-kf5/tier2/kpty.inc
Normal file
18
recipes-kf5/tier2/kpty.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "KPty"
|
||||
HOMEPAGE = "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ki18n kcoreaddons"
|
||||
|
||||
GIT_REPO = "git://anongit.kde.org/kpty"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${libdir}/cmake/KF5Pty/*.cmake \
|
||||
${prefix}/mkspecs/modules/qt_KPty.pri \
|
||||
"
|
||||
5
recipes-kf5/tier2/kpty_5.0.0.bb
Normal file
5
recipes-kf5/tier2/kpty_5.0.0.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
|
||||
SRC_URI = "${GIT_REPO}"
|
||||
SRCREV = "9ad950b78394e737bd0a03e207cc701ed4d17790"
|
||||
PV = "5.0.0"
|
||||
Reference in New Issue
Block a user