Search Criteria
Package Details: pop-shell-shortcuts-git 1:r30.52cc83f-2
Package Actions
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: | GPL-3.0-or-later |
Conflicts: | pop-shell-shortcuts |
Provides: | pop-shell-shortcuts |
Submitter: | ftsell |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 14 |
Popularity: | 0.21 |
First Submitted: | 2020-05-02 16:42 (UTC) |
Last Updated: | 2024-07-25 20:59 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
yochananmarqos commented on 2020-10-03 01:29 (UTC)
@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 (UTC)
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 (UTC)
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 (UTC)
@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 (UTC)
@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 (UTC)
@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 (UTC)
@yochananmarqos
hm this is weird. it gives me the same error. i tried to remove -git from pkgname to no avail
yochananmarqos commented on 2020-09-28 04:06 (UTC) (edited on 2020-09-28 04:06 (UTC) by yochananmarqos)
@tho: Oh, sorry. My PKGBUILD isn't using the
-git
suffix, forgot about that.I was behind a commit, so I just rebuilt it now and had no issues.
Try this PKGBUILD.
treeshateorcs commented on 2020-09-28 03:33 (UTC) (edited on 2020-09-28 03:35 (UTC) by treeshateorcs)
@yochananmarqos
nope. still doesn't work. same error
but i left the "_dir"s as they were, because "pkgname#pop-" gave me another error
yochananmarqos commented on 2020-09-28 01:21 (UTC) (edited on 2020-09-28 03:56 (UTC) by yochananmarqos)
@tho: Replace the build() and package() functions with the following:
« First ‹ Previous 1 2 3 4 Next › Last »