From 1c24d7296fc8bb2fb65e7af22f4fda73d5c3a972 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 6 May 2025 02:59:33 -0700 Subject: xfce4-notes-plugin: upgrade to 1.11.2 This upgrade fixes a build failure for the current 1.11.0 version. src/main-settings-dialog.c:175:12: error: too many arguments to function 'notes_path_button_new'; expected 0, have 1 Note that an extra dependency is added to this new version: gtksourceview4. It is exlicitly required in configure.ac. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- .../notes/xfce4-notes-plugin_1.11.0.bb | 14 -------------- .../notes/xfce4-notes-plugin_1.11.2.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb create mode 100644 meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb 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.0.bb deleted file mode 100644 index 0262620e6c..0000000000 --- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Notes plugin for the Xfce Panel" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit xfce-panel-plugin - -DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf" - -CFLAGS += "-Wno-error=incompatible-pointer-types" -SRC_URI[sha256sum] = "eb38246deb0fc89535fa9ff9b953c762cece232b5585d8210fab9abbf282aae3" - -# Add /usr/share/xfce4/notes/gtk-3.0/gtk.css -FILES:${PN} += "${datadir}/xfce4/notes" diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb new file mode 100644 index 0000000000..0bdd2bb5f3 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb @@ -0,0 +1,14 @@ +SUMMARY = "Notes plugin for the Xfce Panel" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit xfce-panel-plugin + +DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf gtksourceview4" + +CFLAGS += "-Wno-error=incompatible-pointer-types" +SRC_URI[sha256sum] = "8301fcd397bbc98a3def3d94f04de30cc128b4a35477024d2bcb2952a161a3b5" + +# Add /usr/share/xfce4/notes/gtk-3.0/gtk.css +FILES:${PN} += "${datadir}/xfce4/notes" -- cgit v1.2.3-54-g00ecf