@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/"
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: | 7 |
Popularity: | 0.031533 |
First Submitted: | 2023-04-05 13:35 (UTC) |
Last Updated: | 2024-01-24 09:10 (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/"
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.
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"
)
Hi, thanks for maintaining. Just a heads up, the source
should also be adjusted accordingly, as it has doubled https now
--freeze flag in the pkgbuild is causing issues for me.
Please add options=(!lto)
to the PKGBUILD, as it will not build (even in a clean chroot) with LTO enabled.
doesnt build: yay/anyrun-git/PKGBUILD: line 15: cd: anyrun-r24.589d4fb: No such file or directory
config is found in /etc/anyrun
I recommend to cp -r /etc/anyrun/* ~/.config/anyrun/
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/