summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-02 02:56:36 +0000
committerB Stack <bgstack15@gmail.com>2020-03-02 02:56:36 +0000
commitea758266e0f195916637b084836d8e34b6d9cb18 (patch)
treed2efd6a72ed4ea2bc248ab8c777c5b9764c09eb5 /xdgmenumaker/debian/control
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentfix up dsc file for this version (diff)
downloadstackrpms-ea758266e0f195916637b084836d8e34b6d9cb18.tar.gz
stackrpms-ea758266e0f195916637b084836d8e34b6d9cb18.tar.bz2
stackrpms-ea758266e0f195916637b084836d8e34b6d9cb18.zip
Merge branch 'xdgmenumaker-bump' into 'master'
Minor improvements to xdgmenumaker Closes #17 See merge request bgstack15/stackrpms!131
Diffstat (limited to 'xdgmenumaker/debian/control')
-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