pkgver
is missing when unpacking. Works fine when changed to:
bsdtar -xf "phanpy-tauri-${pkgver}.tar.gz" -C "$pkgdir"
Git Clone URL: | https://aur.archlinux.org/phanpy-tauri.git (read-only, click to copy) |
---|---|
Package Base: | phanpy-tauri |
Description: | The Phanpy Mastodon web client, now as a Tauri app! |
Upstream URL: | https://github.com/StandingPadAnimations/phanpy-tauri/tree/production |
Licenses: | MIT |
Submitter: | StandingPad |
Maintainer: | StandingPad |
Last Packager: | StandingPad |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-07-04 21:40 (UTC) |
Last Updated: | 2023-07-30 14:44 (UTC) |
pkgver
is missing when unpacking. Works fine when changed to:
bsdtar -xf "phanpy-tauri-${pkgver}.tar.gz" -C "$pkgdir"
Due to a bug with Webkit's hardware accelerated compositor that makes the UI for viewing images on posts with multiple images take longer to load, I added a patch to disable the compositor. This means Phanpy will feel slower, but usability was inhibited massively without this fix so I feel it was necessary.
Pinned Comments
StandingPad commented on 2023-07-06 05:13 (UTC)
Due to a bug with Webkit's hardware accelerated compositor that makes the UI for viewing images on posts with multiple images take longer to load, I added a patch to disable the compositor. This means Phanpy will feel slower, but usability was inhibited massively without this fix so I feel it was necessary.
https://github.com/cheeaun/phanpy/issues/181