summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/mousepad/mousepad_0.7.0.bb
diff options
context:
space:
mode:
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.bb22
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 @@
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
8XFCE_COMPRESS_TYPE = "xz"
9XFCEBASEBUILDCLASS = "meson"
10
11inherit xfce-app gsettings mime-xdg
12
13SRC_URI[sha256sum] = "e86c59feb08126d4cace368432c16b2dee8e519aaca8a9d2b409ae1cdd200802"
14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[spell] = "-Dgspell-plugin=enabled,-Dgspell-plugin=disabled,gspell"
17
18FILES:${PN} += " \
19 ${datadir}/glib-2.0/schemas \
20 ${datadir}/metainfo \
21 ${datadir}/polkit-1 \
22"