mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #250] Arch package outdated #123
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dougg0k on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/250
Hi,
I noticed that your arch package are outdated https://archlinux.org/packages/extra/x86_64/lan-mouse/
Isnt there automation to make sure it's always latest? https://github.com/marketplace/actions/arch-linux-s-package-action
https://github.com/eli-schwartz/aurpublish
Can you update it?
Thanks.
@dougg0k commented on GitHub (Jan 13, 2025):
Related issue https://github.com/feschber/lan-mouse/issues/248
@feschber
@ruckerzerg commented on GitHub (Jan 23, 2025):
I have an Arch workstation and a NixOS laptop. The versions in Nixpkgs and Arch/AUR are not compatible. Any update here would be very appreciated.
@feschber commented on GitHub (Jan 23, 2025):
It's already flagged out of date. @orhun do you have a minute? Is there anything holding it back?
@vilhalmer commented on GitHub (Jan 26, 2025):
I needed to add
options=('!lto')to build the AUR git package successfully, maybe this is preventing the automation from updating the official package as well?Discovered this solution via this other issue: https://github.com/tldr-pages/tlrc/issues/61#issuecomment-1959471300
@orhun commented on GitHub (Jan 26, 2025):
Hello 👋🏼 Sorry for the delay, I just updated the package.
Also, would it be possible to not depend on
gitfor builds? I had to make some updates inPKGBUILDfor that.@feschber commented on GitHub (Jan 27, 2025):
Hi, no problem!
I depend on git to get better version information in bug reports.
Maybe it's time for a second glance at https://docs.rs/shadow-rs/latest/shadow_rs/.
Will keep you updated.
I'm closing this issue for now.
@feschber commented on GitHub (Jan 27, 2025):
@orhun no longer depends on git now ;)
@orhun commented on GitHub (Jan 28, 2025):
perfect, will make the changes in PKGBUILD when there is a new release!
@CupricReki commented on GitHub (Feb 20, 2025):
Consider using a workflow to build and publish to the AUR on release. The main arch repo would have the lan-mouse package. Then the AUR would have lan-mouse-bin, and lan-mouse-git.
https://github.com/marketplace/actions/publish-aur-package
I'm not sure how workflows work with PR, but I can put something together if you think it's a good idea.