diff --git a/recipes-core/images/core-image-minimal.bbappend b/recipes-core/images/core-image-minimal.bbappend index 0891c3a..6645451 100644 --- a/recipes-core/images/core-image-minimal.bbappend +++ b/recipes-core/images/core-image-minimal.bbappend @@ -37,7 +37,7 @@ IMAGE_INSTALL:append = "libcurl \ gdk-pixbuf \ gtk-layer-shell \ gobject-introspection \ - geany \ + l3afpad \ mesa \ sudo \ htop \ diff --git a/recipes-support/l3afpad/l3afpad_git.bb b/recipes-support/l3afpad/l3afpad_git.bb new file mode 100644 index 0000000..16f1020 --- /dev/null +++ b/recipes-support/l3afpad/l3afpad_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "leafpad for GTK3" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" + + +DEPENDS = "gtk+3" + +SRCREV = "${AUTOREV}" + +SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;protocol=https;branch=master"9 + +S="${WORKDIR}/git" + +inherit autotools pkgconfig