Source: rofi-wayland
Section: x11
Priority: optional
Maintainer: Aleksey Samoilov <samoilov.lex@gmail.com>
Build-Depends: debhelper-compat (= 13),
               bison,
               cmake,
               flex,
               meson,
               libpango1.0-dev,
               libgdk-pixbuf-2.0-dev,
               libstartup-notification0-dev,
               libxkbcommon-dev (>= 0.5.0),
               libxkbcommon-x11-dev (>= 0.5.0),
               libwayland-dev,
               check,
               wayland-protocols
Standards-Version: 4.6.0
Homepage: https://github.com/DaveDavenport/rofi/
Vcs-Git: https://salsa.debian.org/jpleau-guest/rofi
Vcs-Browser: https://salsa.debian.org/jpleau-guest/rofi

Package: rofi-wayland
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Conflicts: rofi
Description: window switcher, run dialog and dmenu replacement (Wayland version)
 rofi can act as an application launcher, window switcher, ssh launcher and
 dmenu replacement.
 .
 Included features:
  * Full (configurable) keyboard navigation
  * Type to filter
    + Tokenized: Type any word in any order to filter
    + Case insensitive
  * UTF-8 enabled
    + UTF-8 aware string collating
    + intl. keyboard support (`e -> è)
  * Pango font rendering
  * RTL language support
  * Window Switcher
    + I3 support (requires i3-wm to be installed)
    + EWMH compatible WM
  * Run dialog
  * Desktop File Run dialog
  * SSH launcher
  * History based ordering based on use. (optional)
  * Levenshtein distance ordering of matches. (optional)
  * Drop in dmenu replacement (with many added improvements).
  * Can be easily extended using scripts.

Package: rofi-wayland-dev
Architecture: any
Depends: rofi-wayland (= ${binary:Version}),
         ${misc:Depends},
         libglib2.0-dev (>= 2.40),
         libcairo2-dev
Conflicts: rofi-dev
Description: development files for rofi-wayland
 This package provides headers to allow development of plugins for rofi.
 .
 rofi is a window switcher, run dialog and dmenu replacement
