File: control

package info (click to toggle)
dunst 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,256 kB
  • sloc: ansic: 17,084; sh: 882; xml: 511; makefile: 256; awk: 14
file content (43 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download | duplicates (3)
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
39
40
41
42
43
Source: dunst
Section: x11
Priority: optional
Maintainer: Nikos Tsipinakis <nikos@tsipinakis.com>
Build-Depends:
 debhelper-compat (= 13),
 default-dbus-session-bus | dbus-session-bus,
 libcairo2-dev,
 libdbus-1-dev,
 libgdk-pixbuf-2.0-dev,
 libglib2.0-dev,
 libnotify-dev,
 libpango1.0-dev,
 librsvg2-common,
 libwayland-dev,
 libx11-dev,
 libxinerama-dev,
 libxrandr-dev,
 libxss-dev,
 systemd-dev,
Standards-Version: 4.7.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:
 default-dbus-session-bus | dbus-session-bus,
 xdg-utils,
 ${misc:Depends},
 ${shlibs:Depends},
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.