-
-
Notifications
You must be signed in to change notification settings - Fork 13
build(PKGBUILD): add Arch Linux package #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Hi, thank you for your PR. I've noticed some minor issues with it. For example, the packaging directory doesn't need additional folders for one file. (the .spec file and PKGBUILD file should be right next to each other) Additionally, the The Arch Linux package should use Besides that, this PR looks great. Once the issues mentioned are ironed out, I will merge the pull request. |
- Add RPM spec file for Fedora/RHEL packaging - Move Arch Linux PKGBUILD to root packaging directory - Add desktop entry and AppStream metadata for Linux desktop integration - Standardize package descriptions and dependencies across different package managers
|
Also, I'd like to apologize for the delay. I've never used GitHub's "review" function yet. I reviewed your changes when they were made 6 hours ago then I realized why my review wasn't responded to. It wasn't marked as "finished" 😆 |
|
Hello, @norz3n I have noticed there are problems with the install script such as it not creating a licenses directory and docs directory with the readme and PRIVACY.md. I am going to be addressing these problems tomorrow, I hope I can get a response regarding the package build failure with your current changes. |
Okay. I'll fix that in the near future. |
Unblocks #56 build(PKGBUILD): add Arch Linux package
|
Thanks to commit 7c48244 SnapX's icons are now installed. |
…x pkg I also removed some of the makedepends. SnapX only needs .NET 9 & NativeAOT to build. Signed-off-by: Brycen G <brycengranville@outlook.com>
I know this is confusing, lol. However, all the SnapX binaries have dependency on the libraries in /usr/lib/snapx hence snapx-ui relies on the snapx package plus the NativeMessagingHost for the Chrome extension. I will push out an update to the packaging to fix these flaws. Signed-off-by: Brycen G <brycengranville@outlook.com>
|
Hello, your work has been deployed to https://aur.archlinux.org/packages/snapx-ui ! Thank you for your contribution! |



Greetings, I decided to make a PKGBUILD to support Arch Linux builds for fun, I think you might be interested in it.