GNOME Bugzilla – Bug 691655
Port to gtkspell3
Last modified: 2013-02-03 15:32:30 UTC
There's a new GtkSpell release available with gtk3 support. In Fedora the new package is parallel installable with the older GtkSpell and is called gtkspell3 /gtkspell3-devel.
Created attachment 233382 [details] [review] Port to gtkspell3
Review of attachment 233382 [details] [review]: Looks good to me.
Review of attachment 233382 [details] [review]: Looks good to me
Review of attachment 233382 [details] [review]: Patch commited, so closing the bug. Many thanks Kalev for reporting it and creating a patch :)
reopeneing PKG_CHECK_MODULES([GTKSPELL], [ - gtkspell-3.0 >= $GTKSPELL_OPTIONAL + gtkspell3-3.0 >= $GTKSPELL_OPTIONAL this actually does not work on Ubuntu. /usr/lib/pkgconfig/gtkspell-3.0.pc hmm I'd be surprised if the package-config file is called different on Fedora. I also get compilation errors that I am trying to fix now.
Ubuntu is using a prerelease version where the pkgconfig file name differs from the released gtkspell 3.0. Ask them to update to the latest version?
wtf Ubuntu!? Thanks for telling me. I saw that the gtkspell API docs for the Ubuntu version differ from the official one on the web. hmmm what is gone wrong with Ubuntu? just for reference, attaching the gtkspell patch that works for me on Ubuntu with the prerelease.
Created attachment 235107 [details] [review] patch to work with Ubuntu pre-released gtkspell just for reference