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
  
     | 
    
      Source: xsettingsd
Section: x11
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
               libx11-dev,
               pkg-config,
               scons
Standards-Version: 4.5.1
Homepage: https://github.com/derat/xsettingsd
Vcs-Git: https://salsa.debian.org/debian/xsettingsd.git
Vcs-Browser: https://salsa.debian.org/debian/xsettingsd
Rules-Requires-Root: no
Package: xsettingsd
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Provides settings to X11 applications
 xsettingsd is a daemon that implements the XSETTINGS specification.
 It is intended to be small, fast, and minimally dependent on other
 libraries. It can serve as an alternative to gnome-settings-daemon
 for users who are not using the GNOME desktop environment but who
 still run GTK+ applications and want to configure things such as
 themes, font antialiasing/hinting, and UI sound effects.
 
     |