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