diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-18 18:17:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-21 14:15:11 -0700 |
commit | cfa4040260991054be1f681db4e38bcce95dffaf (patch) | |
tree | 3e7ba85da87343dd3913112aa0c6272de0d112b1 | |
parent | 7f2fc43e09211ce3447783c84e163e19796c5664 (diff) | |
download | meta-openembedded-cfa4040260991054be1f681db4e38bcce95dffaf.tar.gz |
xfce4-notes-plugin: Upgrade to 1.11.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb (renamed from meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.10.0.bb) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.10.0.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb index 8c9768b1e3..0262620e6c 100644 --- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.10.0.bb +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb | |||
@@ -7,4 +7,8 @@ inherit xfce-panel-plugin | |||
7 | 7 | ||
8 | DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf" | 8 | DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "2ee4406042edd352a91e166c83b60d13220ef04dce3fa6b9e0eb13636d636929" | 10 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
11 | SRC_URI[sha256sum] = "eb38246deb0fc89535fa9ff9b953c762cece232b5585d8210fab9abbf282aae3" | ||
12 | |||
13 | # Add /usr/share/xfce4/notes/gtk-3.0/gtk.css | ||
14 | FILES:${PN} += "${datadir}/xfce4/notes" | ||