Package Details: pop-shell-shortcuts-git 1:r30.52cc83f-2

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: GPL3
Conflicts: pop-shell-shortcuts
Provides: pop-shell-shortcuts
Submitter: ftsell
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 13
Popularity: 1.34
First Submitted: 2020-05-02 16:42 (UTC)
Last Updated: 2023-05-27 22:49 (UTC)

Latest Comments

1 2 3 Next › Last »

f0rdprefect commented on 2022-02-21 11:50 (UTC)

I also had the error @holzhaus is reporting. and also a rustup update solves it.

amfern commented on 2022-01-19 12:10 (UTC) (edited on 2022-01-19 12:32 (UTC) by amfern)

this fails to build for me:

error[E0658]: `#[doc(alias)]` is experimental
   --> /home/ilya/.cargo/registry/src/github.com-1ecc6299db9ec823/glib-macros-0.14.1/src/clone.rs:202:1
    |
202 | #[doc(alias = "get_full_ident")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #50146 <https://github.com/rust-lang/rust/issues/50146> for more information

Edit: removing export RUSTUP_TOOLCHAIN=stable from PKGBUILD fixes it

Edit: I had this error because of outdated rust toolchain, doing rustup update solved it

Holzhaus commented on 2021-11-19 19:36 (UTC)

This fails to build for me:

error[E0599]: no function or associated item named `increment_strong_count` found for struct `Arc<_>` in the current scope
  --> /home/jan/.cargo/registry/src/github.com-1ecc6299db9ec823/glib-0.14.2/src/subclass/shared.rs:29:25
   |
29 |         std::sync::Arc::increment_strong_count(this);
   |                         ^^^^^^^^^^^^^^^^^^^^^^
   |                         |
   |                         function or associated item not found in `Arc<_>`
   |                         help: there is an associated function with a similar name: `incr_strong_count`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.
error: could not compile `glib`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
make: *** [Makefile:57: target/release/pop-shell-shortcuts] Error 101
==> ERROR: A failure occurred in build().
    Aborting...

yochananmarqos commented on 2021-08-30 14:43 (UTC)

@VeryGeneric: I just built it with neither a warning nor an error.

VeryGeneric commented on 2021-08-30 02:27 (UTC)

Anyone else getting a glib build error with this pkgbuild?

I'm able to build manually following the upstream README, though.

Icoo commented on 2021-02-13 20:01 (UTC)

@yochananmarqos you are right, that did the trick. Probably left overs from the r27.a653635 thing...

yochananmarqos commented on 2021-02-13 19:49 (UTC)

@lcoo: I can't reproduce it. Remove the shell-shortcuts & src folder and try again.

Icoo commented on 2021-02-13 19:44 (UTC)

Getting this error when installing:

==> Starting pkgver()...
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: Needed a single revision

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 giving r27.a653635 which is used for the package version. This means that yay thinks that this package needs to be upgraded to r37.9280535-2 every time I run it, which is slightly inconvenient.