Package Base Details: pop-launcher-git

Git Clone URL: https://aur.archlinux.org/pop-launcher-git.git (read-only, click to copy)
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 12
Popularity: 0.94
First Submitted: 2021-08-30 18:13 (UTC)
Last Updated: 2024-03-31 18:50 (UTC)

Latest Comments

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

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()

jcstryker commented on 2022-03-29 07:35 (UTC)

make: *** No targets specified and no makefile found.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'pop-launcher-git-1.1.0.r8.g1d031d9-1': 
error: packages failed to build: pop-launcher-git-1.1.0.r8.g1d031d9-1

looks like some build issues in the latest update