@callegar Instructions at wiki.documentfoundation.org/QA/BugReport say, "Choose the version of the application in which the bug appeared... You can ignore the section latest known-working version."
I have not seen any project that requires users test old pre-releases that have already been superseded by an actual release. I wouldn't bother reporting issues to projects with such requirements because no one is going to backport fixes to old pre-releases.
That said, this package is constructed so that only a small amount of information at the beginning of the PKGBUILD needs to be changed to do what you want. If you frequently need to build different versions, you can create separate files, like PKGBUILD.old
:
_pkgtype=-old-bin
_pkgnamefmt=LibreOffice
pkgver=24.8.3.1
pkgrel=1
source <(
sed -E -e 's&^pkgver=.*&&' \
-e 's&^pkgrel=.*$&&' \
PKGBUILD
)
pkgdesc="${pkgdesc% - *}"
git
should ignore extra files during sync. Build with makepkg -Cfp PKGBUILD.old
.
Pinned Comments
roundedbun commented on 2024-10-26 12:33 (UTC) (edited on 2025-01-14 06:15 (UTC) by roundedbun)
Gnome Sushi can't provide thumbnail of Office Document because there is no file named libreoffice in /usr/bin/, the workaround was create hardlink like this: $ sudo ln /usr/bin/libreoffice25.2 /usr/bin/libreoffice
xiota commented on 2024-05-25 22:06 (UTC) (edited on 2024-06-16 17:29 (UTC) by xiota)
Please do not comment and flag for the same issue at the same time. Only the flag is needed for version bumps and simple packaging issues.