From db317f74e8b1521054c6e1540be3604561fa72b5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 26 Feb 2020 09:49:15 -0500 Subject: add a few runtime deps --- xdgmenumaker/debian/control | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xdgmenumaker') diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control index 53ef3cf..384cccf 100644 --- a/xdgmenumaker/debian/control +++ b/xdgmenumaker/debian/control @@ -13,6 +13,11 @@ 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 @@ -21,6 +26,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, # python-gi # python-gtk2 Suggests: +# for python3: python3-pil # for python2: # python-pil -- cgit