summaryrefslogtreecommitdiff
path: root/xdgmenumaker
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-26 09:49:15 -0500
committerB Stack <bgstack15@gmail.com>2020-02-26 09:49:15 -0500
commitdb317f74e8b1521054c6e1540be3604561fa72b5 (patch)
tree244b8e81f02536c432e4abc5032c0c879bbfb189 /xdgmenumaker
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-db317f74e8b1521054c6e1540be3604561fa72b5.tar.gz
stackrpms-db317f74e8b1521054c6e1540be3604561fa72b5.tar.bz2
stackrpms-db317f74e8b1521054c6e1540be3604561fa72b5.zip
add a few runtime deps
Diffstat (limited to 'xdgmenumaker')
-rw-r--r--xdgmenumaker/debian/control6
1 files changed, 6 insertions, 0 deletions
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
bgstack15