File: control

package info (click to toggle)
azote 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,444 kB
  • sloc: python: 3,785; sh: 17; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 1,532 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
Source: azote
Section: x11
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-setuptools,
 python3-gi,
 python3-pil,
 python3-cairo,
 python3-send2trash,
Standards-Version: 4.7.0
Homepage: https://github.com/nwg-piotr/azote
Vcs-Browser: https://salsa.debian.org/python-team/packages/azote
Vcs-Git: https://salsa.debian.org/python-team/packages/azote.git

Package: azote
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 gir1.2-gtk-3.0,
 python3-gi,
 python3-pil,
 python3-cairo,
 python3-send2trash,
Recommends:
# screen color pickers
 imagemagick | grim | slurp | maim | slop,
# tray status icon
 libayatana-appindicator-dev,
# alacritty.yml toolbox
 python3-yaml,
# setting background
 swaybg | feh,
# checking outputs
 x11-xserver-utils | wlr-randr,
Description: wallpaper manager for wlroots-based compositors and some other WMs
 Azote is a GTK+3 - based picture browser and background setter, as the
 frontend to the swaybg (sway/Wayland) and feh (X windows) commands. The user
 interface is being developed with multi-headed setups in mind. Azote also
 includes several colour management tools.
 .
 The program, written primarily for sway, should work on all wlroots-based
 Wayland compositors, as well as on some X11 window managers. GNOME is not
 supported.
 .
 This application is a part of the nwg-shell project.