diff --git a/recipes-liri/liri-text/liri-text_git.bb b/recipes-liri/liri-text/liri-text_git.bb new file mode 100644 index 00000000..ce14b828 --- /dev/null +++ b/recipes-liri/liri-text/liri-text_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "Material Design text editor" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPLv3;md5=7702f203b58979ebbc31bfaeb44f219c \ +" + +inherit liri gtk-icon-cache + +DEPENDS += " \ + qtquickcontrols2 \ + liri-fluid \ + sqlite3 \ +" + +PV = "0.4.1+git${SRCPV}" + +SRCREV = "1cf4d6cf0d493e9deb99b1cd16abea8476da47e7" +S = "${WORKDIR}/git" + +FILES_${PN} += " \ + ${datadir}/icons \ + ${datadir}/metainfo \ + ${datadir}/liri-text/language-specs \ +"