EionRobb / pidgin-opensteamworks

Steam plugin for Pidgin/libpurple
153 stars 5 forks source link

Compiling fails on Debian Buster (missing libgnome-keyring-dev) #186

Closed TomTheDragon closed 5 years ago

TomTheDragon commented 5 years ago

Is there a way to compile the plugin, without installing deprecated packages?

EionRobb commented 5 years ago

ah, libgnome-keyring's been deprecated in favour of libsecret, right? At the moment you'll need to use the deprecated package, but I'll look at getting rid of that .

Just dropping this in as a note for migrating to the new API https://developer.gnome.org/libsecret/unstable/migrating.html

EionRobb commented 5 years ago

There we go, switched from gnome-keyring to libsecret. It'll only be useful for people using telepathy-haze, if there are still any people using that

TomTheDragon commented 5 years ago

Thanks for the quick fix, it works now :)