Package Details: perl-gtk2-ex-simple-list 0.50-2

Git Clone URL: https://aur.archlinux.org/perl-gtk2-ex-simple-list.git (read-only, click to copy)
Package Base: perl-gtk2-ex-simple-list
Description: A simple interface to Gtk2's complex MVC list widget
Upstream URL: https://metacpan.org/release/Gtk2-Ex-Simple-List
Keywords: gtk library widget
Licenses: GPL, PerlArtistic
Submitter: leidola
Maintainer: GI_Jack
Last Packager: GI_Jack
Votes: 141
Popularity: 0.000000
First Submitted: 2009-09-02 19:19 (UTC)
Last Updated: 2023-01-07 20:42 (UTC)

Latest Comments

toasterboy1 commented on 2021-06-28 00:10 (UTC)

Error building as download location is no longer correct. Edited my build file with: source=('http://www.cpan.org/modules/by-module/Gtk2/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-0.50.tar.gz')

For it to complete.

javex commented on 2015-02-13 07:46 (UTC)

I have updated the PKGBUILD. Thanks for the hint. I have also disowned as I don't have the time to maintain this right now.

djringjr commented on 2015-02-13 02:39 (UTC)

Worked for me. Please update this fix.

damianj commented on 2014-12-31 15:36 (UTC)

Nevermind. I looked at the "perl-gtk2-gladexml-simple 0.32-1" PKGBUILD which has an identical build setup (except for the name), and managed to get this working by replacing everything after the md5sums line in the PKGBUILD to: _distdir="Gtk2-Ex-Simple-List-0.50" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$srcdir/$_distdir" /usr/bin/perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete }

leidola commented on 2014-12-31 15:25 (UTC)

It might be related to the latest changes in pacman.

damianj commented on 2014-12-31 15:18 (UTC)

I am getting the same error as dice. I searched around to see if it was something on my end, but after looking at the PKGBUILD the package function is indeed missing. Not sure if this function is not required (don't have much experience with building packages), but seems to be an issue for some. Error (for reference): ==> ERROR: Missing package() function in /tmp/yaourt-tmp-user/aur-perl-gtk2-ex-simple-list/./PKGBUILD ==> ERROR: Makepkg was unable to build perl-gtk2-ex-simple-list.

dice commented on 2014-12-31 11:00 (UTC)

==> ERROR: Missing package() function in /home/arch/lukas/aur/perl-gtk2-ex-simple-list/PKGBUILD

snark.real commented on 2014-06-23 04:44 (UTC)

Please update source with source=('http://cpan.metacpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-0.50.tar.gz')

sotrud_nik commented on 2010-11-30 04:02 (UTC)

Depends on extra/glib-perl extra/gtk2-perl