Package Details: perl-gtk2-unique 0.07-1.2

Git Clone URL: https://aur.archlinux.org/perl-gtk2-unique.git (read-only, click to copy)
Package Base: perl-gtk2-unique
Description: Perl bindings for the C library libunique
Upstream URL: https://metacpan.org/release/Gtk2-Unique
Licenses: LGPL, PerlArtistic
Submitter: City-busz
Maintainer: bidulock (PhotonX)
Last Packager: bidulock
Votes: 40
Popularity: 0.000000
First Submitted: 2017-01-24 12:15 (UTC)
Last Updated: 2023-08-07 19:33 (UTC)

Pinned Comments

bidulock commented on 2021-03-26 00:14 (UTC)

https://gist.github.com/bbidulock/5fe3d829b8210e50a606dc9cfd145962

A PKGBUILD for libunique.

PhotonX commented on 2018-08-06 13:17 (UTC) (edited on 2018-08-06 13:19 (UTC) by PhotonX)

In case that perl-gtk2-unique prevents the perl update to 5.28, please remove perl-gtk2-unique

pacman -Rdd perl-gtk2-unique

then do the update and then install it again

$YOUR_FAVORITE_AUR_HELPER -S perl-gtk2-unique

In case there is a better solution, please let me know! :)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

PhotonX commented on 2018-08-06 13:33 (UTC) (edited on 2018-08-06 13:38 (UTC) by PhotonX)

@Vrakfall: I don't know exactly what the idea behind the version check is, the package arrived this way from the community/ repo. :)

Yes, I checked and it works with Perl 5.28, not sure if it needs a rebuild but most probably it does.

Concerning bumping the pkgrel on perl updates, see this discussion: https://forum.manjaro.org/t/aur-install-packages-with-perl-broken-again/30913/4

Vrakfall commented on 2018-08-06 13:28 (UTC)

@PhotonX Ahah, we were checking it out at the same time. You got it working with perl 5.28? Should we flag it as out-of-date? The whole way the PKGBUILD checks for the maximum perl version seems wonky (excepts if it's a way for the author to be noticed of a new major version?). Shouldn't it get changed so pkgrel changes helps with noticing the need to rebuild the package?

Vrakfall commented on 2018-08-06 13:24 (UTC) (edited on 2018-08-06 13:30 (UTC) by Vrakfall)

@UniversesAurora, @unixfox: This is because of the way one of the PKGBUILD author handles the perl dependencies which is checked at build time and the max version is set as the current + 1. A contributor should test to build it with perl 5.28 and test if it works and then update the PKGBUILD.

PhotonX commented on 2018-08-06 13:17 (UTC) (edited on 2018-08-06 13:19 (UTC) by PhotonX)

In case that perl-gtk2-unique prevents the perl update to 5.28, please remove perl-gtk2-unique

pacman -Rdd perl-gtk2-unique

then do the update and then install it again

$YOUR_FAVORITE_AUR_HELPER -S perl-gtk2-unique

In case there is a better solution, please let me know! :)

unixfox commented on 2018-08-06 12:25 (UTC)

I have the same error as you @UniversesAurora

UniversesAurora commented on 2018-08-06 10:03 (UTC) (edited on 2018-08-06 10:05 (UTC) by UniversesAurora)

get ' :: installing perl (5.28.0-1) breaks dependency 'perl<5.27' required by perl-gtk2-unique' when update

PhotonX commented on 2018-02-12 13:03 (UTC) (edited on 2018-02-12 13:05 (UTC) by PhotonX)

Please include this patch: https://rt.cpan.org/Public/Bug/Display.html?id=120115

PKGBUILD: https://pastebin.com/928uagam

It fixes the second instance crash in Shutter.

Thanks!

crotok commented on 2017-06-04 12:15 (UTC)

Thanks for the patch @figue! This is fixed and pushed.

figue commented on 2017-06-02 13:54 (UTC)

Please, add "export PERL_USE_UNSAFE_INC=1" in build() to workaround Perl 5.26 build. Thanks!

christooss commented on 2017-02-27 14:17 (UTC) (edited on 2017-02-27 14:18 (UTC) by christooss)

@crotok try installing manually not with pacaur. I had same issues but installing pkgbuild with makepkg -s and makepkg -i each individual packages solved the problem.