xfce4-clipman-plugin: upgrade 1.6.1 -> 1.6.2

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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2021-05-11 04:07:21 +02:00 committed by Khem Raj
parent c6574d7ef9
commit b064bd27d9

View File

@ -8,10 +8,9 @@ inherit xfce-panel-plugin
DEPENDS += "xfconf xorgproto libxtst" DEPENDS += "xfconf xorgproto libxtst"
SRC_URI[md5sum] = "c9306940c0ca7abd838a14c9d19b3a7e" SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8"
SRC_URI[sha256sum] = "b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4"
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
FILES_${PN} += "${datadir}/appdata" FILES_${PN} += "${datadir}/metainfo"