Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566214 - dev-utils/geany-plugins version bump
Summary: dev-utils/geany-plugins version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://www.geany.org/Main/20151115
Whiteboard:
Keywords:
: 577712 585964 (view as bug list)
Depends on: 570816
Blocks:
  Show dependency tree
 
Reported: 2015-11-19 13:31 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2016-08-18 15:41 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-11-19 13:31:28 UTC
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
Comment 1 Klaus Kusche 2015-12-31 15:07:03 UTC
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.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2016-01-03 17:25:23 UTC
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.
Comment 3 Pacho Ramos gentoo-dev 2016-08-07 07:20:09 UTC
*** Bug 577712 has been marked as a duplicate of this bug. ***
Comment 4 Pacho Ramos gentoo-dev 2016-08-07 07:20:35 UTC
*** Bug 585964 has been marked as a duplicate of this bug. ***
Comment 5 Klaus Kusche 2016-08-07 13:38:57 UTC
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)?
Comment 6 Chris Mayo 2016-08-10 19:58:00 UTC
My suggestion:

https://github.com/gentoo/gentoo/pull/2063
Comment 7 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-08-18 15:41:04 UTC
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>