1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: dunst
Section: x11
Priority: optional
Maintainer: Nikos Tsipinakis <nikos@tsipinakis.com>
Build-Depends: debhelper-compat (= 13),
libdbus-1-dev,
libx11-dev,
libxinerama-dev,
libxss-dev,
libgdk-pixbuf2.0-dev,
libglib2.0-dev,
libpango1.0-dev,
libcairo2-dev,
libnotify-dev,
libxrandr-dev,
dpkg-dev (>= 1.16.1.1),
systemd,
default-dbus-session-bus | dbus-session-bus,
librsvg2-common
Standards-Version: 4.5.0
Homepage: https://dunst-project.org/
Vcs-Git: https://salsa.debian.org/debian/dunst.git
Vcs-Browser: https://salsa.debian.org/debian/dunst
Rules-Requires-Root: no
Package: dunst
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, default-dbus-session-bus | dbus-session-bus
Recommends: sensible-utils
Provides: notification-daemon
Description: dmenu-ish notification-daemon
Dunst is a highly configurable and lightweight notification-daemon: The
only thing it displays is a colored box with unformatted text. The whole
notification specification (non-optional parts and the "body" capability) is
supported as long as it fits into this look & feel.
.
Dunst is designed to fit nicely into minimalistic windowmanagers like dwm, but
it should work on any Linux desktop.
|