blob: 1fba679148dd2d1b379446e8486a2bf47ca2d704 [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
6DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
7
Andrew Geissler82c905d2020-04-13 13:39:40 -05008inherit xfce-app gsettings mime-xdg
Brad Bishop90ca7472019-08-20 09:15:15 -04009
Andrew Geissler32b11992021-03-31 13:37:05 -050010SRC_URI[sha256sum] = "e7208bb9e96a1525d3358a64f9cdd165005078e84e81984a953a2a03491fcaa8"
Brad Bishop90ca7472019-08-20 09:15:15 -040011
12FILES_${PN} += " \
13 ${datadir}/glib-2.0/schemas \
Andrew Geissler72956ed2021-01-08 16:11:14 -060014 ${datadir}/metainfo \
Brad Bishop90ca7472019-08-20 09:15:15 -040015 ${datadir}/polkit-1 \
16"