Package Details: pop-shell-plugin-system76-power-git 1.2.1.r66.g6a1b8b9-3

Git Clone URL: https://aur.archlinux.org/pop-launcher-git.git (read-only, click to copy)
Package Base: pop-launcher-git
Description: System76 Power scripts for the launcher
Upstream URL: https://github.com/pop-os/launcher
Licenses: MPL-2.0
Conflicts: pop-launcher-system76-power, pop-shell-plugin-system76-power
Provides: pop-shell-plugin-system76-power
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 18
Popularity: 0.51
First Submitted: 2021-08-30 18:13 (UTC)
Last Updated: 2024-09-26 19:21 (UTC)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

doughsay commented on 2025-02-03 18:20 (UTC)

Fails to install, and I can't really figure out why:

==> Extracting sources...
  -> Creating working copy of launcher git repo...
Cloning into 'launcher'...
done.
==> Starting prepare()...
    Updating git repository `https://github.com/pop-os//cosmic-protocols`
error: failed to load source for dependency `cosmic-client-toolkit`

Caused by:
  Unable to update https://github.com/pop-os//cosmic-protocols#d218c76b

Caused by:
  failed to fetch into: /home/chris/.cargo/git/db/cosmic-protocols-61fa4f46d3645fec

Caused by:
  revision d218c76b58c7a3b20dd5e7943f93fc306a1b81b8 not found

Caused by:
  failed to authenticate when downloading repository: git@github.com:pop-os//cosmic-protocols

  * attempted ssh-agent authentication, but no usernames succeeded: `git`

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  no authentication methods succeeded
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'pop-launcher-git-1.2.1.r66.g6a1b8b9-3': 
error: packages failed to build: pop-launcher-git-1.2.1.r66.g6a1b8b9-3

yochananmarqos commented on 2024-08-14 16:54 (UTC)

@soloturn: I've set CARGO_TARGET_DIR=target as per Rust package guidelines.

yochananmarqos commented on 2024-07-26 21:42 (UTC)

@soloturn: That variable isn't even used in this package. Either way, your statement does not make any sense.

Please use Discord for collaboration discussion instead of commenting here.

soloturn commented on 2024-07-26 21:30 (UTC)

CARGO_TARGET_DIR is a supported variable by cargo. if set, the directory may not "target" any more and install fails.

yochananmarqos commented on 2024-03-31 18:02 (UTC)

@soloturn: Why? What difference does that make?

soloturn commented on 2024-03-31 10:00 (UTC)

can you please add CARGO_TARGET_DIR to install for the cases where this is explicitely set different, or give me commit rights?

❯ git diff
diff --git a/PKGBUILD b/PKGBUILD
index a27a1d5..c6a359d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ package_pop-launcher-git() {
   conflicts=("${pkgname%-git}")

   cd launcher
-  install -Dm755 "target/release/${pkgname%-git}-bin" "$pkgdir/usr/bin/${pkgname%-git}"
+  install -Dm755 "${CARGO_TARGET_DIR}/release/${pkgname%-git}-bin" "$pkgdir/usr/bin/${pkgname%-git}"

   just rootdir="$pkgdir" install-plugins install-scripts

eugenefrompechor commented on 2023-12-17 09:37 (UTC)

I get an error when installing this package - error: failed to get cosmic-client-toolkit as a dependency of package `pop-launcher-plugins v1.2.2

yochananmarqos commented on 2023-03-20 22:44 (UTC)

@demizer: Are you lost? That log is not from this package.