Search Criteria
Package Details: boop-gtk 1.7.0-1
Package Actions
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) |
Dependencies (4)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtksourceview3
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
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 tocargo
, 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
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 (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: