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
|
Source: libxsettings-client
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
gtk-doc-tools,
libx11-dev,
Standards-Version: 4.6.1
Homepage: http://standards.freedesktop.org/xsettings-spec/0.5/
Vcs-Git: https://salsa.debian.org/debian/libxsettings-client.git
Vcs-Browser: https://salsa.debian.org/debian/libxsettings-client
Package: libxsettings-client-dev
Section: libdevel
Architecture: any
Depends:
libx11-dev,
libxsettings-client0 (= ${binary:Version}),
libxsettings-dev,
${misc:Depends},
Description: utility functions for the Xsettings protocol (Development files)
This package contains headers and other files required to compile
software using the GPE scheduling library to use the Xsettings
configuration setting propagation protocol. Controls setting of
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.
Package: libxsettings-client-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
devhelp,
dwww,
Description: utility functions for the Xsettings protocol (Documentation)
Documentation for the Xsettings protocol that controls setting of
double click timeout, drag-and-drop threshold, and default foreground and
background colors for all applications running within a desktop.
Package: libxsettings-client0
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: utility functions for the Xsettings protocol (GPE)
This library is used for applications making use of the Xsettings
configuration setting propagation protocol. Controls setting of
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.
|