I found that this does not build without gtk4-layer-shell.
Search Criteria
Package Details: anyrun-git r136.e14da6c-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/anyrun-git.git (read-only, click to copy) |
---|---|
Package Base: | anyrun-git |
Description: | A rust-based wayland native krunner-like runner, made with customizability in mind. |
Upstream URL: | https://github.com/Kirottu/anyrun |
Keywords: | anyrun runner rust |
Licenses: | GPL3 |
Submitter: | Brynte |
Maintainer: | Brynte |
Last Packager: | Brynte |
Votes: | 9 |
Popularity: | 0.093073 |
First Submitted: | 2023-04-05 13:35 (UTC) |
Last Updated: | 2024-01-24 09:10 (UTC) |
Dependencies (8)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- pango (pango-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (1)
Zentropivity commented on 2025-09-15 15:23 (UTC)
sbrl commented on 2025-09-04 14:19 (UTC)
I found I needed to add the following to the prepare()
function:
diff --git a/PKGBUILD b/PKGBUILD
index 1dfde25..f42f46b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,8 @@ pkgver() {
}
prepare() {
cd "${srcdir}/${_pkgname}"
+ export RUSTUP_TOOLCHAIN=stable
+ export CARGO_TARGET_DIR=target
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}
build() {
....for it to build correctly. Otherwise, it complained that there was no default set.
yvvki commented on 2024-11-13 14:22 (UTC)
@AskAlice @markstos
This package installs every plugins, don't need to install separate anyrun-plugin-*
packages. See PKGBUILD:
cp target/release/*.so "$pkgdir/etc/anyrun/plugins/"
markstos commented on 2024-10-14 10:51 (UTC)
I agree with @AskAlice. This package needs to be considered to "provide" anyrun. Right now if you attempt to install this package now along with a plugin, it fails:
❯ paru -S anyrun-git anyrun-plugin-applications
:: Resolving dependencies...
error: could not find all required packages:
anyrun (wanted by: anyrun-plugin-applications)
An alternate solution would be for someone to start maintaining the anyrun
package itself. Right now now package named anyrun
is available.
AskAlice commented on 2024-06-10 09:08 (UTC)
Dear maintainer, i think you need to add a provides on the PKGBUILD so that the the plugins packages which are also on the aur and require anyrun
work
provides=(
"${_pkgname}=$pkgver"
)
eclairevoyant commented on 2024-01-24 08:45 (UTC)
Hi, thanks for maintaining. Just a heads up, the source
should also be adjusted accordingly, as it has doubled https now
peppidesu commented on 2023-11-05 22:53 (UTC)
--freeze flag in the pkgbuild is causing issues for me.
eclairevoyant commented on 2023-09-06 02:50 (UTC) (edited on 2023-09-06 02:52 (UTC) by eclairevoyant)
Please add options=(!lto)
to the PKGBUILD, as it will not build (even in a clean chroot) with LTO enabled.
Pinned Comments
Brynte commented on 2023-04-05 13:36 (UTC)
config is found in /etc/anyrun I recommend to
cp -r /etc/anyrun/* ~/.config/anyrun/