Hi, trying to find what the latest plasma-nm update is about (maybe removing the lo network from the applet?).
Because there is no changelog, I have tried to look for the corresponding pkgbuild, but it seems to be nowhere. The manjaro gitlab repo has the pkgbuild script for plasma-nm only up to 5.19.5 (two years ago!). The package does not seem to be taken from arch, though, because the latter has no 5.26.5-1.1.
Would be great if for any package the pkgbuild was available and easy to find, otherwise it is not possible to reproduce any package build nor to understand what an update is about. Am I missing something about where to look for these scripts? IMHO, ideally, pamac would include an option to download the pkgbuild script for all the available packages, is there something similar?
$ pamac info plasma-nm
Name : plasma-nm
Version : 5.27.1-1
Description : Plasma applet written in QML for managing network connections
URL : https://kde.org/plasma-desktop/
Licenses : GPL2
Repository : extra
Installed Size : 9,3 MB
Groups : plasma
Depends On : plasma-workspace modemmanager-qt networkmanager-qt
Optional Dependencies : openconnect: Cisco AnyConnect VPN plugin [Installed]
Required By : --
Optional For : plasma-desktop
Provides : --
Replaces : --
Conflicts With : --
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : tir 21 feb 2023 14:26:39 CET
Install Date : ons 22 feb 2023 09:23:48 CET
Install Reason : Explicitly installed
Validated By : Signature
Backup files : --
And yes it hides the lo interface - the new config options for lo is still accessible in the system settings
In fact, what is the actual source corresponding to the 5.26.5-1.1 binary remains a mystery (if not a bit of an involuntary violation of the GPL2 license).
Then - either switch to unstable branch or wait until next snap is done.
When a package has a decimal point it is usually a temporary package created by a maintainer - an overlay package - which is created to prevent an issue from propagating.
@philm thank you very much for including the pkgbuild! Also the link to the backported patch was useful!
Extra reasonable and the maintainer effort is obviously very much appreciated! Still the pkgbuild needs to be made available somewhere otherwise you end up distributing a binary for which the corresponding source is not available. Not only this may involuntary be an issue license wise, more substantially it makes it impossible to understand what is being installed and what might be the cause if there is some issue with the system after the package installation.
Whenever there is a package that is not taken from arch as is, I think that it is important to assure that the corresponding pkgbuild is pushed to the manjaro gitlab repo for packages. In fact, it would be extra great if something like arch’s asp was available to seek manjaro source packages in that repo!