Search Criteria
Package Details: pop-shell-shortcuts-git 1:r27.a653635-1
Git Clone URL: | https://aur.archlinux.org/pop-shell-shortcuts-git.git (read-only, click to copy) |
---|---|
Package Base: | pop-shell-shortcuts-git |
Description: | Application for displaying and demoing Pop Shell shortcuts |
Upstream URL: | https://github.com/pop-os/shell-shortcuts |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ftsell |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 5 |
Popularity: | 1.77 |
First Submitted: | 2020-05-02 16:42 |
Last Updated: | 2020-10-03 01:43 |
Dependencies (3)
- 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)
- git (git-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
1 2 3 Next › Last »
Icoo commented on 2021-02-13 20:01
@yochananmarqos you are right, that did the trick. Probably left overs from the r27.a653635 thing...
yochananmarqos commented on 2021-02-13 19:49
@lcoo: I can't reproduce it. Remove the
shell-shortcuts
&src
folder and try again.Icoo commented on 2021-02-13 19:44
Getting this error when installing:
yochananmarqos commented on 2020-10-03 01:29
@OnyxAzryn @core_contingency: I'm not quite sure what upstream did to cause that. Ugh, time for an epoch, I suppose.
core_contingency commented on 2020-10-02 20:12
Same thing is happening for me.
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
is givingr27.a653635
which is used for the package version. This means thatyay
thinks that this package needs to be upgraded tor37.9280535-2
every time I run it, which is slightly inconvenient.OnyxAzryn commented on 2020-10-02 19:40
I think the version might be incorrect. I keep coming up with the version being r27.a653635.
yochananmarqos commented on 2020-09-28 04:27
@tho: Build in a clean chroot instead of using Yay. Then you won't have to change your environment variables.
treeshateorcs commented on 2020-09-28 04:19
@yochananmarqos
aaah now i understand what's wrong. i'm actually a rust user, and i also use a CARGO_TARGET_DIR env variable. i'll try to figure out how to workaround this
thank you
yochananmarqos commented on 2020-09-28 04:17
@tho: Your error says it's not finding the binary in the
$(BINARY_SRC)
(target/release/
) folder. Make sure you're usingrust
and notrustup
or another package.treeshateorcs commented on 2020-09-28 04:10
@yochananmarqos
hm this is weird. it gives me the same error. i tried to remove -git from pkgname to no avail