Package Details: boop-gtk 1.7.0-1

Git Clone URL: https://aur.archlinux.org/boop-gtk.git (read-only, click to copy)
Package Base: boop-gtk
Description: Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.
Upstream URL: https://github.com/zoeyfyi/Boop-GTK
Licenses: MIT
Submitter: qcasey
Maintainer: qcasey (zoeyfyi)
Last Packager: qcasey
Votes: 7
Popularity: 0.000000
First Submitted: 2020-09-25 21:25 (UTC)
Last Updated: 2021-04-04 18:19 (UTC)

Latest Comments

qcasey commented on 2021-04-04 18:11 (UTC)

I changed to rust>=1.46.0 earlier to help with build errors. Although I don't see the harm in reverting to cargo, since that was a couple months ago.

hvksmr1996 commented on 2021-01-03 03:58 (UTC) (edited on 2021-01-03 04:02 (UTC) by hvksmr1996)

Can you replace rust>=1.46.0 in makedepends with cargo in makedepends and cargo +1.46.0 build --release --locked --all-features in build? If you do so, users wouldn't be forced to uninstall other providers for cargo (such as rustup). Most AUR packages I have seen also use cargo instead of rust.

qcasey commented on 2020-10-27 19:11 (UTC)

Both good points, updated in the latest release.

hvksmr1996 commented on 2020-10-21 12:34 (UTC) (edited on 2020-10-21 12:34 (UTC) by hvksmr1996)

For icon, why don't you use scalable SVG (flatpak/data/uk.co.mrbenshef.Boop-GTK.svg)?

Also, why the 'v' in pkgver?

Terence commented on 2020-09-26 17:20 (UTC)

Working, thanks!

qcasey commented on 2020-09-26 16:22 (UTC)

Thank you both for the help. Updated.

zoeyfyi commented on 2020-09-26 08:34 (UTC)

This requires rust 1.46.0 due to a recent update with rusty_v8.

qcasey commented on 2020-09-26 00:43 (UTC)

Hello, what version of cargo are you building with (cargo -V)? I spun this up in an arch VM and it builds OK, I'm wondering if I need to specify something newer that satisfies cargo

Terence commented on 2020-09-25 21:51 (UTC)

Hey, I'm getting the following when trying to build:

error[E0658]: the `#[track_caller]` attribute is an experimental feature
   --> /home/terence/.cargo/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.10.0/src/support.rs:227:3
    |
227 |   #[track_caller]
    |   ^^^^^^^^^^^^^^^
    |
    = note: see issue #47809 <https://github.com/rust-lang/rust/issues/47809> for more information
    = help: add `#![feature(track_caller)]` to the crate attributes to enable