git: 92a2f484e325 - main - sysutils/touchegg: Update 2.0.15 → 2.0.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jun 2023 01:38:58 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=92a2f484e3256ea74228766e61444882a7da464c commit 92a2f484e3256ea74228766e61444882a7da464c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-19 00:24:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-19 01:38:53 +0000 sysutils/touchegg: Update 2.0.15 → 2.0.16 Reported by: portscout --- sysutils/touchegg/Makefile | 4 ++-- sysutils/touchegg/distinfo | 6 +++--- sysutils/touchegg/files/patch-src_daemon_dbus.h | 16 ---------------- 3 files changed, 5 insertions(+), 21 deletions(-) diff --git a/sysutils/touchegg/Makefile b/sysutils/touchegg/Makefile index 1f7833b77867..50829c10f1ea 100644 --- a/sysutils/touchegg/Makefile +++ b/sysutils/touchegg/Makefile @@ -1,6 +1,5 @@ PORTNAME= touchegg -DISTVERSION= 2.0.15 -PORTREVISION= 1 +DISTVERSION= 2.0.16 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -34,5 +33,6 @@ post-install: @${MV} \ ${STAGEDIR}${ETCDIR}/touchegg.conf \ ${STAGEDIR}${ETCDIR}/touchegg.conf.sample + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/touchegg .include <bsd.port.mk> diff --git a/sysutils/touchegg/distinfo b/sysutils/touchegg/distinfo index acc80a6f5242..725224fb8c80 100644 --- a/sysutils/touchegg/distinfo +++ b/sysutils/touchegg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673768637 -SHA256 (JoseExposito-touchegg-2.0.15_GH0.tar.gz) = b620049eb48ca911e606c91ad8655eb66b352e384975bfd721c184d0e2356edc -SIZE (JoseExposito-touchegg-2.0.15_GH0.tar.gz) = 26825847 +TIMESTAMP = 1687133982 +SHA256 (JoseExposito-touchegg-2.0.16_GH0.tar.gz) = 828ed2ca4d5d1aaab5c046460a88a7c33a49cc98b87d4c3943e3494da1ddb93c +SIZE (JoseExposito-touchegg-2.0.16_GH0.tar.gz) = 26826100 diff --git a/sysutils/touchegg/files/patch-src_daemon_dbus.h b/sysutils/touchegg/files/patch-src_daemon_dbus.h deleted file mode 100644 index 0155cf2f5945..000000000000 --- a/sysutils/touchegg/files/patch-src_daemon_dbus.h +++ /dev/null @@ -1,16 +0,0 @@ -- Unix Domain Socket with Abstract Socket Address aren't supported on FreeBSD - ---- src/daemon/dbus.h.orig 2023-01-15 09:10:50 UTC -+++ src/daemon/dbus.h -@@ -18,7 +18,11 @@ - #ifndef DAEMON_DBUS_H_ - #define DAEMON_DBUS_H_ - -+#if defined(__FreeBSD__) -+constexpr auto DBUS_ADDRESS = "unix:path=/tmp/touchegg#0"; -+#else - constexpr auto DBUS_ADDRESS = "unix:abstract=touchegg"; -+#endif - - constexpr auto DBUS_OBJECT_PATH = "/io/github/joseexposito/Touchegg"; -