xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
7
8inherit xfce-app gsettings mime-xdg
9
10SRC_URI[sha256sum] = "f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473"
11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
14
15FILES:${PN} += " \
16    ${datadir}/glib-2.0/schemas \
17    ${datadir}/metainfo \
18    ${datadir}/polkit-1 \
19"
20