diff --git a/recipes-kf5/tier3/kpeople.inc b/recipes-kf5/tier3/kpeople.inc new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier3/kpeople.inc @@ -0,0 +1,28 @@ +DESCRIPTION = "KPeople" +HOMEPAGE = "https://api.kde.org/frameworks/kpeople/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +PR = "r0" + +DEPENDS = " \ + qtbase \ + qtdeclarative \ + kcoreaddons \ + ki18n \ + kwidgetsaddons \ + kservice \ + kitemviews \ +" + +SRC_URI = "git://anongit.kde.org/kpeople;nobranch=1" +S = "${WORKDIR}/git" + +inherit cmake_kf5 +inherit gettext +inherit python3native + +FILES_${PN} += " \ + ${libdir}/qml/org/kde/people/* \ + ${datadir}/kservicetypes5/*.desktop \ + ${datadir}/kf5/kpeople/*.png \ +" diff --git a/recipes-kf5/tier3/kpeople_5.36.0.bb b/recipes-kf5/tier3/kpeople_5.36.0.bb new file mode 100644 --- /dev/null +++ b/recipes-kf5/tier3/kpeople_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"