-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update Arch PKGBUILD #16
Conversation
Hi, can you rebase or merge master and trying again? I changed a few things in the cmake file so we can check that it does not collide |
Latest master fails to build. Specifically, it fails on Here's the output:
|
I checked out the CMakeLists.txt and there are install steps for the qtlibraries which is not neccesary, because they are as dependencies. I think we have to do something similar to that I did for the flatpak package. @Grafcube can you check out how I did it for flatpak? (8a650d7) |
While I was working on the PKGBUILD it seems like someone already added another one to the AUR. That one builds correctly and it looks like it just needs minor changes to the name, icons, desktop entry and qt library. https://aur.archlinux.org/packages/gittyup-git/ I'll just send a patch with the name and icons. |
Since there is a working AUR package this PR can be closed. Unless this should remain open for Qt dependencies? |
I think the best would be to maintain for the moment the flatpak package, because it is independend of any distro. I will create an issue for install process and cleanup of the CMakeLists.txt |
Updated the old PKGBUILD for Gittyup.
gittyup-git
since it builds from master. If there are tagged commits with the version numbers I can also also addgittyup
package and if prebuilt releases are added, maybe to the releases section, I can make agittyup-bin
.If it's ok, I don't mind also putting this on the AUR.