jeremypw / gnonograms

Nonograms puzzle game written in Vala.
GNU General Public License v3.0
12 stars 7 forks source link

Uninstallable dependency libgnonograms-core0 #35

Closed saidbakr closed 4 years ago

saidbakr commented 4 years ago

When I try to install it from the app store I got the following message:

The following packages have unmet dependencies:
  com.github.jeremypw.gnonograms: Depends: libgnonograms-core0 (= 1.4.2) but it is not installable

Elementary OS Hera.

jeremypw commented 4 years ago

Thanks for letting me know! Looks like something went wrong with the latest release :-( . Probably worked during testing because I already had libgnonograms-core0 installed. Will fix asap.

jeremypw commented 4 years ago

Looks like libgnonograms-core0 is not appearing in the repository for some reason.

jeremypw commented 4 years ago

It appears that there is an limitation with Houston which means that shared libraries cannot be used for third-party apps which is a shame - I am not sure where that is documented :-( I was going to release another nonogram related app (gnonogram-tools) at some point which made use of that library. Now I will have to re-engineer things to use a copy of that library statically in each app.

So the latest release will have to be withdrawn until that is done. Sorry about that.

jeremypw commented 4 years ago

Its a bit like Flatpak etc where each app has its own copy of the libraries it uses.

jeremypw commented 4 years ago

New version now released