diff options
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.bb | 16 |
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 @@ | |||
| 1 | SUMMARY = "A simple text editor for Xfce" | ||
| 2 | SECTION = "x11/application" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native" | ||
| 7 | |||
| 8 | inherit xfce-app gsettings mime-xdg | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "3d2e277b1ae82dd0f0fa25e27169491fc38c2b70a9a624f2ea472604b317a582" | ||
| 11 | |||
| 12 | FILES_${PN} += " \ | ||
| 13 | ${datadir}/glib-2.0/schemas \ | ||
| 14 | ${datadir}/metainfo \ | ||
| 15 | ${datadir}/polkit-1 \ | ||
| 16 | " | ||
