Package Details: cinny-desktop 3.2.1-1

Git Clone URL: https://aur.archlinux.org/cinny-desktop.git (read-only, click to copy)
Package Base: cinny-desktop
Description: Matrix client focusing primarily on a simple, elegant and secure interface.
Upstream URL: https://cinny.in/
Keywords: cinny client matrix
Licenses: MIT
Submitter: Chewing_Bever
Maintainer: Chewing_Bever
Last Packager: Chewing_Bever
Votes: 2
Popularity: 0.056646
First Submitted: 2022-05-22 09:08 (UTC)
Last Updated: 2023-11-10 11:59 (UTC)

Latest Comments

KaMeHb-UA commented on 2023-12-21 23:52 (UTC) (edited on 2023-12-21 23:54 (UTC) by KaMeHb-UA)

@Chewing_Bever I've tested build & work on aarch64, and it actually works. Wouldn't you mind to add aarch64 as a supported architecture? I've changed only 2 lines in PKGBUILD and have successfully built the package:
On line 7:

arch=('x86_64')

to

arch=('x86_64' 'aarch64')

And on line 47:

ar x "${pkgname}/src-tauri/target/release/bundle/deb/cinny_${pkgver}_amd64.deb" 'data.tar.gz'

to

ar x "${pkgname}/src-tauri/target/release/bundle/deb/cinny_${pkgver}"_*.deb 'data.tar.gz'

probably can work on other architectures as well, simply adding tested architecture to the list on line 7.

Chewing_Bever commented on 2022-06-23 06:37 (UTC)

@AverytheFurry I am unable to reproduce this either locally or in an isolated build. Perhaps this has something to do with your Rust installation.

Chewing_Bever commented on 2022-06-23 06:23 (UTC) (edited on 2022-06-23 06:28 (UTC) by Chewing_Bever)

@vegai, I've added gst-plugins-good as a dependency, apologies for the late reply.

AverytheFurry commented on 2022-06-22 23:29 (UTC)

I get this error building with paru

webpack 5.72.1 compiled with 2 warnings in 28497 ms error: no override and no default toolchain set Error running CLI: failed to build app: Result of cargo build operation was unsuccessful: ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'cinny-desktop-2.0.4-2': error: packages failed to build: cinny-desktop-2.0.4-2

vegai commented on 2022-05-31 06:46 (UTC) (edited on 2022-05-31 06:46 (UTC) by vegai)

This needs to depend on gst-plugins-good, otherwise cinny will not start properly.