Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "A simple text editor for Xfce" |
| 2 | SECTION = "x11/application" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Patrick Williams | de0582f | 2022-04-08 10:23:27 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 5 | |
| 6 | DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" |
| 7 | |
| 8 | inherit xfce-app gsettings mime-xdg |
| 9 | |
Patrick Williams | de0582f | 2022-04-08 10:23:27 -0500 | [diff] [blame] | 10 | SRC_URI[sha256sum] = "f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 11 | |
| 12 | PACKAGECONFIG ??= "" |
| 13 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" |
| 14 | |
| 15 | FILES:${PN} += " \ |
| 16 | ${datadir}/glib-2.0/schemas \ |
| 17 | ${datadir}/metainfo \ |
| 18 | ${datadir}/polkit-1 \ |
| 19 | " |