Package Details: kickoff 0.7.2-1

Git Clone URL: https://aur.archlinux.org/kickoff.git (read-only, click to copy)
Package Base: kickoff
Description: A simple and uncomplicated program launcher for wayland
Upstream URL: https://github.com/j0ru/kickoff
Keywords: launcher wayland wlroots
Licenses: GPL3
Submitter: joru
Maintainer: joru
Last Packager: joru
Votes: 5
Popularity: 0.010577
First Submitted: 2020-12-21 16:45 (UTC)
Last Updated: 2023-12-09 12:49 (UTC)

Required by (0)

Sources (1)

Latest Comments

joru commented on 2023-10-22 18:01 (UTC)

Thanks for reporting, seems I forgot to clean build :/

TrialnError commented on 2023-10-22 17:28 (UTC)

There seems to be a new dependency on libxkbcommon. As without it fails to build in a clean chroot

   Compiling xkbcommon v0.7.0
error: failed to run custom build command for `smithay-client-toolkit v0.18.0`

Caused by:
  process didn't exit successfully: `/tmp/makepkg/kickoff/src/kickoff-0.7.1/target/release/build/smithay-client-toolkit-afbdb50ce93bb59a/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-env-changed=XKBCOMMON_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=XKBCOMMON_STATIC
  cargo:rerun-if-env-changed=XKBCOMMON_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR

  --- stderr
  thread 'main' panicked at /home/crebiz/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.0/build.rs:3:49:
  called `Result::unwrap()` on an `Err` value: "`PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=\"1\" PKG_CONFIG_ALLOW_SYSTEM_LIBS=\"1\" \"pkg-config\" \"--libs\" \"--cflags\" \"xkbcommon\"` did not exit successfully: exit status: 1\nerror: could not find system library 'xkbcommon' required by the 'smithay-client-toolkit' crate\n\n--- stderr\nPackage xkbcommon was not found in the pkg-config search path.\nPerhaps you should add the directory containing `xkbcommon.pc'\nto the PKG_CONFIG_PATH environment variable\nPackage 'xkbcommon', required by 'virtual:world', not found\n"
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Martchus commented on 2022-08-18 14:04 (UTC)

Also note that you can remove the dependency pkgconf because it is in the base-devel group.

Martchus commented on 2022-08-18 14:03 (UTC)

The build fails in a clean build environment (using makechrootpkg):

==> Starting build()...
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
==> ERROR: A failure occurred in build().