diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile index 9b8439db96c5..509144f5fd0f 100644 --- a/sysutils/dunst/Makefile +++ b/sysutils/dunst/Makefile @@ -1,70 +1,70 @@ PORTNAME= dunst DISTVERSIONPREFIX= v -DISTVERSION= 1.13.1 +DISTVERSION= 1.13.2 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org COMMENT= Lightweight notification daemon WWW= https://dunst-project.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libdbus-1.so:devel/dbus \ libharfbuzz.so:print/harfbuzz # textproc/jq required by completions RUN_DEPENDS= jq:textproc/jq TEST_DEPENDS= bash:shells/bash \ valgrind:devel/valgrind USES= gmake gnome perl5 pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= dunst-project USE_GNOME= cairo gdkpixbuf pango USE_PERL5= build USE_XORG= x11 xext xinerama xrandr xscrnsaver MAKE_ARGS= MANPREFIX="${PREFIX}/share/man" \ SYSCONFDIR="${PREFIX}/etc" \ SYSTEMD=0 TEST_TARGET= test OPTIONS_DEFINE= DUNSTIFY WAYLAND OPTIONS_DEFAULT= DUNSTIFY WAYLAND OPTIONS_SUB= yes DUNSTIFY_DESC= Install dunstify (alternative to the notify-send) DUNSTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify DUNSTIFY_MAKE_ENV_OFF= DUNSTIFY=0 WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_MAKE_ENV_OFF= WAYLAND=0 post-patch: @${REINPLACE_CMD} \ -e 's,/usr/bin,${PREFIX}/bin,g' \ -e 's,/usr/share,${PREFIX}/share,g' \ -e 's,/etc,${PREFIX}&,g' \ ${WRKSRC}/docs/dunst.?.pod \ ${WRKSRC}/dunstrc \ ${WRKSRC}/src/settings_data.h \ ${WRKSRC}/src/icon-lookup.c pre-install: @${MKDIR} ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services/ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst ${MV} ${STAGEDIR}/${ETCDIR}/dunstrc ${STAGEDIR}/${ETCDIR}/dunstrc.sample post-install-DUNSTIFY-on: ${INSTALL_PROGRAM} ${WRKSRC}/dunstify ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/dunst/distinfo b/sysutils/dunst/distinfo index 9b838fd2661f..ca8ec2f7151a 100644 --- a/sysutils/dunst/distinfo +++ b/sysutils/dunst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769322045 -SHA256 (dunst-project-dunst-v1.13.1_GH0.tar.gz) = a578e5c2cdb546187355c710f1aa84c472e6e23828e692fe1cb0ebb9635b11a6 -SIZE (dunst-project-dunst-v1.13.1_GH0.tar.gz) = 4666210 +TIMESTAMP = 1774495684 +SHA256 (dunst-project-dunst-v1.13.2_GH0.tar.gz) = c68645cecef4a45840cd67c19a18a3a21ecae6b331e9864c2b745c31aee5fc85 +SIZE (dunst-project-dunst-v1.13.2_GH0.tar.gz) = 4685829 diff --git a/sysutils/dunst/files/patch-Makefile b/sysutils/dunst/files/patch-Makefile index be6165deea39..da034ecb0522 100644 --- a/sysutils/dunst/files/patch-Makefile +++ b/sysutils/dunst/files/patch-Makefile @@ -1,43 +1,73 @@ ---- Makefile.orig 2025-03-05 10:31:42 UTC +--- Makefile.orig 2026-03-27 15:21:58 UTC +++ Makefile -@@ -229,23 +229,23 @@ install-dunst: dunst doc +@@ -230,51 +230,51 @@ install-dunst: dunst doc install: install-dunst install-dunstctl install-dunstrc install-service install-dunst: dunst doc -- install -Dm755 dunst ${DESTDIR}${BINDIR}/dunst -- install -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1 -- install -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5 -- install -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1 -- install -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1 -+ install -m555 dunst ${DESTDIR}${BINDIR}/dunst -+ install -m644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1 -+ install -m644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5 -+ install -m644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1 -+ install -m644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1 +- ${INSTALL} -Dm755 dunst ${DESTDIR}${BINDIR}/dunst +- ${INSTALL} -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1 +- ${INSTALL} -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5 +- ${INSTALL} -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1 +- ${INSTALL} -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1 ++ ${INSTALL} -m555 dunst ${DESTDIR}${BINDIR}/dunst ++ ${INSTALL} -m644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1 ++ ${INSTALL} -m644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5 ++ ${INSTALL} -m644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1 ++ ${INSTALL} -m644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1 install-dunstctl: dunstctl -- install -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl -+ install -m555 dunstctl ${DESTDIR}${BINDIR}/dunstctl +- ${INSTALL} -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl ++ ${INSTALL} -m555 dunstctl ${DESTDIR}${BINDIR}/dunstctl ifeq (1,${SYSCONF_FORCE_NEW}) install-dunstrc: -- install -Dm644 dunstrc ${DESTDIR}${SYSCONFFILE} -+ install -m644 dunstrc ${DESTDIR}${SYSCONFFILE} +- ${INSTALL} -Dm644 dunstrc ${DESTDIR}${SYSCONFFILE} ++ ${INSTALL} -m644 dunstrc ${DESTDIR}${SYSCONFFILE} endif install-service: install-service-dbus install-service-dbus: service-dbus -- install -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service -+ install -m644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service +- ${INSTALL} -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service ++ ${INSTALL} -m644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service ifneq (0,${SYSTEMD}) install-service: install-service-systemd install-service-systemd: service-systemd -@@ -255,7 +255,7 @@ install-dunstify: dunstify +- ${INSTALL} -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service ++ ${INSTALL} -m644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service + endif + ifneq (0,${DUNSTIFY}) install: install-dunstify install-dunstify: dunstify -- install -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify -+ install -m555 dunstify ${DESTDIR}${BINDIR}/dunstify +- ${INSTALL} -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify ++ ${INSTALL} -m755 dunstify ${DESTDIR}${BINDIR}/dunstify endif ifneq (0,${COMPLETIONS}) + install: install-completions + install-completions: +- ${INSTALL} -Dm644 completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst +- ${INSTALL} -Dm644 completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl +- ${INSTALL} -Dm644 completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst +- ${INSTALL} -Dm644 completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl +- ${INSTALL} -Dm644 completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish +- ${INSTALL} -Dm644 completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish ++ ${INSTALL} -m644 completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst ++ ${INSTALL} -m644 completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl ++ ${INSTALL} -m644 completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst ++ ${INSTALL} -m644 completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl ++ ${INSTALL} -m644 completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish ++ ${INSTALL} -m644 completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish + + ifneq (0,${DUNSTIFY}) + install: install-completions-dunstify + install-completions-dunstify: +- ${INSTALL} -Dm644 completions/dunstify.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstify +- ${INSTALL} -Dm644 completions/_dunstify.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstify +- ${INSTALL} -Dm644 completions/dunstify.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstify.fish ++ ${INSTALL} -m644 completions/dunstify.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstify ++ ${INSTALL} -m644 completions/_dunstify.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstify ++ ${INSTALL} -m644 completions/dunstify.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstify.fish + endif + endif +