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 Mar 3 17:58:55 UTC 2024
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.6
1.6.6 (2024-02-29)
=====
- Update copyright year
- Use X11 clipboard manager from libxfce4ui if available
- collector: Fix sanity check
- history: Make search case-sensitive
- actions: Update gimp command (Fixes #96)
- build: Use system wlr-protocols if avail or fall back to submodule
- clipboard-manager: Add missing static qualifier
- build: Lower xfce4-dev-tools requirements to stable version
- Fix xfce_titled_dialog_create_action_area() deprecation
- build: Simplify and clarify X11/Wayland distinction
- build: Define our own windowing macro instead of extending GDK's
- build: Add check for gdk-wayland
- Translation Updates:
Catalan, Estonian, Finnish, Hebrew, Italian, Russian, Spanish,
Swedish, Turkish
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/xfce4-clipman-plugin/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-clipman-plugin/distinfo
cvs rdiff -u -r1.3 -r1.4 \
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.72 pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.73
--- pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.72 Tue Nov 14 14:03:22 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/Makefile Sun Mar 3 17:58:54 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2023/11/14 14:03:22 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2024/03/03 17:58:54 gutteridge Exp $
-PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 1.6.5
+VERSION= 1.6.6
DISTNAME= xfce4-clipman-plugin-${VERSION}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${VERSION:R}/
@@ -11,6 +10,10 @@ MASTER_SITES= https://archive.xfce.org/s
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
COMMENT= Xfce clipboard plugin
+# Will otherwise potentially pick up Wayland libraries in the environment.
+# Not ready for use with current state of Xfce in pkgsrc.
+CONFIGURE_ARGS+= --disable-wayland
+
PKG_SYSCONFSUBDIR= xdg
CONF_FILES= ${XFCE4_EGBASE}/autostart/xfce4-clipman-plugin-autostart.desktop \
${PKG_SYSCONFDIR}/autostart/xfce4-clipman-plugin-autostart.desktop \
Index: pkgsrc/x11/xfce4-clipman-plugin/distinfo
diff -u pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.19 pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.20
--- pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.19 Tue Oct 3 23:09:57 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/distinfo Sun Mar 3 17:58:54 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2023/10/03 23:09:57 gutteridge Exp $
+$NetBSD: distinfo,v 1.20 2024/03/03 17:58:54 gutteridge Exp $
-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
+BLAKE2s (xfce4-clipman-plugin-1.6.6.tar.bz2) = 555551d5f183acc8505e65ba52638dbe6c1764f52472c928cc69840a79fddda5
+SHA512 (xfce4-clipman-plugin-1.6.6.tar.bz2) = 4f6bb8f56111903af576d06ce5883e8ada2cb3ea377e09a79d2c5fb6f37743dac621649465a573a8a29a1fb884e7608a53dd6486eada23c7f8ee6401237988af
+Size (xfce4-clipman-plugin-1.6.6.tar.bz2) = 487832 bytes
+SHA1 (patch-panel-plugin_Makefile.in) = c4a7148f4c489359b21eeeca1d9fb4299a184da8
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.3 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.3 Tue Oct 3 23:09:57 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/patches/patch-panel-plugin_Makefile.in Sun Mar 3 17:58:54 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.3 2023/10/03 23:09:57 gutteridge Exp $
+$NetBSD: patch-panel-plugin_Makefile.in,v 1.4 2024/03/03 17:58:54 gutteridge Exp $
Adjust config path
---- panel-plugin/Makefile.in.orig 2023-09-29 11:07:44.000000000 +0000
+--- panel-plugin/Makefile.in.orig 2024-02-29 14:45:40.000000000 +0000
+++ panel-plugin/Makefile.in
-@@ -714,7 +714,7 @@ libclipman_la_LIBADD = \
+@@ -710,7 +710,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)
-@@ -731,7 +731,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
+@@ -727,7 +727,7 @@ apps_DATA = $(apps_in_files:.desktop.in=
#
# Autostart File
#
--@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)
+-@ENABLE_X11_TRUE@autostartdir = $(sysconfdir)/xdg/autostart
++@ENABLE_X11_TRUE@autostartdir = $(datadir)/examples/xfce4/autostart
+ @ENABLE_X11_TRUE@autostart_in_files = xfce4-clipman-plugin-autostart.desktop.in
+ @ENABLE_X11_TRUE@autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
Home |
Main Index |
Thread Index |
Old Index