exequtic / apdatifier

KDE Plasma widget that tracks updates for ArchLinux, Plasma Widgets, and Flatpak, providing notifications for new ones
https://store.kde.org/p/2135796
MIT License
90 stars 7 forks source link

Support `pacman.conf` `IgnorePkg` directive #10

Closed D3SOX closed 7 months ago

D3SOX commented 7 months ago

Packages that are configured to ignore updates are still shown in the applet

exequtic commented 7 months ago

Okay, I'll do it in the next version. Should I also add support for IgnoreGroup?

D3SOX commented 7 months ago

I've personally never used it but I guess it wouldn't hurt

exequtic commented 7 months ago

Do you have pacman-contrib installed? (checkupdates). And what wrapper are you using? Only checkupdates and yay seem to respect pacman.conf, while others ignore it

~ ❯ pacman -Qu | wc -l
198

~ ❯ checkupdates | wc -l
118

~ ❯ yay -Qu | wc -l
124

~ ❯ paru -Qu | wc -l
205

~ ❯ trizen -Qu | wc -l
198
D3SOX commented 7 months ago

Yes I have pacman-contrib installed. I'm using paru and I know it supports ignoring AUR packages via pacman.conf when upgrading (iirc yay does not)