diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/notes')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb (renamed from meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb index 0262620e6c..83e527e380 100644 --- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | SUMMARY = "Notes plugin for the Xfce Panel" | 1 | SUMMARY = "Notes plugin for the Xfce Panel" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" | 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |
7 | 7 | ||
8 | DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf" | 8 | DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf gtksourceview4" |
9 | 9 | ||
10 | CFLAGS += "-Wno-error=incompatible-pointer-types" | 10 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
11 | SRC_URI[sha256sum] = "eb38246deb0fc89535fa9ff9b953c762cece232b5585d8210fab9abbf282aae3" | 11 | SRC_URI[sha256sum] = "8301fcd397bbc98a3def3d94f04de30cc128b4a35477024d2bcb2952a161a3b5" |
12 | 12 | ||
13 | # Add /usr/share/xfce4/notes/gtk-3.0/gtk.css | 13 | # Add /usr/share/xfce4/notes/gtk-3.0/gtk.css |
14 | FILES:${PN} += "${datadir}/xfce4/notes" | 14 | FILES:${PN} += "${datadir}/xfce4/notes" |