I’m trying to build appimage of gajim, but among the packages two of them are not being installed because of unsatisfied dependency. Here is a small demo:
gajim.yml
app: gajim
ingredients:
dist: focal
sources:
- deb http://us.archive.ubuntu.com/ubuntu focal main universe multiverse restricted
- deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main universe multiverse restricted
packages:
- gir1.2-gspell-1
- gir1.2-gst-plugins-base-1.0
when I try to build this recipe I get the following errors:
libegl-mesa0:amd64 Depends on libgbm1:amd64 < 9:999.999.999 @ii mK > (= 20.0.4-2ubuntu1) can't be satisfied!
gir1.2-pango-1.0:amd64 Depends on libpango-1.0-0:amd64 < 9:999.999.999 @ii mK > (= 1.44.7-2ubuntu4) can't be satisfied!
I’ve checked the forum and the appimage wiki. I don’t know how to solve this issue.