summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb
new file mode 100644
index 0000000000..47bf1e2213
--- /dev/null
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb
@@ -0,0 +1,16 @@
1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
7
8inherit xfce-app gsettings mime-xdg
9
10SRC_URI[sha256sum] = "3d2e277b1ae82dd0f0fa25e27169491fc38c2b70a9a624f2ea472604b317a582"
11
12FILES_${PN} += " \
13 ${datadir}/glib-2.0/schemas \
14 ${datadir}/metainfo \
15 ${datadir}/polkit-1 \
16"