3c6e384a1d
* initial cleanup with some debug messaging * further cleanup, mostly coding style * - more cleanup, and speed-up - more fixes, including many icon and encoding related issues - replace some icons and remove compile.py - prepare for python3 port as much as possible * remove some more unneeded files, few left-over cleanups * move some external scripts to python3 already * Fix and clean up add_search_suggestions and add_apt_filter_results logic * more cleanup, thx Codacity * fix issue with a path * add a killall to the test script, fix a method declaration * fix custom colour setting * keybinding: re-add GdkX11 * re-add mint-common dep * Use os.path.expanduser("~") instead of os.environ * revert re-add GdkX11, but import Gtk first
31 lines
702 B
Plaintext
31 lines
702 B
Plaintext
Source: mintmenu
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Clement Lefebvre <root@linuxmint.com>
|
|
Build-Depends: debhelper (>= 9), python, dh-python,
|
|
Standards-Version: 3.9.5
|
|
|
|
Package: mintmenu
|
|
Architecture: all
|
|
Depends:
|
|
${python:Depends},
|
|
${misc:Depends},
|
|
mint-common,
|
|
python (>= 2.4), python (<< 3),
|
|
python-apt,
|
|
python-configobj,
|
|
python-setproctitle,
|
|
python-xlib,
|
|
python-xdg,
|
|
xdg-utils,
|
|
libglib2.0-bin,
|
|
mate-menus,
|
|
python-mate-menu,
|
|
gir1.2-matepanelapplet-4.0,
|
|
gir1.2-gtk-3.0,
|
|
gir1.2-mate-desktop,
|
|
mozo
|
|
Description: Advanced MATE menu
|
|
One of the most advanced menus under Linux. MintMenu supports filtering,
|
|
favorites, easy-uninstallation, autosession, and many other features.
|