Package Details: pop-launcher-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: Modular IPC-based desktop launcher service
Upstream URL: https://github.com/pop-os/launcher
Licenses: MPL-2.0
Conflicts: pop-launcher
Provides: pop-launcher
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 17
Popularity: 1.27
First Submitted: 2021-08-30 18:13 (UTC)
Last Updated: 2024-09-26 19:21 (UTC)

Latest Comments

1 2 Next › Last »

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.

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...