pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfce4-clipman-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug 13 04:06:24 UTC 2023

Modified Files:
        pkgsrc/x11/xfce4-clipman-plugin: Makefile distinfo

Log Message:
xfce4-clipman-plugin: update to 1.6.4

Change log:

1.6.4 (2023-07-31)
=====
- history-dialog: Fix memory leak
- history-dialog: Keep paste-on-activate in sync with the settings
- history-dialog: Remove useless creation/destruction of menu
- Simplify main app creation
- history-dialog: Better fit with the way GApplication works
- settings: Remove wrong signal handler
- settings: Better fit with the way GApplication works
- popup-clipman: Enable translations
- popup-clipman: Properly use GApplication
- Move default clipboard restoration from manager to collector
- gsd-clipboard: Add missing sanity check
- Remove dead code
- menu: Add some icons
- history: Clear history when it's disabled
- menu: Shift entries in reverse order
- Revert "Enable reverse-order option"
- menu: Improve management of clear history entries
- menu: Improve management of primary clipboard entry
- history: Refactor item_to_restore into image_to_restore
- settings: Align paste-on-activate combo like other widgets
- collector: Properly sync primary clipboard when default is empty
- collector: Fix primary timeout management
- collector: Remove unused function
- Make 'add-primary-clipboard' management internal to the collector
- Make 'add-primary-clipboard' imply 'persistent-primary-clipboard'
- settings: Fix 'skip-action-on-key-down' sync and improve strings
- collector: Make actions work again for selections
- collector: Fix memory leak
- collector: Properly disconnect signal handlers
- gsd-clipboard: Properly reset source id
- menu: Fix crash when selecting QR code
- Remove XfcePluggable from settings desktop file
- build: tests: Fix compiler warnings
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/xfce4-clipman-plugin/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-clipman-plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-clipman-plugin/Makefile
diff -u pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.67 pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.68
--- pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.67       Mon Mar 20 22:45:11 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/Makefile    Sun Aug 13 04:06:24 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2023/03/20 22:45:11 gutteridge Exp $
+# $NetBSD: Makefile,v 1.68 2023/08/13 04:06:24 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.6.3
+VERSION=       1.6.4
 DISTNAME=      xfce4-clipman-plugin-${VERSION}
 CATEGORIES=    sysutils
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${VERSION:R}/

Index: pkgsrc/x11/xfce4-clipman-plugin/distinfo
diff -u pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.17 pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.18
--- pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.17       Mon Mar 20 22:45:11 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/distinfo    Sun Aug 13 04:06:24 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2023/03/20 22:45:11 gutteridge Exp $
+$NetBSD: distinfo,v 1.18 2023/08/13 04:06:24 gutteridge Exp $
 
-BLAKE2s (xfce4-clipman-plugin-1.6.3.tar.bz2) = 537901651586520cc047561f94c6ea1cf36241b776120a00a5ed600698736aef
-SHA512 (xfce4-clipman-plugin-1.6.3.tar.bz2) = a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b
-Size (xfce4-clipman-plugin-1.6.3.tar.bz2) = 486276 bytes
+BLAKE2s (xfce4-clipman-plugin-1.6.4.tar.bz2) = 96254d2ea1dbb47c54392b94272a2f202762a1bf1ec5bd3c99b4f03fd441e7a0
+SHA512 (xfce4-clipman-plugin-1.6.4.tar.bz2) = e2cb4068ad00e89d848c72ab4c1b7aac0d41bdd006b60afd09e0323fca1c903eeee3b04a68221f5a2cb6be1347eac8879dfa6bd8b0483c2a075eb36e8cf65ea7
+Size (xfce4-clipman-plugin-1.6.4.tar.bz2) = 480785 bytes
 SHA1 (patch-panel-plugin_Makefile.in) = f4e58a9a075623a82bbbea29c6510e9ff838b777



Home | Main Index | Thread Index | Old Index