Hi,
Dunst seems to have few releases so bump port to latest version.
Timo
diff 3c1d0e6f7c1a7453566310164ea13533318a7bd7 /usr/ports
blob - 28c87e25a47b28b381fa082e338dd4665aae932e
file + x11/dunst/Makefile
--- x11/dunst/Makefile
+++ x11/dunst/Makefile
@@ -2,7 +2,7 @@ COMMENT = customizable and lightweight notification-da
GH_ACCOUNT = dunst-project
GH_PROJECT = dunst
-GH_TAGNAME = v1.7.3
+GH_TAGNAME = v1.9.0
CATEGORIES = x11
blob - eb7d8f63bc2adeae21bc31243fd112256e1ec948
file + x11/dunst/distinfo
--- x11/dunst/distinfo
+++ x11/dunst/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dunst-1.7.3.tar.gz) = FQx4JpAobhY2Y7DrJgW3M5JyQBWXOLg2WAi4UeCvu+4=
-SIZE (dunst-1.7.3.tar.gz) = 4596283
+SHA256 (dunst-1.9.0.tar.gz) = t7jX1lYLskGx5NN+uncM3xm51dv8HU1HVyrWdvP3yYo=
+SIZE (dunst-1.9.0.tar.gz) = 4609222
blob - 439191b52fddda5c163cab7eac36aadc42715766
file + x11/dunst/patches/patch-config_mk
--- x11/dunst/patches/patch-config_mk
+++ x11/dunst/patches/patch-config_mk
@@ -4,7 +4,7 @@ Index: config.mk
@@ -36,8 +36,8 @@ endif
# flags
- DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${SYSCONFDIR}\"
+ DEFAULT_CPPFLAGS = -Wno-gnu-zero-variadic-macro-arguments -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${SYSCONFDIR}\"
-DEFAULT_CFLAGS = -g -std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${ENABLE_WAYLAND} ${EXTRA_CFLAGS}
-DEFAULT_LDFLAGS = -lm -lrt
+DEFAULT_CFLAGS = -g -std=gnu99 -pedantic -Wall -Wno-overlength-strings ${ENABLE_WAYLAND} ${EXTRA_CFLAGS}
blob - 0ec627a863ba162b29fe30a7c439aa460f16472b
file + x11/dunst/patches/patch-docs_dunst_5_pod
--- x11/dunst/patches/patch-docs_dunst_5_pod
+++ x11/dunst/patches/patch-docs_dunst_5_pod
@@ -1,16 +1,16 @@
Index: docs/dunst.5.pod
--- docs/dunst.5.pod.orig
+++ docs/dunst.5.pod
-@@ -384,7 +384,7 @@ gets the last say.
+@@ -399,7 +399,7 @@ Hide the count of stacked duplicate notifications.
+ Show an indicator if a notification contains actions and/or open-able URLs. See
+ ACTIONS below for further details.
- If B<icon_position> is set to off, this setting is ignored.
-
-=item B<icon_path> (default: "/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/")
+=item B<icon_path> (default: "${PREFIX}/share/icons/gnome/16x16/status/:${PREFIX}/share/icons/gnome/16x16/devices/")
Can be set to a colon-separated list of paths to search for icons to use with
notifications.
-@@ -398,7 +398,7 @@ replace this and will need new settings.
+@@ -413,7 +413,7 @@ replace this and will need new settings.
Comma-separated of names of the the themes to use for looking up icons. This has
to be the name of the directory in which the theme is located, not the
human-friendly name of the theme. So for example, the theme B<Breeze Dark> is
@@ -19,12 +19,12 @@ Index: docs/dunst.5.pod
theme to B<breeze-dark>.
The first theme in the list is the most important. Only if the icon cannot be
-@@ -438,12 +438,12 @@ Maximum number of notifications that will be kept in h
+@@ -451,12 +451,12 @@ Maximum number of notifications that will be kept in h
is reached, older notifications will be deleted once a new one arrives. See
HISTORY.
--=item B<dmenu> (default: "/usr/bin/dmenu")
-+=item B<dmenu> (default: "${LOCALBASE}/bin/dmenu")
+-=item B<dmenu> (default: "/usr/bin/dmenu -p dunst")
++=item B<dmenu> (default: "${LOCALBASE}/bin/dmenu -p dunst")
The command that will be run when opening the context menu. Should be either
a dmenu command or a dmenu-compatible menu.
blob - 7acbe30e4c8e1f8935ba0e4a11fbf55c706790fe
file + x11/dunst/patches/patch-dunstrc
--- x11/dunst/patches/patch-dunstrc
+++ x11/dunst/patches/patch-dunstrc
@@ -1,16 +1,16 @@
Index: dunstrc
--- dunstrc.orig
+++ dunstrc
-@@ -196,7 +196,7 @@
- max_icon_size = 32
+@@ -212,7 +212,7 @@
+ max_icon_size = 128
- # Paths to default icons.
+ # Paths to default icons (only neccesary when not using recursive icon lookup)
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ icon_path = ${LOCALBASE}/share/icons/gnome/16x16/status/:${LOCALBASE}/share/icons/gnome/16x16/devices/
### History ###
-@@ -210,10 +210,10 @@
+@@ -226,10 +226,10 @@
### Misc/Advanced ###
# dmenu path.
blob - 0b2e63528e26dda69a0653a5f1101ee8ec1f3009
file + x11/dunst/patches/patch-src_dunst_c
--- x11/dunst/patches/patch-src_dunst_c
+++ x11/dunst/patches/patch-src_dunst_c
@@ -1,7 +1,7 @@
Index: src/dunst.c
--- src/dunst.c.orig
+++ src/dunst.c
-@@ -95,7 +95,7 @@ static gboolean run(void *data)
+@@ -96,7 +96,7 @@ static gboolean run(void *data)
gint64 sleep = queues_get_next_datachange(now);
gint64 timeout_at = now + sleep;
@@ -9,4 +9,4 @@ Index: src/dunst.c
+ LOG_D("Sleeping for %lli ms", (long long)sleep/1000);
if (sleep >= 0) {
- if (next_timeout < now || timeout_at < next_timeout) {
+ if (reason == 0 || next_timeout < now || timeout_at < next_timeout) {
blob - 45c45b4182f2fb6fccc86e4bc90dff815b6d9bb0
file + x11/dunst/patches/patch-src_input_c
--- x11/dunst/patches/patch-src_input_c
+++ x11/dunst/patches/patch-src_input_c
@@ -9,5 +9,5 @@ Index: src/input.c
#include <linux/input-event-codes.h>
+
No comments:
Post a Comment