From b064bd27d9dba61fa15c2b859b08c22485c5d289 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 11 May 2021 04:07:21 +0200 Subject: 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/xfce4-clipman-plugin_1.6.1.bb | 17 ----------------- .../clipman/xfce4-clipman-plugin_1.6.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.1.bb create mode 100644 meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb 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.1.bb deleted file mode 100644 index f2a145f5c7..0000000000 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Clipman is a clipboard manager for Xfce" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -inherit xfce-panel-plugin - -DEPENDS += "xfconf xorgproto libxtst" - -SRC_URI[md5sum] = "c9306940c0ca7abd838a14c9d19b3a7e" -SRC_URI[sha256sum] = "b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" - -FILES_${PN} += "${datadir}/appdata" diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb new file mode 100644 index 0000000000..631702667d --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "Clipman is a clipboard manager for Xfce" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +inherit xfce-panel-plugin + +DEPENDS += "xfconf xorgproto libxtst" + +SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" + +FILES_${PN} += "${datadir}/metainfo" -- cgit v1.2.3-54-g00ecf