From 02b9525c94df2a55cc286382817c8fa04dcd30fb Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 2 Nov 2021 07:18:09 +0300 Subject: [PATCH 1/2] list files 26. --- util/misc/lf/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 From 30b2724fc08ac9e946b4232c3bfd7e1fdf28013b Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 2 Nov 2021 07:25:49 +0300 Subject: [PATCH 2/2] dunst. --- desktop/misc/dunst/actions.py | 2 ++ desktop/misc/dunst/pspec.xml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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