Package Details: pop-shell-plugin-system76-power-git 1.2.1.r56.ga7fc5bc-1

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: 14
Popularity: 0.58
First Submitted: 2021-08-30 18:13 (UTC)
Last Updated: 2024-03-31 18:50 (UTC)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

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

xiota commented on 2023-09-20 09:18 (UTC) (edited on 2023-11-07 19:50 (UTC) by xiota)

Please remove replaces directive, in accordance with AUR submission guidelines.

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

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

demizer commented on 2023-03-20 18:42 (UTC)

Getting a build failure:

  -> Extracting shell-1.2.0.tar.gz with bsdtar
==> Starting build()...
UUID is "pop-shell@system76.com"
depcheck
rm -rf _build schemas/gschemas.compiled target
glib-compile-schemas schemas
tsc
touch schemas
src/settings.ts:25:24 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.

25             global.log(err)
                          ~~~


Found 1 error in src/settings.ts:25

make: *** [Makefile:34: transpile] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

FabioLolix commented on 2023-02-11 16:11 (UTC)

Please add options=(!lto) for building with devtools

Nakamerica commented on 2022-03-31 17:19 (UTC)

Hey, I'm getting an error with installing this package, can you please help me out?

The error:

error: could not find all required packages: 1.2.1-1 (target)

I'm quite a new user, please excuse my ignorance if any.

mundo03 commented on 2022-03-29 15:47 (UTC) (edited on 2022-03-29 17:23 (UTC) by mundo03)

pop-launcher is no longer using makefiles, it is using just now. To fix this, add 'just' as a dependency and change the make command to just in build()