I am trying to compile the vtg-plugin from source however I am getting the error "vtg-dependencies not met" which complains about libpeas and gedit.
The version of gedit it is asking for is 2.91.0, while the version of libpeas it wants is 0.7.4.
Running
pkg-config --modversion gedit-2.20 returns 2.30.4
pkg-config --modversion libpeas-1.0 returns 0.7.3
My problem is running apt-get for the latest versions (apt-get update and apt-get upgrade)tells me I am using the latest version
Can someone explain?