bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

Include libgirepository1.0-dev as a dependency #212

Open atoft opened 4 years ago

atoft commented 4 years ago

I have to install this manually to get it to build on Debian.

bleakgrey commented 4 years ago

Huh. I thought it was a dependency of libglib2.0-dev, which is required by valac...

bleakgrey commented 4 years ago

This should apply for Debian too. Are you sure this library wasn't removed on accident on your system?

Screenshot from 2020-07-31 00-09-06 Screenshot from 2020-07-31 00-04-56

atoft commented 4 years ago

It's a fresh install of the latest Mobian build (which is Debian Bullseye), on which I ran sudo apt install meson valac libgtk-3-dev libsoup2.4-dev libgranite-dev libjson-glib-dev.

I'm a newbie when it comes to this stuff but I used apt-rdepends (which I think is the right commandline equivalent?) and it doesn't show a dependency between libglib2.0-dev and libgirepository1.0-dev. The only connection is: Suggests: libgirepository1.0-dev (>= 1.62)

bleakgrey commented 4 years ago

I wondered why it showed up all of the sudden and it took me a distro switch yesterday to realize that libhandy depends on this package.