Package Details: graviton 2.3.0-1

Git Clone URL: https://aur.archlinux.org/graviton.git (read-only, click to copy)
Package Base: graviton
Description: A modern Code Editor
Upstream URL: https://graviton.netlify.app/
Keywords: editor graviton
Licenses: MIT
Conflicts: graviton-bin
Provides: graviton
Submitter: ventusliberum
Maintainer: None
Last Packager: ventusliberum
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-29 11:22 (UTC)
Last Updated: 2021-04-20 03:23 (UTC)

Latest Comments

ventusliberum commented on 2020-04-30 02:56 (UTC)

@yochananmarqos Thanks for your advice! Changes are made.

yochananmarqos commented on 2020-04-29 23:32 (UTC) (edited on 2020-04-29 23:33 (UTC) by yochananmarqos)

You're missing dependencies, see the Debian control file:

depends='libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3'

libappindicator-gtk3 depends on libdbusmenu-gtk3 and libindicator-gtk3, no need to include them.

You don't need to include a separate script to run the binary, you can just symlink it in the package() function, see the Debian postinst file:

# Link to the binary
ln -sf "/opt/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"