-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
publishing to flatpak #27
Comments
I would like to package it to flatpak. Please assign this task to me. |
Sure, Share any doubts & questions in this thread |
@RohitSingh107 |
Actually there was some issues with my environment I was using NixOS Linux which doesn't respect traditional filesystem hierarchy, but now I am switched Arch Linux and there is no issue with my environment now, so I should be able to fully accomplish this task within this week. |
update- Flatpak is built sucessfully. |
Sounds great, do let us know the process of publishing updates to the package? https://github.com/Bhupesh-V/ugit/blob/master/install#L94-L116 Will flatpak have that option as well? To basically alert the user with custom stuff |
Sorry for late reply, I was busy in college hackathon. Ugit flatpak is ready to get published. Updating the published package is easy we only have to update the flatpak manifesto file like this https://github.com/RohitSingh107/ugit-flatpak/blob/main/org.ssoc.ugit.yml . And I don't think we can have post install stuff in flatpak as ugit is "installed inside flatpak sandbox" instead of native install on user's system, it's like shipping an already installed application. What we can do is run those stuff before (or after) first time an user uses ugit. |
This looks great. Can you create a PR for this |
I don't think we need .flatpakrepo file since we are going to host our flatpak directly to flathub not our own custom repository. Here is pull request: #53 Only thing remaining is just publishing, as you are main developer of this project you should publish it yourself but if you want I can do it also. Here are instructions to publish: https://github.com/flathub/flathub/wiki/App-Submission |
@RohitSingh107 can you DM me on discord, you are not in the ugit channel for ssoc |
No description provided.
The text was updated successfully, but these errors were encountered: