blob: 55400839284a825d4ba8a8a1456e0113a3351eec [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SUMMARY = "Simple GTK+ Text Editor"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development \
3focuses on keeping weight down to a minimum, only the most essential features \
4are implemented in the editor. L3afpad is simple to use, is easily compiled, \
5requires few libraries, and starts up quickly."
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006HOMEPAGE = "https://github.com/stevenhoneyman/l3afpad"
7
Andrew Geissler9aee5002022-03-30 16:27:02 +00008# Note that COPYING seems to mistakenly contain LGPL-2.1.
9# The source code is marked GPL-2.0-or-later and COPYING used to contain
Patrick Williamsc0f7c042017-02-23 20:41:17 -060010# that as well.
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "GPL-2.0-or-later"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060012LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
13 file://src/l3afpad.h;endline=20;md5=8848fd645cd45115d8cb47ca5c42a50e \
14 file://src/utils.c;endline=20;md5=ae4792f69d3bb7b7ba91d582ba9b1a05"
15
16DEPENDS = "gtk+3 intltool-native gettext-native"
17
Andrew Geissler5082cc72023-09-11 08:41:39 -040018PV = "0.8.18.1.11+git"
Andrew Geissler595f6302022-01-24 19:11:47 +000019SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060020SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff"
21
22S = "${WORKDIR}/git"
23
Andrew Geissler82c905d2020-04-13 13:39:40 -050024inherit autotools pkgconfig features_check mime-xdg
Patrick Williamsc0f7c042017-02-23 20:41:17 -060025
26ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
27
28EXTRA_OECONF = "--disable-emacs --disable-print"
Patrick Williams213cb262021-08-07 19:21:33 -050029FILES:${PN} += "${datadir}/icons"