diff options
-rw-r--r-- | meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.9.0.bb | 10 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.9.0.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.9.0.bb new file mode 100644 index 000000000..cd7212f65 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.9.0.bb | |||
@@ -0,0 +1,10 @@ | |||
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+3 libxfce4ui xfce4-panel xfconf" | ||
9 | |||
10 | SRC_URI[sha256sum] = "13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088" | ||
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index cd3fa26aa..7f1c17261 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -40,6 +40,7 @@ RRECOMMENDS_${PN} = " \ | |||
40 | xfce4-mount-plugin \ | 40 | xfce4-mount-plugin \ |
41 | xfce4-powermanager-plugin \ | 41 | xfce4-powermanager-plugin \ |
42 | xfce4-closebutton-plugin \ | 42 | xfce4-closebutton-plugin \ |
43 | xfce4-notes-plugin \ | ||
43 | xfce4-whiskermenu-plugin \ | 44 | xfce4-whiskermenu-plugin \ |
44 | xfce4-mailwatch-plugin \ | 45 | xfce4-mailwatch-plugin \ |
45 | xfce4-smartbookmark-plugin \ | 46 | xfce4-smartbookmark-plugin \ |