~ps-jenkins/unity-settings-daemon/ubuntu-vivid-proposed

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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Source: unity-settings-daemon
Section: gnome
Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Build-Depends: cdbs,
               debhelper (>= 9),
               gnome-pkg-tools,
               gtk-doc-tools,
               dh-autoreconf,
               autotools-dev,
               intltool (>= 0.37.1),
               libdbus-glib-1-dev (>= 0.74),
               libglib2.0-dev (>= 2.35.3),
               libgtk-3-dev (>= 3.7.8),
               libnotify-dev (>= 0.7.0),
               libxt-dev,
               libxi-dev,
               libfontconfig1-dev,
               libxext-dev,
               libx11-dev,
               libxtst-dev,
               gsettings-desktop-schemas-dev (>= 3.7.2.1),
               libgnome-desktop-3-dev (>= 3.7.90),
               libpulse-dev (>= 1:2.0),
               libasound2-dev,
               librsvg2-dev (>= 2.36.2),
               libcanberra-gtk3-dev,
               libcups2-dev,
               libpolkit-gobject-1-dev,
               libaccountsservice-dev (>= 0.6.34),
               libappindicator3-dev (>= 0.4.90),
               hwdata,
               libupower-glib-dev (>= 0.9.11),
               libcolord-dev (>= 0.1.12),
               liblcms2-dev,
               libnss3-dev,
               libgudev-1.0-dev,
               libwacom-dev (>= 0.7),
               xserver-xorg-input-wacom,
               libgnomekbd-dev (>= 3.5.1),
               libxklavier-dev,
               libsystemd-login-dev (>= 183),
               libibus-1.0-dev (>= 1.5.0),
               libgl1-mesa-dev,
               libxkbfile-dev,
               xkb-data,
Standards-Version: 3.9.3

Package: unity-settings-daemon
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         accountsservice (>= 0.6.34),
         gsettings-desktop-schemas (>= 3.7.2.1),
         nautilus-data (>= 2.91.3-1),
         gnome-settings-daemon-schemas (>= 3.8), 
         gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224),
Recommends: ibus (>= 1.5.0),
            pulseaudio,
            systemd-services
Pre-Depends: ${misc:Pre-Depends}
Breaks: rhythmbox (<< 0.11.5),
        banshee (<< 0.13.2+dfsg-7),
        totem (<< 2.22.0),
        gnome-control-center (<< 1:3.6.3-0ubuntu35),
        gnome-session (<< 3.9.90-0ubuntu6),
        gnome-screensaver (<< 2.28.0),
        gnome-color-manager (<< 3.0),
        unity (<< 7.1.2+14.04.20140214.1-0ubuntu1),
        unity-greeter (<< 0.2.1-0ubuntu1),
        indicator-datetime (<< 12.10.3daily13.03.26)
Suggests: x11-xserver-utils,
          gnome-screensaver,
          metacity | x-window-manager
Description: daemon handling the Unity session settings
 This package contains the daemon which is responsible for setting the
 various parameters of a Unity session and the applications that run
 under it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
  * Typing break
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.

Package: unity-settings-daemon-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libdbus-glib-1-dev (>= 0.74),
         libglib2.0-dev (>= 2.35.3)
Description: Headers for building applications communicating with unity-settings-daemon
 This package contains header files required to build applications that
 communicate with the Unity settings daemon over D-Bus.

Package: libunity-settings-daemon1
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Helper library for accessing settings
 This package contains a helper library for unity-control-center

Package: libunity-settings-daemon-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libunity-settings-daemon1 (= ${binary:Version}),
         libglib2.0-dev,
         libgtk-3-dev
Description: Helper library for accessing settings (development files)
 This package contains a headers for using libunity-settings-daemon