On 02/28/2016 06:53 PM, Frank Cox wrote:> On Sun, 28 Feb 2016 16:30:44 +0100 > H wrote: > >> I initially downloaded geany 1.24 from the EPEL repository but now >> wanted to install the plugin package which is not in EPEL. I visited >> your webpage , downloaded the Centos 6 x86_64 version of both geany 1.26 >> and the and lib-geany, which I assume is the plugin-package, but neither >> could be installed. > You assume incorrectly. The description field of geany-libgeany rpm states: > > QUOTE: > This package contains the core functions of Geany which will be used by Geany plugins. > END OF QUOTE > > I have never bothered to compile the actual geany plugins for Centos 6 due to a lack of demand and interest. I did compile and make the geany plugins for Centos 7 available on my webpage a little while back, but that's apparently not what you're looking for. > > The first fails with: >> geany-1.26-1.el6.x86_64 requires libgeany.so.0()(64bit) >> geany-1.26-1.el6.x86_64 requires geany-libgeany = 1.26-1.el6 >> >> and the second with: >> >> geany-libgeany-1.26-1.el6.x86_64 requires geany = 1.26-1.el6 >> >> which seems catch-22. Would you happen to have both of them installable? > Install both geany and geany-libgeany at the same time and it will work. > >> As an aside, it would be great if both of these packages were in EPEL so >> a simple yum update could work. > That I have no control over. If they made it available then I probably wouldn't bother duplicating the effort. As stated at the top of my webpage, it is just stuff that I use that can't (easily) be found elsewhere. >Frank, I am working on trying to get the geany plugin library to work but have run into a problem because the file geany.pc is not found. My understanding from the geany list is that it should have been installed. It does not seem to have been installed by your two packages - do you know where it can be found? Thank you.
On Sun, 6 Mar 2016 21:14:01 +0100 H wrote:> Frank, I am working on trying to get the geany plugin library to work > but have run into a problem because the file geany.pc is not found. My > understanding from the geany list is that it should have been installed. > > It does not seem to have been installed by your two packages - do you > know where it can be found?It is part of geany-devel, which I apparently didn't bother saving and posting on my webpage for el6, since I didn't compile the plugins for el6 either.. Just compile the geany source rpm that you see on my el6 page and you'll get a geany-devel rpm. I don't use el6 any more myself for my desktop machine so geany isn't particularly interesting to me on that platform any more. I do have geany, geany-devel and all of the geany plugins available as binary rpms on my el7 webpage, though that's probably not a lot of help to you. Be sure that you compile the source rpm on the el6 page if you're compiling for el6 since that includes a patch which is neither required or included in the el7 source rpm. The el7 source rpm (which is really just the Fedora 23 source rpm) won't compile on el6 as-is, which I discovered when I tried to compile it, and which is why I wrote the patch so it will work. If you have trouble compiling the el6 geany source rpm let me know and I will compile it for you and make geany-devel available. There appears to be little demand for it, though, since you're the very first person to ask about it, ever. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
On Sun, 6 Mar 2016 21:14:01 +0100 H wrote:> Frank, I am working on trying to get the geany plugin library to work > but have run into a problem because the file geany.pc is not found. My > understanding from the geany list is that it should have been installed. > > It does not seem to have been installed by your two packages - do you > know where it can be found?I have just now compiled binary rpms of all of the geany-plugins for Centos 6 and posted them on my webpage for download by anyone interested. Merry Christmas. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
On March 6, 2016 4:58:21 PM EST, Frank Cox <theatre at melvilletheatre.com> wrote:>On Sun, 6 Mar 2016 21:14:01 +0100 >H wrote: > >> Frank, I am working on trying to get the geany plugin library to work > >> but have run into a problem because the file geany.pc is not found. >My >> understanding from the geany list is that it should have been >installed. >> >> It does not seem to have been installed by your two packages - do you > >> know where it can be found? > >I have just now compiled binary rpms of all of the geany-plugins for >Centos 6 and posted them on my webpage for download by anyone >interested. > >Merry Christmas. > >-- >MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com >_______________________________________________ >CentOS mailing list >CentOS at centos.org >https://lists.centos.org/mailman/listinfo/centosThank you very much! I have already downloaded and installed.