forked from linuxmint/cinnamon-settings-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
68 lines (66 loc) · 1.97 KB
/
control
File metadata and controls
68 lines (66 loc) · 1.97 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: cinnamon-settings-daemon
Section: x11
Priority: optional
Maintainer: Linux Mint <[email protected]>
Build-Depends:
debhelper-compat (= 12),
docbook-xsl,
intltool (>= 0.37.1),
libcanberra-gtk3-dev,
libcinnamon-desktop-dev (>= 4.8.0),
libcolord-dev (>= 0.1.27),
libcups2-dev,
libcvc-dev (>= 3.4~),
libfontconfig1-dev,
libglib2.0-dev (>= 2.37.3),
libgtk-3-dev (>= 3.9.10),
libgtk-layer-shell-dev,
libgudev-1.0-dev [linux-any],
liblcms2-dev,
libnotify-dev (>= 0.7.0),
libnss3-dev,
libpango1.0-dev (>= 1.20),
libpolkit-gobject-1-dev [linux-any],
librsvg2-dev [!s390x !hurd-any !kfreebsd-any],
libsystemd-dev [linux-any],
libupower-glib-dev (>= 0.99.11),
libwacom-dev (>= 0.4) [!s390x !hurd-any !kfreebsd-any],
libwayland-dev,
libx11-dev,
libxext-dev,
libxi-dev,
meson (>= 0.47),
xsltproc,
Build-Conflicts:
libwacom-dev [s390x hurd-any kfreebsd-any],
Standards-Version: 4.1.4
Package: cinnamon-settings-daemon
Architecture: any
Depends: cinnamon-desktop-data (>= 2.6.3), colord, ${misc:Depends}, ${shlibs:Depends}
Breaks: cinnamon-settings-daemon-dev
Replaces: cinnamon-settings-daemon-dev
Pre-Depends: ${misc:Pre-Depends}
Description: daemon handling the Cinnamon session settings
This package contains the daemon which is responsible for setting the
various parameters of a Cinnamon session and the applications that run
under it. It handles the following kinds of settings:
.
* Keyboard: layout, accessibility options, shortcuts, media keys
* Clipboard management
* Theming: background, icons, GTK+ applications
* Cleanup of unused files
* Startup of other daemons: screensaver
* Typing break
.
It also sets various application settings through X resources and
freedesktop.org XSETTINGS.
Package: cinnamon-settings-daemon-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
cinnamon-settings-daemon (= ${binary:Version}),
${misc:Depends},
Description: Debugging symbols for cinnamon-settings-daemon
.
This package contains the debugging symbols.