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>
This commit is contained in:
Andreas Müller 2020-03-31 00:26:15 +02:00 committed by Khem Raj
parent dbe9d38034
commit b45a2d5fb0

View File

@ -8,8 +8,8 @@ inherit xfce-panel-plugin
DEPENDS += "xfconf xorgproto libxtst" DEPENDS += "xfconf xorgproto libxtst"
SRC_URI[md5sum] = "104c917ef53a66f7aa2dca01b43c3b77" SRC_URI[md5sum] = "6db8e1b6ed2babab339a650c8f6d596b"
SRC_URI[sha256sum] = "08e14c5d0fcee9adb4bc77efc0ab4af2b12b3fe1ee5e2121fc60e877ac9c29a0" SRC_URI[sha256sum] = "0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7"
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"