Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 1 | SUMMARY = "Simple GTK+ Text Editor" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development \ |
| 3 | focuses on keeping weight down to a minimum, only the most essential features \ |
| 4 | are implemented in the editor. L3afpad is simple to use, is easily compiled, \ |
| 5 | requires few libraries, and starts up quickly." |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 6 | HOMEPAGE = "https://github.com/stevenhoneyman/l3afpad" |
| 7 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 8 | # 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 Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 10 | # that as well. |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 11 | LICENSE = "GPL-2.0-or-later" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 12 | LIC_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 | |
| 16 | DEPENDS = "gtk+3 intltool-native gettext-native" |
| 17 | |
| 18 | PV = "0.8.18.1.11+git${SRCPV}" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master;protocol=https" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 20 | SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff" |
| 21 | |
| 22 | S = "${WORKDIR}/git" |
| 23 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 24 | inherit autotools pkgconfig features_check mime-xdg |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 25 | |
| 26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 27 | |
| 28 | EXTRA_OECONF = "--disable-emacs --disable-print" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 29 | FILES:${PN} += "${datadir}/icons" |