Add GTK3 support to Addons and GeanyVC Addons: new Copy Path feature Addons: Fix bookmark list when the document changes Spellcheck: Add support for showing suggestions directly in the editor menu Scope: Improve GDB communication Update translations: de, fr, nl, pt New translation: kk
Please hurry up with geany-plugins 1.26. geany and geany-plugins must always be updated in sync: Several plugins of geany-plugins 1.25 stopped working with geany 1.26 (and I urgently need two of them), and one or two of the 1.25 plugins even crash geany 1.26.
commit b920d666d15b43fb95c1e2a88caa8e58b35f6066 Author: Manuel Rüger <mrueg@gentoo.org> Date: Sun Jan 3 18:24:20 2016 +0100 dev-util/geany-plugins: Version bump Gentoo-Bug: 566214 Package-Manager: portage-2.2.26 Someone needs to take a closer look at the GTK3 support.
*** Bug 577712 has been marked as a duplicate of this bug. ***
*** Bug 585964 has been marked as a duplicate of this bug. ***
Could someone at least bump those plugins which work to the current version (and temporarily configure away those which do not work or need major ebuild changes)?
My suggestion: https://github.com/gentoo/gentoo/pull/2063
commit b59afd6f8944dd34631b4e8e1b8284faf70771b5 Author: Chris Mayo <aklhfex@gmail.com> Date: Mon Aug 15 20:36:09 2016 dev-util/geany-plugins: Bump to 1.28 and add gtk3 USE flag configure decides to build for GTK+ 2 or 3 based on installed geany using pkg-config. - Ensure geany and geany-plugins are in step with a gtk3 USE flag (this adds unnecessary work for a user not installing any GTK+ using plugins, but does no harm) - Fix GTK+ dependencies to reflect the SLOT that will be used - Block selection of GTK+ 2 only plugins for gtk3 with REQUIRED_USE - Explicitly enable all plugins - Honour LINGUAS, makes it and nl available - Fix metadata for gtkspell, it is the spellchecker for GeanyVC - geany-1.26 is the minimum since 1.27 - Prune .la files - Move to EAPI6, remove use of autotools-utils and versionator, tidy Gentoo-Bug: https://bugs.gentoo.org/586162 Gentoo-Bug: https://bugs.gentoo.org/566214 Gentoo-Bug: https://bugs.gentoo.org/556840 Closes: https://github.com/gentoo/gentoo/pull/2063 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>