mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 11:32:11 +00:00
ChangeLog: https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.7.0 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.5 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.4 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.3 https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.2 Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
625 B
BlitzBasic
23 lines
625 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"
|
|
|
|
XFCE_COMPRESS_TYPE = "xz"
|
|
XFCEBASEBUILDCLASS = "meson"
|
|
|
|
inherit xfce-app gsettings mime-xdg
|
|
|
|
SRC_URI[sha256sum] = "e86c59feb08126d4cace368432c16b2dee8e519aaca8a9d2b409ae1cdd200802"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[spell] = "-Dgspell-plugin=enabled,-Dgspell-plugin=disabled,gspell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/glib-2.0/schemas \
|
|
${datadir}/metainfo \
|
|
${datadir}/polkit-1 \
|
|
"
|