Again: After recent updates perl-gtk2-notify crashes gmusicbrowser, a reinstall of perl-gtk2-notify fixes the problem.
Unfortunately I don't know the exact cause of this...
Search Criteria
Package Details: perl-gtk2-notify 0.05-24.4
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-gtk2-notify.git (read-only, click to copy) |
---|---|
Package Base: | perl-gtk2-notify |
Description: | Perl interface to libnotify |
Upstream URL: | http://metacpan.org/release/Gtk2-Notify |
Licenses: | LGPL |
Submitter: | PhotonX |
Maintainer: | bidulock (PhotonX) |
Last Packager: | bidulock |
Votes: | 29 |
Popularity: | 0.000000 |
First Submitted: | 2009-12-23 12:53 (UTC) |
Last Updated: | 2024-09-14 04:06 (UTC) |
Dependencies (6)
- gtk2-perl
- libnotify (libnotify-gitAUR)
- perl-extutils-depends (make)
- perl-extutils-pkgconfig (make)
- perl-module-build-xsutil (make)
- perl-module-install (make)
Required by (2)
- gmusicbrowser (optional)
- gmusicbrowser-shimmer (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3
PhotonX commented on 2011-06-05 10:01 (UTC)
PhotonX commented on 2011-04-14 19:06 (UTC)
This is related to an update of libnotify in extra. I've included a little patch which fixed the problem for me, but I don't know if it's the correct way to fix it...
<deleted-account> commented on 2011-04-14 07:18 (UTC)
I have tried a couple of times and fails to build (i686)
xs/Notify.c: En la función ‘XS_Gtk2__Notify_new’:
xs/Notify.c:267:2: error: demasiados argumentos para la función ‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: nota: se declara aquí
xs/Notify.c: En la función ‘XS_Gtk2__Notify_new_with_status_icon’:
xs/Notify.c:322:2: aviso: declaración implícita de la función ‘notify_notification_new_with_status_icon’
xs/Notify.c:322:9: aviso: la asignación crea un puntero desde un entero sin una conversión
xs/Notify.c: En la función ‘XS_Gtk2__Notify_attach_to_widget’:
xs/Notify.c:391:2: aviso: declaración implícita de la función ‘notify_notification_attach_to_widget’
xs/Notify.c: En la función ‘XS_Gtk2__Notify_attach_to_status_icon’:
xs/Notify.c:414:2: aviso: declaración implícita de la función ‘notify_notification_attach_to_status_icon’
xs/Notify.c: En la función ‘XS_Gtk2__Notify_set_geometry_hints’:
xs/Notify.c:437:2: aviso: declaración implícita de la función ‘notify_notification_set_geometry_hints’
make: *** [xs/Notify.o] Error 1
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR: Makepkg was unable to build perl-gtk2-notify.
PhotonX commented on 2011-03-04 20:13 (UTC)
Thanks, added!
xdevla commented on 2011-03-04 18:52 (UTC)
You should add gtk2-perl as dependency
PhotonX commented on 2010-11-30 08:30 (UTC)
Thanks, fixed! Should have read the perl packaging guidelines...
miffe commented on 2010-11-29 23:12 (UTC)
Doesn't seem to work with gmusicbrowser unless i change
perl Makefile.PL
to
perl Makefile.PL INSTALLDIRS=vendor
PhotonX commented on 2010-09-01 09:41 (UTC)
After recent updates perl-gtk2-notify crashes gmusicbrowser, a reinstall of perl-gtk2-notify fixes the problem.
Pinned Comments
PhotonX commented on 2018-08-06 13:19 (UTC)
In case that perl-gtk2-notify prevents the perl update to 5.28, please remove perl-gtk2-notify:
pacman -Rdd perl-gtk2-notify
then do the update and then install it again
$YOUR_FAVORITE_AUR_HELPER -S perl-gtk2-notify
In case there is a better solution, please let me know! :)