I sent an email to aur@jjtc.eu a week ago but no reply was given...Decided to give a comment.
Possible fixes about PKGBUILD:
- The mkdir problem: on aur, others are complaining about a corrupted aur. That's because there lacks a -p arg at prepare(). So prepare() should be like this:
prepare() {
mkdir -p $pkgname
unsquashfs -f -d $pkgname $pkgname-$pkgver.snap
}
- Dependency issues.
dependsshould be like this (adding 'alsa-lib' 'openssl-1.1' 'libsecret'):
depends=('alsa-lib' 'openssl-1.1' 'libsecret' 'libnotify'
'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
However there remains some bugs(?). TBK maybe you should run namcap to test them out. Mainly: 1. Some dependencies are not needed? Some of them seemed to be not-essensial? 'libnotify' 'libappindicator-gtk3' 'libxtst' 'libxss' are reported to be not needed. 2. It seems that aur community requires the elf file to be put in a more proper place. /opt/ may need to be changed?
Pinned Comments
tbk commented on 2019-06-11 00:26 (UTC) (edited on 2019-06-11 01:26 (UTC) by tbk)
There is an issue when running multiple instances where the second instance does not render the interface the snap package suffers from the same issue.