blob: 830d86b8a126dd3869af988d0e147ad903289dfc [file] [log] [blame]
Brad Bishop90ca7472019-08-20 09:15:15 -04001SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
Andrew Geisslere34f8962021-04-15 15:53:51 -05006DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
Brad Bishop90ca7472019-08-20 09:15:15 -04007
Andrew Geissler82c905d2020-04-13 13:39:40 -05008inherit xfce-app gsettings mime-xdg
Brad Bishop90ca7472019-08-20 09:15:15 -04009
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070010SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1"
11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
Brad Bishop90ca7472019-08-20 09:15:15 -040014
15FILES_${PN} += " \
16 ${datadir}/glib-2.0/schemas \
Andrew Geissler72956ed2021-01-08 16:11:14 -060017 ${datadir}/metainfo \
Brad Bishop90ca7472019-08-20 09:15:15 -040018 ${datadir}/polkit-1 \
19"