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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: xfconf
Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper-compat (= 13),
gettext,
gir1.2-gobject-2.0-dev,
gir1.2-gio-2.0-dev,
gobject-introspection,
gtk-doc-tools,
libgirepository1.0-dev,
libxfce4util-dev (>= 4.17.3),
xfce4-dev-tools (>= 4.19)
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://docs.xfce.org/xfce/xfconf/start
Vcs-Git: https://salsa.debian.org/xfce-team/desktop/xfconf.git
Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/xfconf
Package: libxfconf-0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-xfconf-0 (= ${binary:Version}),
libglib2.0-dev,
libxfconf-0-3 (= ${binary:Version}),
pkgconf,
${misc:Depends},
${gir:Depends}
Provides: ${gir:Provides}
Description: Development files for libxfconf
This package contains the development files libxfconf which are
the main part of the Xfce4 configuration system. If you want to
develop applications that use this library, you want
to install this package.
.
The libxfconf Reference Manual is also included and it can be
consulted with Devhelp or a web browser.
Package: libxfconf-0-3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: xfconf, ${misc:Depends}, ${shlibs:Depends}
Description: Client library for Xfce4 configure interface
This package contains a library which can be used by every
program that aims to be a configuration-manager for Xfce4.
.
If you intend to use Xfce4, you definitely want to install
this package.
Package: xfconf
Architecture: any
Depends: default-dbus-session-bus | dbus-session-bus,
${misc:Depends},
${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Suggests: xfconf-gsettings-backend
Description: utilities for managing settings in Xfce
xfconf contains xfconfd and xfconf-query.
- xfconfd handles the Xfce settings storage
- xfconf-query enables users to tune settings from command line
Package: xfconf-gsettings-backend
Architecture: any
Multi-Arch: same
Depends: xfconf, ${misc:Depends}, ${shlibs:Depends}
Provides: gsettings-backend
Description: utilities for managing settings in Xfce - gsettings backend
xfconf contains xfconfd and xfconf-query.
- xfconfd handles the Xfce settings storage
- xfconf-query enables users to tune settings from command line
.
This package contains a back-end for GSettings. It is needed by
applications accessing settings through GSettings to set custom values
and listen for changes.
.
By installing this package the default backend is changed to xfconf via
/etc/X11/Xsession.d/55xfconf.
Package: gir1.2-xfconf-0
Section: introspection
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${gir:Depends}, ${misc:Depends}
Description: utilities for managing settings in Xfce - introspection support
xfconf contains xfconfd and xfconf-query.
- xfconfd handles the Xfce settings storage
- xfconf-query enables users to tune settings from command line
.
This package provides the introspection data for xfconf.
|