From 177175f8e1485120847250573b2b4babdb7a2e65 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 5 Jan 2020 09:46:03 -0500 Subject: add xdgmenumaker, at v 1.5 --- xdgmenumaker/debian/control | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 xdgmenumaker/debian/control (limited to 'xdgmenumaker/debian/control') diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control new file mode 100644 index 0000000..d63f95f --- /dev/null +++ b/xdgmenumaker/debian/control @@ -0,0 +1,33 @@ +Source: xdgmenumaker +Section: x11 +Priority: optional +Maintainer: B Stack +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 +Depends: ${misc:Depends}, ${shlibs:Depends}, + python3, +# let us see if dh-python generates these requirements +# python3-xdg, +# python3-gi +# for python2: +# python-gi +# python-gtk2 +Suggests: + 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. -- cgit