From 98b40d78db01534a94f029247a36b436b723e5b1 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 13 Oct 2021 18:18:24 +0300 Subject: [PATCH] dunst lightweight notifications daemon. --- desktop/misc/dunst/actions.py | 25 +++++++++++++ desktop/misc/dunst/pspec.xml | 70 +++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 desktop/misc/dunst/actions.py create mode 100644 desktop/misc/dunst/pspec.xml diff --git a/desktop/misc/dunst/actions.py b/desktop/misc/dunst/actions.py new file mode 100644 index 0000000000..004f144a05 --- /dev/null +++ b/desktop/misc/dunst/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +j = ''.join([ + ' PREFIX=/usr ', + ' SYSTEMD=0 ', + ' SERVICEDIR_DBUS=/usr/share/dbus-1/services ' + ]) + +def setup(): + pass + +def build(): + autotools.make(j) + +def install(): + autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j)) + + pisitools.dodoc("AUTHORS", "CHANGELOG.md", "HACKING.md", "README.md", "RELEASE_NOTES") + diff --git a/desktop/misc/dunst/pspec.xml b/desktop/misc/dunst/pspec.xml new file mode 100644 index 0000000000..dfbc3fe0a9 --- /dev/null +++ b/desktop/misc/dunst/pspec.xml @@ -0,0 +1,70 @@ + + + + + dunst + https://dunst-project.org/ + + fury + uglyside@yandex.ru + + BSD-3-Clause + service + 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 + + + dbus-devel + glib2-devel + cairo-devel + pango-devel + libX11-devel + libXrandr-devel + libnotify-devel + libXinerama-devel + libXScrnSaver-devel + wayland-devel + wayland-client + wayland-protocols-devel + + + + + dunst + + dbus + glib2 + cairo + pango + libX11 + libXext + libXrandr + libnotify + gdk-pixbuf + libXinerama + libXScrnSaver + wayland-client + + + /etc/dunst/dunstrc + /usr/bin + /usr/share/dbus-1 + /usr/share/man + /usr/share/doc + + + + + + 2021-10-13 + 1.6.1 + First build. + fury + uglyside@yandex.ru + + + +