diff --git a/recipes-support/simplelogin.inc b/recipes-support/simplelogin.inc new file mode 100644 index 0000000..fb20596 --- /dev/null +++ b/recipes-support/simplelogin.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "super simple sans display display desktop manager mockup mitigating mir" +HOMEPAGE = "https://github.com/bhush9/simplelogin" +LICENSE = "GPL-2.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b" + +DEPENDS = " \ + qtbase \ + libpam \ +" + +SRC_URI = " \ + git://invent.kde.org/bshah/${BPN}.git;nobranch=1 \ +" +S = "${WORKDIR}/git" + +inherit cmake_qt5 +inherit systemd + +SYSTEMD_SERVICE_${PN} = "${BPN}.service" diff --git a/recipes-support/simplelogin_git.bb b/recipes-support/simplelogin_git.bb new file mode 100644 index 0000000..26c9db1 --- /dev/null +++ b/recipes-support/simplelogin_git.bb @@ -0,0 +1,3 @@ +require ${BPN}.inc +# SRCREV = "v${PV}" +SRCREV = "41f2090394597b27c37a5bc5f85ce7cf5620770d"