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

推荐订阅源

F
Fortinet All Blogs
罗磊的独立博客
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
博客园 - 聂微东
博客园_首页
爱范儿
爱范儿
量子位
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
Martin Fowler
Martin Fowler
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Vercel News
Vercel News
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Engineering at Meta
Engineering at Meta

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?