blob: bab564288e40e7da410b686c94506e04585342ec [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
Andrew Geissler69721092021-07-23 12:57:00 -040010SRC_URI += "file://0001-Plugin-support-Properly-handle-plugin-settings.patch"
11
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070012SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1"
13
14PACKAGECONFIG ??= ""
15PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
Brad Bishop90ca7472019-08-20 09:15:15 -040016
Patrick Williams213cb262021-08-07 19:21:33 -050017FILES:${PN} += " \
Brad Bishop90ca7472019-08-20 09:15:15 -040018 ${datadir}/glib-2.0/schemas \
Andrew Geissler72956ed2021-01-08 16:11:14 -060019 ${datadir}/metainfo \
Brad Bishop90ca7472019-08-20 09:15:15 -040020 ${datadir}/polkit-1 \
21"