blob: 85c2c500ead2d7d96403a5a14d4359b93b22e5b9 [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
8# Note that COPYING seems to mistakenly contain LGPLv2.1.
9# The source code is marked GPLv2+ and COPYING used to contain
10# that as well.
11LICENSE = "GPLv2+"
12LIC_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
18PV = "0.8.18.1.11+git${SRCPV}"
19SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git"
20SRCREV ="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"
29FILES_${PN} += "${datadir}/icons"