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
Add md.obsidian.Obsidian (Obsidian) #1883
Conversation
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30102 |
|
Build 30102 failed |
|
I've changed the flatpak to use the tarball instead of the appimage, which hopefully will let the build succeed this time. |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30136 |
|
Build 30136 failed |
|
Build failed due to missing appdata file: |
md.obsidian.Obsidian.appdata.xml
Outdated
| <name>Obsidian</name> | ||
| <summary>Markdown-based knowledge base</summary> | ||
| <description> | ||
| <p>Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the description be expanded upon to include what the homepage says?
|
FYI you can trigger new builds yourself with |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30192 |
|
Build 30192 successful |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30205 |
|
Build 30205 successful |
|
My only gripe is short description. When that's improved, it's ready to merge. |
|
@lishid, would you like to have write access to the Flathub repository, just in case? |
Sure that would definitely help! |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30279 |
|
Build 30279 successful |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30281 |
|
Build 30281 successful |
|
bot, build md.obsidian.Obsidian |
|
Queued test build for md.obsidian.Obsidian. |
|
Started test build 30282 |
|
Build 30282 successful |
| - cp -r * ${FLATPAK_DEST} | ||
| sources: | ||
| - type: archive | ||
| url: https://github.com/obsidianmd/obsidian-releases/releases/download/v0.9.3/obsidian-0.9.3.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing I'd add here is x-data-checker as documented at https://github.com/flathub/flatpak-external-data-checker so Flathub version doesn't fall behind with releases, but that can be fixed after merge.
|
/merge @lishid |
|
A repository for this has been created: https://github.com/flathub/md.obsidian.Obsidian You will receive an invitation to be a collaborator which will grant you write access to the repository above. The invite can be also viewed here. If you have never maintained an application before, common questions are answered in the app maintenance guide. Thanks! |
This PR should fulfill a feature request made on the Obsidian community forum:
https://forum.obsidian.md/t/linux-packaging-ship-as-flatpak-on-flathub/6112
Note: I'm not one of the upstream developers.