Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147483 - request for gedit-plugins-2.16.0.ebuild
Summary: request for gedit-plugins-2.16.0.ebuild
Status: RESOLVED DUPLICATE of bug 28470
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
: 139120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-13 11:16 UTC by Walter Meinl
Modified: 2007-09-19 13:53 UTC (History)
3 users (show)

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


Attachments
added some more dependencies found in configure (gedit-plugins-2.16.0.ebuild,917 bytes, text/plain)
2006-09-15 11:32 UTC, Walter Meinl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Meinl 2006-09-13 11:16:02 UTC
Together with the update to gnome-2.16 plugins for gedit were revived. From the README
Installation
============

For the moment, you have to ./configure with --prefix=same prefix as you
configured gedit with.

How to choose which plugins to build:

./configure --with-plugins=pl1,pl2,...

where pl1, pl2 ... are one of the following:

bracketcompletion       Automatically adds closing brackets.
charmap                 Insert special characters just by clicking on them.
codecomment             Comment and uncomment blocks of code.
colorpicker             Pick a color from a dialog and insert its hexadecimal 
                        representation.
joinlines               Join several lines or split long ones.
showtabbar              Add a menu entry to show/hide the tabbar.
smartspaces             Forget you're not using tabulations.
terminal                Embed a terminal in the bottom pane.

all                     All of the above plugins

These plugins could be interesting for people working alot with gedit
BMG had already an ebuild for the 2.15 unstable series that could be used as a starting point for a new ebuild
https://svn.breakmygentoo.org/bmg-main/app-editors/gedit-plugins/gedit-plugins-2.15.4.ebuild
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2006-09-15 09:12:41 UTC
Could you try to put this ebuild in a local overlay and bump it to 2.16, see if it builds/works and post more info here? That would help a lot :)

Thanks
Comment 2 Walter Meinl 2006-09-15 11:32:44 UTC
Created attachment 97068 [details]
added some more dependencies found in configure

It builds fine on x86, gcc-4.1.1 glibc-2.4-r3 gnome-2.16,
so far I tested the terminal and file-browser both are working as expected
For the terminal, vte-python files have to be present, so maybe we need to add this too. In order to enable all plugins, python has to be used.
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2006-09-15 14:49:36 UTC
two things come to mind though, I think you can drop the python 2.3 dep as all the versions below that are hardmasked. And I think the gettext dep is somewhat redundant with the intltool dep (intltool being the fancy gnome wrapper for gettext).

Gnome herd : what do you think ?
Comment 4 Mart Raudsepp gentoo-dev 2006-10-12 11:42:59 UTC
*** Bug 139120 has been marked as a duplicate of this bug. ***
Comment 5 Walter Meinl 2006-10-26 05:32:58 UTC
(In reply to comment #3)
> 
> Gnome herd : what do you think ?
> 
In the meantime BMG has updated their ebuild to 2.16.0. They handle some dependencies other than I suggested, you may have a look at their ebuild.
Comment 6 Ryan May 2007-08-10 17:36:51 UTC
FYI, this is a dup of #28470.
Comment 7 Walter Meinl 2007-08-10 19:53:45 UTC
(In reply to comment #6)
> FYI, this is a dup of #28470.
> 

Yep, huh, they made indeed a looong break, thanks for hinting me.

*** This bug has been marked as a duplicate of bug 28470 ***