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
|
Source: ukui-settings-daemon
Section: x11
Priority: optional
Maintainer: Kylin Team <team+kylin@tracker.debian.org>
Uploaders: handsome_feng <jianfengli@ubuntukylin.com>
Build-Depends: debhelper-compat (=12),
pkg-config,
intltool,
qt5-qmake,
qtchooser,
qtbase5-dev,
qtbase5-dev-tools,
qttools5-dev-tools,
libgsettings-qt-dev,
libqt5x11extras5-dev,
libqt5sensors5-dev,
libkf5config-dev,
libqt5svg5-dev,
libxklavier-dev,
libxtst-dev,
libmate-desktop-dev,
libgnome-desktop-3-dev,
libmatemixer-dev,
libmatekbd-dev,
libpulse-dev,
libwnck-3-dev,
libcanberra-gtk3-dev,
libcanberra-gtk-common-dev,
libcanberra-dev,
libwayland-client0,
libnotify-dev,
libgeoclue-2-dev,
libcolord-dev,
liblcms2-dev,
libimlib2-dev,
xserver-xorg-dev,
libgudev-1.0-dev,
libxcb1-dev,
libxcb-util-dev,
libx11-dev,
libkf5windowsystem-dev,
libkf5screen-dev,
libxkbcommon-dev,
libkf5globalaccel-dev,
libqt5x11extras5-dev,
libukui-common-dev,
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Homepage: http://www.ukui.org/
Vcs-Git: https://github.com/ukui/ukui-settings-daemon.git
Vcs-Browser: https://github.com/ukui/ukui-settings-daemon
Package: ukui-settings-daemon
Architecture: any
Depends: mate-desktop-common (>= 1.18),
ukui-settings-daemon-common (= ${source:Version}),
colord,
imwheel,
ukui-polkit,
x11-xserver-utils,
xserver-xorg-input-synaptics [!s390x],
libglib2.0-bin,
${misc:Depends},
${shlibs:Depends},
Conflicts: kylin-display-switch
Replaces: kylin-display-switch
Description: daemon handling the UKUI session settings
This package contains the daemon which is responsible for setting the
various parameters of a UKUI 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: ukui-settings-daemon-common
Architecture: all
Depends: ${misc:Depends},
Description: daemon handling the UKUI session settings (common files)
This package contains the daemon which is responsible for setting the
various parameters of a UKUI 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.
.
This package contains the architecture independent files.
|