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 | |
| 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. |
| 11 | LICENSE = "GPLv2+" |
| 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}" |
| 19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git" |
| 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" |