The official Lazarus IDE has been updated to GTK3, but GTK3 support is still experimental in Lazarus and does not work at all. So I installed the GTK2 version from AUR. But with every system update, the package is replaced by pamac with official lazarus-gtk3. How can I keep the AUR package?
1 Like
You could mask lazarus-gtk3
in /etc/pacman.conf
…
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = lazarus-gtk3
#IgnoreGroup =
1 Like
Done, thanks. I hadn’t even thought about that.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.