File: control

package info (click to toggle)
libtickit-widget-floatbox-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 346; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,522 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
Source: libtickit-widget-floatbox-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libobject-pad-perl (>= 0.74) <!nocheck>,
                     libtest-identity-perl <!nocheck>,
                     libtickit-perl <!nocheck>,
                     libtickit-widgets-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtickit-widget-floatbox-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtickit-widget-floatbox-perl.git
Homepage: https://metacpan.org/release/Tickit-Widget-FloatBox
Rules-Requires-Root: no

Package: libtickit-widget-floatbox-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libobject-pad-perl (>= 0.74),
         libtickit-widgets-perl
Description: module to manage a collection of floating widgets
 Tickit::Widget::FloatBox is a container widget which maintains a collection
 of floating widgets that can be displayed over the top of a single base
 widget. The box itself is entirely occupied by the base widget, and by
 default when no floats are created or displayed it will behave essentially
 invisibly, as though the box were not there and the base widget was an
 immediate child of the container the floatbox is inside.