Index: recipes-kf5/tier3/kemoticons.inc =================================================================== --- /dev/null +++ recipes-kf5/tier3/kemoticons.inc @@ -0,0 +1,31 @@ +DESCRIPTION = "KEmoticons" +HOMEPAGE = "https://api.kde.org/frameworks/kemoticons/html/index.html" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" +PR = "r0" + +DEPENDS = " \ + qtbase \ + karchive \ + kcoreaddons \ + kconfig \ + kservice \ +" + +SRC_URI = "git://anongit.kde.org/kemoticons;nobranch=1" +S = "${WORKDIR}/git" + +inherit cmake_kf5 + +FILES_${PN} += " \ + ${libdir}/plugins/kf5/*.so \ + ${libdir}/plugins/kf5/emoticonsthemes/*.so \ + ${datadir}/kservices5/*.desktop \ + ${datadir}/kservicetypes5/*.desktop \ + ${datadir}/emoticons/Konqi/*.png \ + ${datadir}/emoticons/Konqi/emoticons.xml \ + ${datadir}/emoticons/EmojiOne/*.png \ + ${datadir}/emoticons/EmojiOne/emoticons.xml \ + ${datadir}/emoticons/Breeze/*.png \ + ${datadir}/emoticons/Breeze/emoticons.xml \ +" Index: recipes-kf5/tier3/kemoticons_5.36.0.bb =================================================================== --- /dev/null +++ recipes-kf5/tier3/kemoticons_5.36.0.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +SRCREV = "v${PV}"