diff options
Diffstat (limited to 'meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb new file mode 100644 index 0000000000..68e84dd3c4 --- /dev/null +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "A simple text editor for Xfce" | ||
| 2 | SECTION = "x11/application" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" | ||
| 7 | |||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | XFCEBASEBUILDCLASS = "meson" | ||
| 10 | |||
| 11 | inherit xfce-app gsettings mime-xdg | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "e86c59feb08126d4cace368432c16b2dee8e519aaca8a9d2b409ae1cdd200802" | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "" | ||
| 16 | PACKAGECONFIG[spell] = "-Dgspell-plugin=enabled,-Dgspell-plugin=disabled,gspell" | ||
| 17 | |||
| 18 | FILES:${PN} += " \ | ||
| 19 | ${datadir}/glib-2.0/schemas \ | ||
| 20 | ${datadir}/metainfo \ | ||
| 21 | ${datadir}/polkit-1 \ | ||
| 22 | " | ||
