mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-22 00:42:46 +01:00
remove geany, add leafpad
This commit is contained in:
parent
929264eb7c
commit
fb7aa9ba76
@ -37,7 +37,7 @@ IMAGE_INSTALL:append = "libcurl \
|
|||||||
gdk-pixbuf \
|
gdk-pixbuf \
|
||||||
gtk-layer-shell \
|
gtk-layer-shell \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
geany \
|
l3afpad \
|
||||||
mesa \
|
mesa \
|
||||||
sudo \
|
sudo \
|
||||||
htop \
|
htop \
|
||||||
|
15
recipes-support/l3afpad/l3afpad_git.bb
Normal file
15
recipes-support/l3afpad/l3afpad_git.bb
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user