File: control

package info (click to toggle)
lxpanel 0.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,604 kB
  • sloc: ansic: 31,216; sh: 4,385; makefile: 465; python: 20
file content (87 lines) | stat: -rw-r--r-- 3,116 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: lxpanel
Section: x11
Priority: optional
Maintainer: Debian LXDE Maintainers <team+lxde@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
           Andriy Grytsenko <andrej@rep.kiev.ua>,
           ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               intltool,
               libasound2-dev [linux-any],
               libcurl4-gnutls-dev | libcurl4-openssl-dev,
               libfm-gtk3-dev,
               libgdk-pixbuf-xlib-2.0-dev | libgdk-pixbuf2.0-dev,
               libgtk-3-dev,
               libiw-dev [linux-any],
               libkeybinder-3.0-dev,
               libmenu-cache-dev,
               libwnck-3-dev,
               libxml2-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/lxde/lxpanel
Vcs-Browser: https://salsa.debian.org/lxde-team/lxpanel
Vcs-Git: https://salsa.debian.org/lxde-team/lxpanel.git

Package: lxpanel
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends},
         ${shlibs:Depends},
         lxmenu-data,
         lxpanel-data (= ${source:Version}),
         libfm-modules
Recommends: xkb-data,
            lxterminal | x-terminal-emulator,
            pavucontrol | gnome-alsamixer [linux-any] | aumix-gtk [!linux-any],
            libnotify-bin,
            notification-daemon
Suggests: firefox-esr | firefox | www-browser
Description: LXDE panel
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It is derived from fbpanel and includes the following features:
 .
  * User-friendly application menu automatically generated from .desktop
    files on the system
  * Launcher bar (small icons clicked to launch apps)
  * Task bar supporting ICCCM/EWMH `urgency' hint (Pidgin IM windows
    can flash on new incoming messages)
  * Run dialog (type a command to run, without opening a terminal)
  * Net status icon plug-in (optional).
  * Volume control plug-in (optional).
  * Notification area (system tray).
  * Digital clock.
  * Keyboard LEDs plug-in (display caps/num locks).
  * lxpanelctl: control lxpanel from other programs.
    For example, "lxpanelctl run" will show the Run dialog in lxpanel,
    and "lxpanelctl menu" will show the application menu. This is
    useful in combination with window manager key bindings.

Package: lxpanel-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: lxpanel (<< 0.7.0)
Replaces: lxpanel (<< 0.7.0)
Description: LXDE panel (data files)
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the data required for panel.

Package: lxpanel-dev
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends},
         lxpanel (= ${binary:Version}),
         libfm-gtk3-dev
Breaks: lxpanel (<< 0.8.2)
Replaces: lxpanel (<< 0.8.2)
Description: LXDE panel (plugins development files)
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains header files required for plugins development and
 depends on other relevant packages for such task.