diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb new file mode 100644 index 0000000000..451ec551fc --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Notes plugin for the Xfce Panel" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | inherit xfce-panel-plugin | ||
| 7 | |||
| 8 | DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique" | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://0001-main-status-icon.c-remove-deprecated-g_type_init.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "569341bc27e2e46d23b6bffc14bff41a" | ||
| 14 | SRC_URI[sha256sum] = "3627b7da0533ca3fb10310f287dc0d569470960ffdaea7678fd878a20d409678" | ||
| 15 | |||
| 16 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so.*" | ||
| 17 | |||
| 18 | # *.so are required for plugin detection | ||
| 19 | INSANE_SKIP_${PN} = "dev-so" | ||
