Search Criteria
Package Details: boop-gtk 1.6.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: | |
Submitter: | qcasey |
Maintainer: | qcasey |
Last Packager: | qcasey |
Votes: | 6 |
Popularity: | 1.09 |
First Submitted: | 2020-09-25 21:25 |
Last Updated: | 2020-12-31 02:15 |
Dependencies (4)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- gtksourceview3 (gtksourceview3-git)
- git (git-git) (make)
- rust>=1.46.0 (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
hvksmr1996 commented on 2021-01-03 03:58
Can you replace
rust>=1.46.0
inmakedepends
withcargo
inmakedepends
andcargo +1.46.0 build --release --locked --all-features
inbuild
? If you do so, users wouldn't be forced to uninstall other providers forcargo
(such asrustup
). Most AUR packages I have seen also usecargo
instead ofrust
.qcasey commented on 2020-10-27 19:11
Both good points, updated in the latest release.
hvksmr1996 commented on 2020-10-21 12:34
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
Working, thanks!
qcasey commented on 2020-09-26 16:22
Thank you both for the help. Updated.
zoeyfyi commented on 2020-09-26 08:34
This requires rust 1.46.0 due to a recent update with rusty_v8.
qcasey commented on 2020-09-26 00:43
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
Hey, I'm getting the following when trying to build: