Package Details: gitbutler 0.14.4-1

Git Clone URL: https://aur.archlinux.org/gitbutler.git (read-only, click to copy)
Package Base: gitbutler
Description: Version control client, backed by Git, powered by Tauri/Rust/Svelte
Upstream URL: https://github.com/gitbutlerapp/gitbutler
Licenses: LicenseRef-FSL-1.1-MIT
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 2
Popularity: 0.151987
First Submitted: 2024-04-28 09:37 (UTC)
Last Updated: 2024-12-13 09:14 (UTC)

Latest Comments

ndom91 commented on 2024-12-06 15:55 (UTC)

Chiming in as a GitButler team member here. The PKGBUILD looks alright, except for that the build cmd should be tauri build, as that also triggers the sveltekit build and packages in the FE. cargo build only does the backend.

So basically: pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.release.json

nikelborm commented on 2024-11-17 02:24 (UTC)

Just installed this version of gitbutler. When I run it, it shows "asset not found: index.html"

alerque commented on 2024-11-06 13:30 (UTC)

@sjoerd222888 Sorry about that, I had some stuff in my local system RUSTFLAGS that was non-standard and didn't notice how it was affecting this package. It should be fixed now adding the required non-standard stuff to the packaging.

sjoerd222888 commented on 2024-08-06 21:07 (UTC)

Cannot run it because of

thread 'main' panicked at /home/myuser/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.3.0/src/lib.rs:265:9:
task tracing requires Tokio to be built with RUSTFLAGS="--cfg tokio_unstable"!

Is there something I can do about this?

yochananmarqos commented on 2024-07-09 21:43 (UTC)

@alerque: Ah...did you just do a blind version bump with no changes? Why? Er?

yochananmarqos commented on 2024-07-09 21:31 (UTC)

@alerque: I also tried, but couldn't figure it out, either. In theory, the build command should be something like the following, but it didn't work.

pnpm tauri build --config crates/gitbutler-tauri/tauri.conf.release.json

alerque commented on 2024-07-09 21:11 (UTC)

At this point I've made a couple of stabs at a 0.12.x build now without getting all the details worked out. If anybody is up for contributing a PR or otherwise working PKGBUILD I'd be up for seeing it!