@PhotonX: Also, I don't think most AUR
maintainers usually pay attention to Manjaro issues since it's not the same distro. Bumping for updates on Arch stable only seems like a good idea. Still needs the advice of a senior maintainer I think.
Search Criteria
Package Details: perl-gtk2-unique 0.07-1.4
Package Actions
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: | 2024-09-14 04:35 (UTC) |
Dependencies (6)
- gtk2-perl
- libuniqueAUR
- perl (perl-gitAUR)
- perl-extutils-depends (make)
- perl-extutils-pkgconfig (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Required by (0)
Sources (1)
Vrakfall commented on 2018-08-06 13:44 (UTC)
Vrakfall commented on 2018-08-06 13:38 (UTC)
@PhotonX: Apparently, the version check seems to be born on the AUR
from the commit of 2017-03-09
.
Judging from what was done before, it seems to need a rebuild. I don't have more clue, I don't really know how perl works.
I guess we should look for the advice of other ABS
/AUR
maintainers.
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!
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! :)