aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb
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 /meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb
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>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.bb
new file mode 100644
index 0000000000..c0f4a5d495
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.0.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] = "6db8e1b6ed2babab339a650c8f6d596b"
+SRC_URI[sha256sum] = "0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
+
+FILES_${PN} += "${datadir}/appdata"