File: control

package info (click to toggle)
xfconf 4.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,724 kB
  • sloc: ansic: 10,682; sh: 4,508; makefile: 459; perl: 101; xml: 53; pascal: 24
file content (72 lines) | stat: -rw-r--r-- 2,502 bytes parent folder | download
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
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),
               gobject-introspection,
               gtk-doc-tools,
               intltool,
               libgirepository1.0-dev,
               libxfce4util-dev (>= 4.17.3),
               xfce4-dev-tools (>= 4.16)
Rules-Requires-Root: no
Standards-Version: 4.6.1
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}),
         pkg-config,
         ${misc:Depends}
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}
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: 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.