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
|
Source: rust-swtchr
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native,
rustc:native,
libstd-rust-dev,
librust-async-channel-2+default-dev (>= 2.2.0-~~),
librust-clap-4+default-dev (>= 4.5.2-~~),
librust-clap-4+derive-dev (>= 4.5.2-~~),
librust-color-eyre-0.6+default-dev (>= 0.6.2-~~),
librust-eyre-0.6+default-dev (>= 0.6.12-~~),
librust-gtk4-0.9+default-dev,
librust-gtk4-0.9+v4-6-dev,
librust-gtk4-layer-shell+default-dev (>= 0.4.0-~~),
librust-nix+default-dev (>= 0.28.0-~~),
librust-nix+user-dev (>= 0.28.0-~~),
librust-serde-1+default-dev (>= 1.0.197-~~),
librust-serde-1+derive-dev (>= 1.0.197-~~),
librust-swayipc-3+default-dev (>= 3.0.2-~~),
librust-toml-0.8+parse-dev (>= 0.8.11-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Matthias Geiger <werdahias@debian.org>,
Maytham Alsudany <maytha8thedev@gmail.com>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/swtchr]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/swtchr
Homepage: https://github.com/lostatc/swtchr
X-Cargo-Crate: swtchr
Rules-Requires-Root: no
Package: librust-swtchr-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-async-channel-2+default-dev (>= 2.2.0-~~),
librust-clap-4+default-dev (>= 4.5.2-~~),
librust-clap-4+derive-dev (>= 4.5.2-~~),
librust-color-eyre-0.6+default-dev (>= 0.6.2-~~),
librust-eyre-0.6+default-dev (>= 0.6.12-~~),
librust-gtk4-0.9+default-dev,
librust-gtk4-0.9+v4-6-dev,
librust-gtk4-layer-shell+default-dev (>= 0.4.0-~~),
librust-nix+default-dev (>= 0.28.0-~~),
librust-nix+user-dev (>= 0.28.0-~~),
librust-serde-1+default-dev (>= 1.0.197-~~),
librust-serde-1+derive-dev (>= 1.0.197-~~),
librust-swayipc-3+default-dev (>= 3.0.2-~~),
librust-toml-0.8+parse-dev (>= 0.8.11-~~)
Provides:
librust-swtchr+default-dev (= ${binary:Version}),
librust-swtchr-0-dev (= ${binary:Version}),
librust-swtchr-0+default-dev (= ${binary:Version}),
librust-swtchr-0.1-dev (= ${binary:Version}),
librust-swtchr-0.1+default-dev (= ${binary:Version}),
librust-swtchr-0.1.3-dev (= ${binary:Version}),
librust-swtchr-0.1.3+default-dev (= ${binary:Version})
Description: Gnome-style window switcher for the Sway window manager - Rust source code
Source code for Debianized Rust crate "swtchr"
Package: swtchr
Architecture: any
Section: x11
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Gnome-style window switcher for sway
A pretty Gnome-style window switcher for the Sway window manager.
Out of the box, you can use <Super>Tab and <Super><Shift>Tab to page forward
and backward through a list of windows ordered from most to least recently
accessed.
.
An example config will be created at first startup of swrtchd under
$XDG_CONFIG_HOME/swtchr/swtchr.toml.
|