brunofin / cohesion

Notion client for Linux
https://flathub.org/apps/details/io.github.brunofin.Cohesion
MIT License
22 stars 0 forks source link

docs: AUR #18

Closed ThatOneCalculator closed 1 week ago

ThatOneCalculator commented 1 week ago

I put cohesion on the AUR, so I figured I'd also mention it in the README. I also added your email to the package.json, since electron-builder requires an email when building Linux targets for anything besides Snap/Flatpak/AppImage. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cohesion-git#n56

brunofin commented 1 week ago

That's nice thanks! I am not sure how AUR works if you wouldn't mind answering:

  1. What happens when I push a new version to main?
  2. Is it able to handle registering Cohesion as the default app for notion:// links? This is important for the browser extensions to work properly.
ThatOneCalculator commented 1 week ago

1) It depends. Generally, nothing happens since it's a -git package, so unless I push an update, it won't try to update to the latest HEAD, unless a user passes the --devel flag when upgrading.

2) It should work out of the box because of https://github.com/brunofin/cohesion/blob/main/data%2Fio.github.brunofin.Cohesion.desktop#L10

brunofin commented 1 week ago
  1. It depends. Generally, nothing happens since it's a -git package, so unless I push an update, it won't try to update to the latest HEAD, unless a user passes the --devel flag when upgrading.

    1. It should work out of the box because of https://github.com/brunofin/cohesion/blob/main/data%2Fio.github.brunofin.Cohesion.desktop#L10

Nice! I will delay merging this one because I am pushing some updates today addressing some of the open issues. I may actually tag you once I push to main in case you'd need to do something in order to update AUR version.

brunofin commented 1 week ago

@ThatOneCalculator a v1.0.6 tag is now released

ThatOneCalculator commented 1 week ago

Pushed to AUR!

brunofin commented 1 week ago

@ThatOneCalculator could you please push a new version for v1.0.7? I had introduced a bug in the previous version which is now fixed. Thanks!

ThatOneCalculator commented 6 days ago

Pushed