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
|
Source: bemenu
Section: x11
Priority: optional
Maintainer: Sway and related packages team <team+swaywm@tracker.debian.org>
Uploaders:
Peter Colberg <peter@colberg.org>,
Tzafrir Cohen <tzafrir@debian.org>,
Jochen Sprickerhof <jspricke@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libncurses-dev,
libpango1.0-dev,
libwayland-dev,
libx11-dev,
libxinerama-dev,
libxkbcommon-dev,
pkg-config,
wayland-protocols,
scdoc,
Standards-Version: 4.6.2
Homepage: https://github.com/Cloudef/bemenu
Vcs-Browser: https://salsa.debian.org/swaywm-team/bemenu
Vcs-Git: https://salsa.debian.org/swaywm-team/bemenu.git
Rules-Requires-Root: no
Description: Dynamic menu inspired by dmenu
bemenu is a dynamic menu for tty (using ncurses), X11 and/or Wayland,
inspired by dmenu. It reads a list of newline-separated items from
standard input. When the user selects an item and presses Return, their
choice is printed to standard output and bemenu terminates. Entering
text will narrow the items to those matching the tokens in the input.
Package: bemenu
Architecture: any
Multi-Arch: foreign
Depends:
libbemenu-wayland | libbemenu-x11 | libbemenu-curses,
libbemenu0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
Package: libbemenu0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (runtime library)
${source:Extended-Description}
.
This package contains the runtime library.
Package: libbemenu-wayland
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libbemenu0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (Wayland backend)
${source:Extended-Description}
.
This package contains the Wayland backend.
Package: libbemenu-x11
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libbemenu0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (X11 backend)
${source:Extended-Description}
.
This package contains the X11 backend.
Package: libbemenu-curses
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libbemenu0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (curses backend)
${source:Extended-Description}
.
This package contains the curses backend.
Package: libbemenu-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbemenu0 (= ${binary:Version}),
${misc:Depends},
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.
This package contains the development files.
|