惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
G
Google Developers Blog
腾讯CDC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - perl-gtk2-notify
2026-06-01 · via AUR Newest Packages

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! :)

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! :)

McLenin commented on 2016-06-29 07:04 (UTC)

This package currently installs in the wrong folder. As it is it installs into /home/user/perl5/... where is it should install into /usr/lib/perl5/... The difference, though small causes programs such as gmusicbrowser to not find the library if they're started with a .desktop file (it still works if you start it from the terminal). To install the library into the correct place please change the following line in the package() function from: make DESTDIR="$pkgdir" install to make install INSTALLDIRS=vendor DESTDIR="$pkgdir" Thank you.

PhotonX commented on 2015-07-11 19:23 (UTC)

My bad, I realize that you made also some changes to the PKGBUILD and I have just updated the patch file. I think, it's better if you take care of this package, so I have disowned it. Thanks!

bidulock commented on 2015-07-11 19:15 (UTC)

Use the PKGBUILD and libnotify.patch files here: https://gist.github.com/bbidulock/9055fabe53bf16128012 and you won't have any problem.

PhotonX commented on 2015-07-11 12:59 (UTC)

Updated the md5sum, will have a look at the other problem a little later. Thanks for reporting!

<deleted-account> commented on 2015-07-11 11:58 (UTC)

I updated the checksums updpkgsums and now I have this one: can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -up src/Gtk2-Notify-0.05/lib/Gtk2/Notify.pm.orig src/Gtk2-Notify-0.05/lib/Gtk2/Notify.pm |--- src/Gtk2-Notify-0.05/lib/Gtk2/Notify.pm.orig 2008-11-11 23:47:33.000000000 -0700 |+++ src/Gtk2-Notify-0.05/lib/Gtk2/Notify.pm 2015-07-07 20:02:12.000000000 -0600 -------------------------- File to patch:

<deleted-account> commented on 2015-07-11 11:56 (UTC)

Validating sources with md5sums ... Gtk2-Notify-0.05.tar.gz ... Approved libnotify.patch ... FAILED ==> ERROR: One or more files did not pass the validation control!

PhotonX commented on 2015-07-09 13:32 (UTC)

bidulock commented on 2015-07-08 20:52 (UTC)

@PhotonX: yes, the libnotify.patch on gist adds the get_closed_reason method (it is really only two lines in the Notify.xs file). Upstream hasn't changed anything in over 4 years and, if you recall, there a lot of other patches in libnotify.patch that were required and we put in to bring the old package up to date. (cf. 2013-02-22 below).

PhotonX commented on 2015-07-08 16:33 (UTC)

@bidulock: Should I include the modified libnotify.patch into the package?