-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Bug 🐞]: change pacman package dependency #37
Comments
Hey @Reverier-Xu 👋 I've recently updated If it is, then I guess this dependency comes from one of those packages and there's nothing I can really do about it 😢 |
The electron version 19 is too high even for Arch Linux ... it is recommended that we just publish a PKGBUILD file on aur.archlinux.org instead of build a binary package. Users could install kuro from paru/yay or other AUR package helpers. PKGBUILD is a simple pack script, we can pack the appimage as a pacman package in PKGBUILD, that solves most problems. the appimage PKGBUILD file may looks like this:
so that you can just publish appimage then update the PKGBUILD, all things will be done. |
Ahh...it seems that electron 19 has broken this app... |
@Reverier-Xu , thanks for the tips & feedback 👍 EDIT: Please give it a go with version 8.1.3 |
I'm sorry, this is running fine in my machine, even after resetting the settings. Can you please try and do a |
ohh, it seems ok, thank you. |
change pacman package required
libappindicator-sharp
dependency to optional 🐞hi, i'd like you to change the
libappindicator-sharp
dependency in the package to an optional dependency.Describe the bug
libappindicator-sharp
package in AUR is no longer maintained, and it is not necessary for kuro.The text was updated successfully, but these errors were encountered: