diff --git a/desktop/misc/dunst/actions.py b/desktop/misc/dunst/actions.py
index 004f144a05..1f9f915af5 100644
--- a/desktop/misc/dunst/actions.py
+++ b/desktop/misc/dunst/actions.py
@@ -8,7 +8,9 @@ from pisi.actionsapi import autotools, pisitools, get
j = ''.join([
' PREFIX=/usr ',
+ ' SYSCONFDIR=/etc ',
' SYSTEMD=0 ',
+ ' WAYLAND=0 ',
' SERVICEDIR_DBUS=/usr/share/dbus-1/services '
])
diff --git a/desktop/misc/dunst/pspec.xml b/desktop/misc/dunst/pspec.xml
index e73950f485..1e4c6a4da2 100644
--- a/desktop/misc/dunst/pspec.xml
+++ b/desktop/misc/dunst/pspec.xml
@@ -13,8 +13,8 @@
desktop.misc
Lightweight and customizable notification daemon.
Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.
-
- https://github.com/dunst-project/dunst/archive/refs/tags/v1.6.1.tar.gz
+
+ https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.1.tar.gz
dbus-devel
@@ -27,6 +27,7 @@
libXinerama-devel
libXScrnSaver-devel
wayland-devel
+ wayland-cursor
wayland-client
wayland-protocols-devel
@@ -46,6 +47,7 @@
gdk-pixbuf
libXinerama
libXScrnSaver
+ wayland-cursor
wayland-client
@@ -58,6 +60,13 @@
+
+ 2021-11-02
+ 1.7.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-10-13
1.6.1
diff --git a/util/misc/lf/pspec.xml b/util/misc/lf/pspec.xml
index 890aa57f6f..3b2166be2a 100644
--- a/util/misc/lf/pspec.xml
+++ b/util/misc/lf/pspec.xml
@@ -13,8 +13,8 @@
util.misc
Terminal file manager.
lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.
-
- https://github.com/gokcehan/lf/archive/refs/tags/r25.tar.gz
+
+ https://github.com/gokcehan/lf/archive/refs/tags/r26.tar.gz
golang
@@ -35,6 +35,13 @@
+
+ 2021-11-01
+ 26
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-10-13
25