Search Criteria
Package Details: perl-gnome2-wnck 0.18-1
Git Clone URL: | https://aur.archlinux.org/perl-gnome2-wnck.git (read-only, click to copy) |
---|---|
Package Base: | perl-gnome2-wnck |
Description: | Perl interface to the Window Navigator Construction Kit |
Upstream URL: | https://metacpan.org/pod/Gnome2::Wnck |
Licenses: | |
Submitter: | City-busz |
Maintainer: | caleb |
Last Packager: | caleb |
Votes: | 29 |
Popularity: | 0.77 |
First Submitted: | 2017-01-24 12:13 |
Last Updated: | 2021-01-11 08:20 |
Dependencies (5)
- gtk2-perl
- libwnck (libwnck-sticky, libwnck-git, libwnck+-git)
- perl (perl-git)
- perl-extutils-depends (make)
- perl-extutils-pkgconfig (make)
Required by (6)
- gmusicbrowser (optional)
- gmusicbrowser-git (optional)
- gmusicbrowser-rhfork-git (optional)
- perlpanel-git
- shutter
- shutter-git
Latest Comments
xiretza commented on 2018-08-22 18:29
Please bump pkgrel in all your perl packages for perl 5.28 rebuild.
figue commented on 2017-06-04 16:03
@Haron_Prime In my case, I have to rebuild gnomecanvas-perl gnome-vfs-perl gnome-perl perl-gtk2-imageview perl-gtk2-unique perl-goo-canvas to make shutter work. Most of those packages don't have "export PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1", so you should add it if you want to rebuild them.
Haron_Prime commented on 2017-06-04 14:55
If you edit the PKGBUILD like this
build() {
cd Gnome2-Wnck-${pkgver}
export PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1
perl Makefile.PL INSTALLDIRS=vendor
make
}
then the package is compiled
But then at startup Shutter that needs this package, you will get an error message
xs/GnomeCanvas.c: loadable library and perl binaries are mismatched (got handshake key 0xdb80080, needed 0xde00080)
Haron_Prime commented on 2017-06-04 14:42
@crotok
Can't locate build/doc.pl in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/lib/perl5/vendor_perl/Glib/GenPod.pm line 247.
(((
crotok commented on 2017-06-04 12:15
@Haron_Prime I pushed a fix, can you try again and keep me informed on issue?
Haron_Prime commented on 2017-06-03 15:56
After updating perl to version 5.26.0-1, the compilation ends with an error:
Can't locate build/doc.pl in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/lib/perl5/vendor_perl/Glib/GenPod.pm line 247.
soker commented on 2017-02-23 23:25
I could not reproduce the error, but try now.
crotok commented on 2017-02-20 07:58
Thanks for this package but I have trouble to install it.
'perl' is missing as dependency to fix the perl>= (perl-fake) & perl< (perl-fake) that block this package installation.