From dc426d114909fc3755fc792689b74171e7572f94 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 12 Mar 2020 15:21:38 +0100 Subject: xfce4-clipman-plugin: upgrade 1.4.3 -> 1.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.4.4 ======================= This is a bugfix release. - settings: Improve layout - settings: Drop some GtkStock items - Update support URLs from goodies to docs.xfce.org (Bug #16141) - Drop deprecated Gtk style properties - Also show desktop file in Cinnamon (Bug #14058) - Fix getting modifier in gsd-clipboard-manager (Bug #14642) - Fix typo - Translation Updates: Albanian, Armenian (Armenia), Belarusian, Catalan, Chinese (China), Czech, Danish, Finnish, French, Galician, Hebrew, Icelandic, Italian, Kazakh, Norwegian Bokmål, Polish, Portuguese, Slovak, Slovenian, Spanish, Turkish, Ukrainian Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../clipman/xfce4-clipman-plugin_1.4.3.bb | 17 ----------------- .../clipman/xfce4-clipman-plugin_1.4.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb create mode 100644 meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.4.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb deleted file mode 100644 index a1ac05729..000000000 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.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] = "fa0acd5f5e3298e56ebd47d2944cd02b" -SRC_URI[sha256sum] = "29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2" - -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.4.4.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.4.bb new file mode 100644 index 000000000..164895013 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.4.bb @@ -0,0 +1,17 @@ +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] = "104c917ef53a66f7aa2dca01b43c3b77" +SRC_URI[sha256sum] = "08e14c5d0fcee9adb4bc77efc0ab4af2b12b3fe1ee5e2121fc60e877ac9c29a0" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" + +FILES_${PN} += "${datadir}/appdata" -- cgit v1.2.3-54-g00ecf