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:           Tue Oct  3 23:09:57 UTC 2023

Modified Files:
        pkgsrc/x11/xfce4-clipman-plugin: Makefile distinfo
        pkgsrc/x11/xfce4-clipman-plugin/patches: patch-panel-plugin_Makefile.in

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

Change log:

1.6.5 (2023-09-29)
=====
- wayland: Hide skip-action-on-key-down setting
- wayland: Hide persistent-primary-clipboard setting
- Add set-text action to plugin app to allow D-Bus calls
- Add Wayland impl for clipboard-manager
- Make clipboard manager an interface and add X11 impl
- Rename x11-clipboard-manager to clipboard-manager
- Move paste_on_activate() to common
- Make X11 dependencies optional and guard X11 code paths
- cleanup: Remove unused project files
- cleanup: Remove useless variable assignment
- tests: Add missing include
- history-dialog: Fix memory leak
- ui: Mark 2 strings translatable
- history-dialog: Keep paste-on-activate in sync with the settings (V2)
- settings: Fix tooltip text
- status-icon: Enable tooltip
- status-icon: Add missing sanity check
- popup-clipman: Replace deprecated gdk_keyboard_grab()
- Replace deprecated gtk_menu_popup() when possible
- collector: Do not restore default clipboard if not really empty
- menu: Fix translated string
- Update URLs
- 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.68 -r1.69 pkgsrc/x11/xfce4-clipman-plugin/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xfce4-clipman-plugin/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in

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.68 pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.69
--- pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.68       Sun Aug 13 04:06:24 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/Makefile    Tue Oct  3 23:09:57 2023
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.68 2023/08/13 04:06:24 gutteridge Exp $
+# $NetBSD: Makefile,v 1.69 2023/10/03 23:09:57 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.6.4
+VERSION=       1.6.5
 DISTNAME=      xfce4-clipman-plugin-${VERSION}
-CATEGORIES=    sysutils
+CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${VERSION:R}/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
 COMMENT=       Xfce clipboard plugin
 
 PKG_SYSCONFSUBDIR=     xdg
-CONF_FILES=            ${XFCE4_EGBASE}/autostart/xfce4-clipman-plugin-autostart.desktop        \
-                       ${PKG_SYSCONFDIR}/autostart/xfce4-clipman-plugin-autostart.desktop      \
-                       ${XFCE4_EGBASE}/panel/xfce4-clipman-actions.xml \
+CONF_FILES=            ${XFCE4_EGBASE}/autostart/xfce4-clipman-plugin-autostart.desktop \
+                       ${PKG_SYSCONFDIR}/autostart/xfce4-clipman-plugin-autostart.desktop \
+                       ${XFCE4_EGBASE}/panel/xfce4-clipman-actions.xml \
                        ${PKG_SYSCONFDIR}/xfce4/panel/xfce4-clipman-actions.xml
 
 MAKE_DIRS+=    ${XFCE4_EGBASE}/autostart \

Index: pkgsrc/x11/xfce4-clipman-plugin/distinfo
diff -u pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.18 pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.19
--- pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.18       Sun Aug 13 04:06:24 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/distinfo    Tue Oct  3 23:09:57 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2023/08/13 04:06:24 gutteridge Exp $
+$NetBSD: distinfo,v 1.19 2023/10/03 23:09:57 gutteridge Exp $
 
-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
+BLAKE2s (xfce4-clipman-plugin-1.6.5.tar.bz2) = 44ad26c6b98a64b89eeb63d108862cbffdd790cc321958c263d1db044f013f37
+SHA512 (xfce4-clipman-plugin-1.6.5.tar.bz2) = b0ae4a3928590346dd0f9786959c138f7e9cc03afa974eee558890fcd2b96c019bd4be67f7c231cac802fb6356c64b1e0394ef327aae6256fc433ced245fdff9
+Size (xfce4-clipman-plugin-1.6.5.tar.bz2) = 483621 bytes
+SHA1 (patch-panel-plugin_Makefile.in) = 0e6af6760e17878292ea16bd75969bbb734dd7d9

Index: pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in
diff -u pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in:1.2 pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in:1.3
--- pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in:1.2  Sun Jun 12 11:23:12 2016
+++ pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in      Tue Oct  3 23:09:57 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.2 2016/06/12 11:23:12 youri Exp $
+$NetBSD: patch-panel-plugin_Makefile.in,v 1.3 2023/10/03 23:09:57 gutteridge Exp $
 
 Adjust config path
 
---- panel-plugin/Makefile.in.orig      2014-05-31 17:03:00.000000000 +0000
+--- panel-plugin/Makefile.in.orig      2023-09-29 11:07:44.000000000 +0000
 +++ panel-plugin/Makefile.in
-@@ -565,7 +565,7 @@ libclipman_la_LIBADD = \
+@@ -714,7 +714,7 @@ libclipman_la_LIBADD = \
  #
  # XML Actions File
  #
@@ -13,12 +13,12 @@ Adjust config path
  actions_in_files = xfce4-clipman-actions.xml.in
  actions_DATA = $(actions_in_files:.xml.in=.xml)
  
-@@ -582,7 +582,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
+@@ -731,7 +731,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
  #
  # Autostart File
  #
--autostartdir = $(sysconfdir)/xdg/autostart
-+autostartdir = $(datadir)/examples/xfce4/autostart
- autostart_in_files = xfce4-clipman-plugin-autostart.desktop.in
- autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
+-@HAVE_LIBX11_TRUE@autostartdir = $(sysconfdir)/xdg/autostart
++@HAVE_LIBX11_TRUE@autostartdir = $(datadir)/examples/xfce4/autostart
+ @HAVE_LIBX11_TRUE@autostart_in_files = xfce4-clipman-plugin-autostart.desktop.in
+ @HAVE_LIBX11_TRUE@autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
  



Home | Main Index | Thread Index | Old Index