Package Details: gossip-git .r2635.g72ffea6a-1

Git Clone URL: https://aur.archlinux.org/gossip-git.git (read-only, click to copy)
Package Base: gossip-git
Description: gossip nostr client, rust, egui based.
Upstream URL: https://github.com/mikedilger/gossip
Licenses: MIT
Conflicts: gossip-git
Provides: gossip-git
Submitter: soloturn
Maintainer: soloturn (mikedilger, dreieck)
Last Packager: soloturn
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-13 17:14 (UTC)
Last Updated: 2024-06-16 18:09 (UTC)

Latest Comments

1 2 Next › Last »

soloturn commented on 2024-06-16 17:57 (UTC)

dreieck, added you as maintainer, feel free to add dependency.

dreieck commented on 2024-03-02 19:21 (UTC)

xdg-utils needs to be added as optional dependency since xdg-open is in the shabeng-line of the .desktop file.

qlrd commented on 2024-03-01 14:00 (UTC)

According @dreieck stated:

==> Starting package()...
install: cannot stat 'gossip.svg': No such file or directory

I suggest to modify the line 41 from:

install -Dm644 gossip.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"

to:

install -Dm644 "$srcdir/$pkgname/logo/gossip.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"

dreieck commented on 2024-02-28 19:19 (UTC) (edited on 2024-02-28 19:20 (UTC) by dreieck)

Please install the executable as /usr/bin/gossip, not /usr/bin/gossip-git.

Similar with the logo SVG file and the .desktop file: Name it gossip.*, not gossip-git.*.

Thanks for maintaining!

dreieck commented on 2024-02-28 19:02 (UTC) (edited on 2024-02-28 19:03 (UTC) by dreieck)

Error in package():

==> Starting package()...
install: cannot stat 'gossip.svg': No such file or directory

(it must be logo/gossip.svg, not gossip.svg.)

Regards!

dreieck commented on 2024-02-28 18:57 (UTC)

Can you please add ffmpeg-git to the conflicts array?:
https://github.com/mikedilger/gossip/issues/653#issuecomment-1969641377

dreieck commented on 2024-02-28 10:07 (UTC)

Information:
Build fails for me with

  • error[E0004]: non-exhaustive patterns: `sys::AVPixelFormat::AV_PIX_FMT_D3D12` not covered,
  • error[E0004]: non-exhaustive patterns: `sys::AVCodecID::AV_CODEC_ID_LEAD` and `sys::AVCodecID::AV_CODEC_ID_QOA` not covered and
  • error[E0004]: non-exhaustive patterns: `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_MIX_GAIN_PARAM`, `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM`, `sys::AVPacketSideDataType::AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM` and 1 more not covered.

↗ Upstream issue report.

dreieck commented on 2024-02-28 08:56 (UTC) (edited on 2024-03-01 22:32 (UTC) by dreieck)

pkgver() currently generates .r2069.gfe45e990 -- there is the official version missing at the beginning.

Version should be parsed from gossip-lib/Cargo.toml, not Cargo.toml.

Regards and thanks for maintaining!

dreieck commented on 2024-02-28 08:51 (UTC)

  • gossip-git in the provides array should be replaced with gossip=${pkgver}.
  • gossip-git in the conflicts array should be replaced with gossip.
  • Please move the cargo related download stuff out of build() into prepare() so that build() can run offline on already downloaded sources.

Regards and thanks for maintaining!

jeremydei commented on 2023-09-16 18:59 (UTC)

this is great! just installed on a fresh archlinux system, some additional build deps (that I only noticed because it's so fresh) are: clang, cmake