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
|
Source: libxsettings
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 11),
dh-exec,
libx11-dev,
pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.2.1
Homepage: https://standards.freedesktop.org/xsettings-spec/0.5/
Vcs-Git: https://salsa.debian.org/debian/libxsettings.git
Vcs-Browser: https://salsa.debian.org/debian/libxsettings
Package: libxsettings-dev
Section: libdevel
Architecture: any
Depends:
libxsettings0 (= ${binary:Version}),
${misc:Depends},
Description: Xsettings protocol (development files)
Provides a mechanism to allow the configuration of settings such as double
click timeout, drag-and-drop threshold, and default foreground and
background colors for all applications running within a desktop.
.
This package contains the development files for building applications
using libxsettings.
.
Used by the GPE Palmtop Environment.
Package: libxsettings0
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Xsettings protocol library for GPE
Provides a mechanism to allow the configuration of settings such as double
click timeout, drag-and-drop threshold, and default foreground and
background colors for all applications running within a desktop.
.
Used by the GPE Palmtop Environment.
|