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:           Fri Dec 26 21:32:37 UTC 2025

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.7.0

1.7.0 (2025-05-19)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- Update README after switchover to meson
- build: Automate copyright year management
- build: Replace xdt-csource with glib-compile-resources
- meson-build: Use shared_module()
- Replace deprecated exo with libxfce4ui 4.21.0
- Use HTTPS for action URLs
- history: Add missing sanity checks
- history: Update size when max values change at runtime
- history: Fix truncation when max_images changes
- collector: Avoid default clipboard restoration while waiting for image
- tests: Print more test results
- gcc-analyzer: Adapt regexes to meson
- Add meson build
- build: Add missing dep flags
- Translation Updates:
  Albanian, Catalan, Greek, Slovak, Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/x11/xfce4-clipman-plugin/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/xfce4-clipman-plugin/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    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.82 pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.83
--- pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.82       Thu Oct 23 20:40:21 2025
+++ pkgsrc/x11/xfce4-clipman-plugin/Makefile    Fri Dec 26 21:32:36 2025
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.82 2025/10/23 20:40:21 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2025/12/26 21:32:36 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.6.7
+VERSION=       1.7.0
 DISTNAME=      xfce4-clipman-plugin-${VERSION}
 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
+EXTRACT_SUFX=  .tar.xz
+
+USE_TOOLS+=    autoconf automake autoreconf
+
+TOOL_DEPENDS+= xfce4-dev-tools>=4.20.0:../../devel/xfce4-dev-tools
 
 # Will otherwise potentially pick up Wayland libraries in the environment.
 # Not ready for use with current state of Xfce in pkgsrc.
@@ -24,6 +28,9 @@ CONF_FILES=           ${XFCE4_EGBASE}/autostart/x
 MAKE_DIRS+=    ${XFCE4_EGBASE}/autostart \
                ${XFCE4_EGBASE}/panel
 
+pre-patch:
+       cd ${WRKSRC} && autoreconf -fiv
+
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/x11/xfce4-clipman-plugin/distinfo
diff -u pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.21 pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.22
--- pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.21       Tue Jan 28 00:59:09 2025
+++ pkgsrc/x11/xfce4-clipman-plugin/distinfo    Fri Dec 26 21:32:36 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2025/01/28 00:59:09 gutteridge Exp $
+$NetBSD: distinfo,v 1.22 2025/12/26 21:32:36 gutteridge Exp $
 
-BLAKE2s (xfce4-clipman-plugin-1.6.7.tar.bz2) = ceb01c15fc8ff6369ebc0e83c2159d85cbb9a7e00dfbbb644411ef8cbd4bf7ea
-SHA512 (xfce4-clipman-plugin-1.6.7.tar.bz2) = 0616ee8366952cf90ea60887d7c0081b4fc3b2a80cb8f3613e294ea1086477c30a820b688045e49ec4787042a83964732e85a458acf1997c1a7ea244dd225892
-Size (xfce4-clipman-plugin-1.6.7.tar.bz2) = 637572 bytes
-SHA1 (patch-panel-plugin_Makefile.in) = c4a7148f4c489359b21eeeca1d9fb4299a184da8
+BLAKE2s (xfce4-clipman-plugin-1.7.0.tar.xz) = 409514c01ba0ccc93f6488b4c32bc87923400b79380c15344ba5e43aec418309
+SHA512 (xfce4-clipman-plugin-1.7.0.tar.xz) = f0e58a011bee286f9c37142d3ea6f10c3739c48f6b909ad83b710636adcbda025acee7fa99cd587f5d5f749db9d7e666b18c1a2124f0bbef10a9f59780bbf9e5
+Size (xfce4-clipman-plugin-1.7.0.tar.xz) = 184276 bytes
+SHA1 (patch-panel-plugin_Makefile.in) = f429366e3713f46a260c8261e5fa51565f77d87b

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.4 pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in:1.5
--- pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in:1.4  Sun Mar  3 17:58:54 2024
+++ pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in      Fri Dec 26 21:32:36 2025
@@ -1,19 +1,19 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.4 2024/03/03 17:58:54 gutteridge Exp $
+$NetBSD: patch-panel-plugin_Makefile.in,v 1.5 2025/12/26 21:32:36 gutteridge Exp $
 
 Adjust config path
 
---- panel-plugin/Makefile.in.orig      2024-02-29 14:45:40.000000000 +0000
+--- panel-plugin/Makefile.in.orig      2025-12-26 21:04:21.561382672 +0000
 +++ panel-plugin/Makefile.in
-@@ -710,7 +710,7 @@ libclipman_la_LIBADD = \
+@@ -724,7 +724,7 @@ libclipman_la_LIBADD = \
  #
  # XML Actions File
  #
 -actionsdir = $(sysconfdir)/xdg/xfce4/panel
 +actionsdir = $(datadir)/examples/xfce4/panel
- actions_in_files = xfce4-clipman-actions.xml.in
+ actions_in_in_files = xfce4-clipman-actions.xml.in.in
+ actions_in_files = $(actions_in_in_files:.xml.in.in=.xml.in)
  actions_DATA = $(actions_in_files:.xml.in=.xml)
- 
-@@ -727,7 +727,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
+@@ -742,7 +742,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
  #
  # Autostart File
  #



Home | Main Index | Thread Index | Old Index