summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/control
blob: 384cccf60a4b7c00e3920724a6e833301e3826c8 (plain)
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
Source: xdgmenumaker
Section: x11
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
   dh-python,
   txt2tags
Standards-Version: 4.1.4
Homepage: https://github.com/gapan/xdgmenumaker

Package: xdgmenumaker
Architecture: any
Multi-Arch: foreign
Pre-Depends: xvfb
Depends: ${misc:Depends}, ${shlibs:Depends},
# needed by all
   gir1.2-atk-1.0,
   gir1.2-pango-1.0,
   gir1.2-gtk-3.0,
# for python3:
   python3,
   python3-xdg,
   python3-gi
# for python2:
#   python2
#   python-gi
#   python-gtk2
Suggests:
# for python3:
   python3-pil
# for python2:
#   python-pil
Description: Cli tool that generates XDG menus for several window managers
 xdgmenumaker is a command line tool, written in python, that generates
 application menus using xdg information, by scanning *.desktop files in
 all $XDG_DATA_DIRS/applications directories. All applications are sorted
 according to the main categories as specified by freedesktop.org.
 .
 Supports amiwm, blackbox, compizboxmenu, fluxbox, fvwm, icewm, jwm,
 pekwm, twm and derivatives such as ctwm and vtwm, windowmaker.
bgstack15