From b45a2d5fb0bf363b779d0898363385cffc0e9ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 31 Mar 2020 00:26:15 +0200 Subject: [PATCH] xfce4-clipman-plugin: upgrade 1.4.4 -> 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.6.0 ======================= This is a feature release. Apart from fixing deprecations, improving the settings dialog and small improvements to the panel plugin a new feature has been introduced: xfce4-clipman-history. It allows you to search the history interactively and paste directly (or just update the clipboard by holding Ctrl). - Add standalone dialog to search history: xfce4-clipman-history - Don't delete the history on startup - plugin: Indicate if clipman is disabled (Bug #11381) - plugin: Bind middle-click to toggle "inhibit" - plugin: Add "Clipman settings..." menuitem - plugin: "Show full history..." menuitem - plugin: Wire up max-menu-items setting - settings: Make strings translatablei (Bug #16496) - settings: Improve responsiveness of actions tab - settings: Replace GtkStock icons and tweak actions dialog - settings: Revamp UI and add max-menu-items setting - settings: Further UI tweaks - daemon: Show info dialog if already running - Add warning if clipman is not running - Show info/warning dialogs if clipman is (not) running - Add clipman-settings desktop file - Replace deprecated g_type_class_add_private - Replace GtkStock items - Improve clipman autostart file - Update copyright - Update gitignore - Translation Updates: Albanian, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Danish, Dutch, French, Galician, German, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- ...-clipman-plugin_1.4.4.bb => xfce4-clipman-plugin_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.4.4.bb => xfce4-clipman-plugin_1.6.0.bb} (76%) 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.6.0.bb similarity index 76% rename from meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.4.bb rename to meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb index 164895013c..c0f4a5d495 100644 --- 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.6.0.bb @@ -8,8 +8,8 @@ inherit xfce-panel-plugin DEPENDS += "xfconf xorgproto libxtst" -SRC_URI[md5sum] = "104c917ef53a66f7aa2dca01b43c3b77" -SRC_URI[sha256sum] = "08e14c5d0fcee9adb4bc77efc0ab4af2b12b3fe1ee5e2121fc60e877ac9c29a0" +SRC_URI[md5sum] = "6db8e1b6ed2babab339a650c8f6d596b" +SRC_URI[sha256sum] = "0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7" PACKAGECONFIG ??= "" PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"