gnome-settings-daemon/debian/control

122 lines
4.9 KiB
Plaintext
Raw Permalink Normal View History

2024-08-13 18:10:50 +02:00
Source: gnome-settings-daemon
Section: gnome
2024-08-13 17:44:57 +02:00
Priority: optional
2024-08-13 18:10:50 +02:00
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Amin Bandali <bandali@ubuntu.com>,
Gunnar Hjalmarsson <gunnarhj@debian.org>,
Jeremy Bícha <jbicha@ubuntu.com>,
Laurent Bigonville <bigon@debian.org>,
Marco Trevisan (Treviño) <marco@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-gnome,
gir1.2-umockdev-1.0 [!hurd-any !alpha !hppa !loong64 !powerpc !ppc64] <!nocheck>,
gnome-session-bin [!hurd-any !alpha !hppa !loong64 !powerpc !ppc64] <!nocheck>,
gsettings-desktop-schemas-dev (>= 46~beta),
gtk-doc-tools,
intltool,
libasound2-dev [linux-any],
libcanberra-gtk3-dev,
libcolord-dev [linux-any],
libcups2-dev,
libfontconfig-dev,
libgcr-4-dev [linux-any],
libgeoclue-2-dev,
libgeocode-glib-dev (>= 3.26.3),
libglib2.0-dev,
libglib2.0-dev:native,
libgnome-desktop-3-dev,
libgtk-3-dev,
libgudev-1.0-dev [linux-any],
libgweather-4-dev (>= 4.1),
libibus-1.0-dev,
liblcms2-dev,
libmm-glib-dev [linux-any],
libnm-dev [linux-any],
libnotify-dev,
libpackagekit-glib2-dev,
libpolkit-gobject-1-dev (>= 0.114),
libpulse-dev,
libsystemd-dev [linux-any],
libupower-glib-dev (>= 0.99.12),
libwacom-dev [!hurd-any !s390 !s390x],
libx11-dev,
libxext-dev,
libxfixes-dev (>= 1:6.0),
libxi-dev,
libxt-dev,
meson,
mutter [!hurd-any !alpha !hppa !loong64 !powerpc !ppc64] <!nocheck>,
polkitd,
python3-dbusmock <!nocheck>,
python3-gi <!nocheck>,
systemd-dev [linux-any],
udev [linux-any] <!nocheck>,
umockdev [!hurd-any !alpha !hppa !loong64 !powerpc !ppc64] <!nocheck>,
xauth <!nocheck>,
xkb-data,
xserver-xorg-input-wacom [!hurd-any !s390 !s390x],
xvfb <!nocheck>
Standards-Version: 4.7.0
Homepage: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-settings-daemon.git
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-settings-daemon
2024-08-13 17:44:57 +02:00
Rules-Requires-Root: no
2024-08-13 18:10:50 +02:00
Package: gnome-settings-daemon
Architecture: any
Depends: default-logind [linux-any] | logind [linux-any],
gnome-settings-daemon-common (= ${source:Version}),
gsettings-desktop-schemas (>= 46~beta),
libspa-0.2-bluetooth | pulseaudio-module-bluetooth,
pipewire-audio | pulseaudio,
${misc:Depends},
${shlibs:Depends}
Recommends: iio-sensor-proxy,
pipewire-audio,
pkexec,
x11-xserver-utils
Suggests: usbguard
Breaks: gnome-control-center (<< 1:41.4-2~),
libgtk-4-0 (<< 3.99.1~),
libmutter-6-0 (<< 3.37),
libmutter-7-0 (<< 3.39)
Description: daemon handling the GNOME session settings
This package contains the daemon which is responsible for setting the
various parameters of a GNOME 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
* Mouse: cursors, speed, accessibility options
* Startup of other daemons: screensaver, sound daemon
.
It also sets various application settings through X resources and
freedesktop.org XSETTINGS.
Package: gnome-settings-daemon-common
Architecture: all
Depends: ${misc:Depends}
Replaces: gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Breaks: gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Provides: gnome-settings-daemon-schemas (= ${source:Version})
Description: daemon handling the GNOME session settings - common files
This package contains GSettings schemas and other architecture-independent
files for GNOME Settings Daemon. It is probably not interesting on its own for
end users, but packages may depend on this if they only need to read and write
settings & don't themselves care if the settings daemon is actually running or
not.
Package: gnome-settings-daemon-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev,
${misc:Depends},
${shlibs:Depends}
Description: Headers for building applications communicating with gnome-settings-daemon
This package contains header files required to build applications that
communicate with the GNOME settings daemon over D-Bus.