From fb7aa9ba7686b8dd8a45bcc23564a096e4db506e Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 28 Jul 2023 19:42:26 +0200 Subject: [PATCH] remove geany, add leafpad --- recipes-core/images/core-image-minimal.bbappend | 2 +- recipes-support/l3afpad/l3afpad_git.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 recipes-support/l3afpad/l3afpad_git.bb 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