aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-03-31 00:26:15 +0200
committerKhem Raj <raj.khem@gmail.com>2020-03-30 22:02:34 -0700
commitb45a2d5fb0bf363b779d0898363385cffc0e9ea9 (patch)
treea00c38de55b71386f1809f38451c253ea84b5add
parentdbe9d3803439679d51ed6ca6ecf014749b0ebec5 (diff)
downloadmeta-openembedded-contrib-b45a2d5fb0bf363b779d0898363385cffc0e9ea9.tar.gz
xfce4-clipman-plugin: upgrade 1.4.4 -> 1.6.0
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb (renamed from meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.4.bb)4
1 files changed, 2 insertions, 2 deletions
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
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"