From b064bd27d9dba61fa15c2b859b08c22485c5d289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 11 May 2021 04:07:21 +0200 Subject: [PATCH] xfce4-clipman-plugin: upgrade 1.6.1 -> 1.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.6.2 ======================= This stable release targets Xfce 4.16, as it relies on the same GLib version. - Add G_GNUC_FALLTHROUGH definition if GLib < 2.60 - Remove obsolete GTK_CHECK_VERSION checks - Fix function prototypes - Remove GSourceFunc casts - Fix compilation warnings - automake: Enable subdir-objects - autoconf: Some updates - Check for `locale.h` required in release mode - Update `.gitignore` - Require gtk 3.22.29 - Fix GCC warnings - Fix return type of grab_keyboard - Add README.md - Avoid deprecated warnings with Gdk >= 3.22 - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Make settings window title translateable (Bug #16625) - history: Re-enable singleton - menu: Indicate primary and clipboard content - menu: Indicate the primary clipboard item - Speed up shutdown and paste - Correct location of appstream info - Fix a couple of grammatical errors - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- ...clipman-plugin_1.6.1.bb => xfce4-clipman-plugin_1.6.2.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.6.1.bb => xfce4-clipman-plugin_1.6.2.bb} (70%) diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.1.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb similarity index 70% rename from meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.1.bb rename to meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb index f2a145f5c7..631702667d 100644 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.1.bb +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb @@ -8,10 +8,9 @@ inherit xfce-panel-plugin DEPENDS += "xfconf xorgproto libxtst" -SRC_URI[md5sum] = "c9306940c0ca7abd838a14c9d19b3a7e" -SRC_URI[sha256sum] = "b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4" +SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8" PACKAGECONFIG ??= "" PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" -FILES_${PN} += "${datadir}/appdata" +FILES_${PN} += "${datadir}/metainfo"