mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
20 lines
567 B
BlitzBasic
20 lines
567 B
BlitzBasic
SUMMARY = "A simple text editor for Xfce"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
|
|
|
|
inherit xfce-app gsettings mime-xdg
|
|
|
|
SRC_URI[sha256sum] = "560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/glib-2.0/schemas \
|
|
${datadir}/metainfo \
|
|
${datadir}/polkit-1 \
|
|
"
|