Package Details: perl-wx-scintilla 0.39-5

Git Clone URL: https://aur.archlinux.org/perl-wx-scintilla.git (read-only, click to copy)
Package Base: perl-wx-scintilla
Description: Wx::Scintilla - Scintilla source code editing component for wxWidgets
Upstream URL: http://search.cpan.org/~azawawi/Wx-Scintilla/
Licenses: GPL, PerlArtistic
Provides: perl-wx-scintilla-constant, perl-wx-scintilla-textctrl, perl-wx-scintilla-textevent, perl-wx-scintillatextctrl, perl-wx-scintillatextevent
Submitter: dracorp
Maintainer: dracorp
Last Packager: dracorp
Votes: 7
Popularity: 0.000000
First Submitted: 2011-12-14 23:27 (UTC)
Last Updated: 2020-01-23 21:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

not_anonymous commented on 2015-01-03 06:27 (UTC)

Thanks for taking care of this so quickly. Please note: perl-padre will successfully package ONLY if this is reverted to version 0.39. (It appears that version 0.40 is called a "developmental" version by it's author.) http://search.cpan.org/~azawawi/Wx-Scintilla/ ** Perhaps version 0.40 should be it's own PKGBUILD, i.e. called perl-wx-scintilla-devel ???

dracorp commented on 2015-01-02 22:50 (UTC)

Yes, you are right.

not_anonymous commented on 2015-01-01 22:22 (UTC)

If this package requires a patched to use wx-config-2.8 shouldn't the depends ALSO be changed from wx-config to wx-config-2.8 ????

dk_gm commented on 2014-07-13 10:15 (UTC)

PKGBUILD for perl-wx-scintilla. wx-scintilla uses wx-config instead of wx-config-2.8, and generates _ZTI14wxEventFunctor error. add patches to fix it: source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz" remove-uneeded-libs.patch p.patch) build(){ cd "$srcdir/$_perlmod-$pkgver" patch -Np1 -i "$srcdir/remove-uneeded-libs.patch" patch -Np1 -i "$srcdir/p.patch" _________________________________________________________________________ p.patch _________________________________________________________________________ diff -ru inc/Module/Build/Scintilla.pm inc_new/Module/Build/Scintilla.pm --- a/inc/Module/Build/Scintilla.pm 2012-09-04 14:53:28.000000000 +0300 +++ b/inc/Module/Build/Scintilla.pm 2014-07-13 11:05:46.827760686 +0300 @@ -47,7 +47,7 @@ # not available on windows return $self->{_wxstc_config_wxconfig} if $self->{_wxstc_config_wxconfig}; my $binpathconfig; - my $sympathconfig = Alien::wxWidgets->prefix . '/bin/wx-config'; + my $sympathconfig = Alien::wxWidgets->prefix . '/bin/wx-config-2.8'; # sometimes the symlink is broken - if there has been relocation etc. # but we know where it should be if installed by Alien::wxWidgets @@ -60,7 +60,7 @@ $binpathconfig = $testpath if -f $testpath; }; - my $wxconfig = $binpathconfig || 'wx-config'; + my $wxconfig = $binpathconfig || 'wx-config-2.8'; my $configtest = qx($wxconfig --version); if ( $configtest !~ /^\d+\.\d+\.\d+/ ) { die Only in inc/Module/Build: Scintilla.pm.new ________________________________________________________________________________ remove-uneeded-libs.patch __________________________________________________________________ --- a/inc/Module/Build/Scintilla/GTK.pm +++ b/inc/Module/Build/Scintilla/GTK.pm @@ -83,9 +83,7 @@ sub stc_prebuild_check { sub stc_extra_scintilla_libs { my $self = shift; - my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 '; - $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 '; - $extras .= '-lgmodule-2.0 -lgthread-2.0 -lglib-2.0'; + my $extras = ' -lm '; return $extras; } _____________________________________________________________

dracorp commented on 2014-04-14 13:36 (UTC)

I don't know how to fix this problem. Any suggestions?

baronmog commented on 2014-04-13 07:53 (UTC)

Tests die with: Can't load '/tmp/yaourt-tmp-klevin/aur-perl-wx-scintilla/src/Wx-Scintilla-0.39/blib/arch/auto/Wx/Scintilla/Scintilla.so' for module Wx::Scintilla: /tmp/yaourt-tmp-klevin/aur-perl-wx-scintilla/src/Wx-Scintilla-0.39/blib/arch/auto/Wx/Scintilla/libwx_gtk2u_scintilla-2.8.12.so: undefined symbol: _ZTI14wxEventFunctor at /usr/lib/perl5/core_perl/DynaLoader.pm line 190.

sputnick commented on 2013-01-14 21:50 (UTC)

0.39 is out =) Install of padre Perl IDE fails on this module.