Search Criteria
Package Details: perl-alien-wxwidgets 0.69-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-alien-wxwidgets.git (read-only, click to copy) | 
|---|---|
| Package Base: | perl-alien-wxwidgets | 
| Description: | building, finding and using wxWidgets binaries | 
| Upstream URL: | https://metacpan.org/release/Alien-wxWidgets | 
| Licenses: | GPL, PerlArtistic | 
| Submitter: | giovanni | 
| Maintainer: | Alad | 
| Last Packager: | Alad | 
| Votes: | 70 | 
| Popularity: | 0.000001 | 
| First Submitted: | 2010-02-13 04:34 (UTC) | 
| Last Updated: | 2023-08-10 01:04 (UTC) | 
Dependencies (5)
- perl (perl-gitAUR)
- perl-module-pluggable
- wxgtk3
- perl-lwp-protocol-https (make)
- perl-module-build (make)
Required by (4)
- perl-wx
- perl-wx-glcanvas (make)
- perl-wx-scintilla (make)
- perl-wx-scintilla-dev (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
bartus commented on 2025-06-14 12:08 (UTC) (edited on 2025-06-14 12:09 (UTC) by bartus)
wxgtk3is no longer named inprividesin thewxwidgetspackage in the extra repo: https://gitlab.archlinux.org/archlinux/packaging/packages/wxwidgets/-/commit/4ae50eba64c974e7f72df935283059225771c735Please use the
wxwidgets-gtk3package in thedepends[]array.dreieck commented on 2023-06-22 09:33 (UTC) (edited on 2023-06-22 09:34 (UTC) by dreieck)
The issue reported on 2022-08-29 also happens to me:
A solution was suggested in the said comment, it works also for me.
Please fix.
Thanks for maintaining,
regards.
micwoj92 commented on 2022-08-29 07:42 (UTC)
Build fails with
Line 25 needs to be changed to
WX_CONFIG=/usr/bin/wx-config \bkb commented on 2022-07-17 11:20 (UTC)
All these wx things are basically broken. Some needs a newer version, some needs the old one. A long chain of dependency made it impossible to even switch from old to new or new to old, without uninstalling nearly the OS
xiretza commented on 2021-07-23 11:57 (UTC)
Please also add
export WX_CONFIG=/usr/bin/wx-config-gtk3before/usr/bin/perl Makefile.PLto make sure the package doesn't try to build its own version of wxwidgets.xiretza commented on 2021-07-23 10:00 (UTC)
Please bump pkgrel when changing the PKGBUILD (such as in f65765086).
oddworld commented on 2021-01-14 18:34 (UTC) (edited on 2021-01-14 18:35 (UTC) by oddworld)
error: failed to prepare transaction (could not satisfy dependencies)
:: installing wxgtk2 (3.0.5.1-2) breaks dependency 'wxgtk' required by perl-alien-wxwidgets
:: installing wxgtk2 (3.0.5.1-2) breaks dependency 'wxgtk' required by perl-wx
dracorp commented on 2021-01-12 22:28 (UTC) (edited on 2021-01-12 22:28 (UTC) by dracorp)
wxgtk was dropped from provides array in wxgtk2 or wxgt3 PKGBUILD needs replacing wxgtk with wxgtk3 in depends array.
dracorp commented on 2021-01-12 22:24 (UTC)
running Build.PL
Checking prerequisites... build_requires: ! LWP::Protocol::https is not installed
bidulock commented on 2018-08-22 06:24 (UTC)
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
must now be changed to
find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete
to work.
1 2 3 4 5 6 7 Next › Last »