Search Criteria
Package Details: krunner-git 5.83.0_r627.gf60ec40-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/krunner-git.git (read-only, click to copy) |
---|---|
Package Base: | krunner-git |
Description: | Framework for providing different actions given a string query |
Upstream URL: | https://community.kde.org/Frameworks |
Licenses: | LGPL |
Conflicts: | krunner |
Provides: | krunner |
Submitter: | arojas |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 11 |
Popularity: | 0.000017 |
First Submitted: | 2014-02-13 20:16 (UTC) |
Last Updated: | 2021-05-30 17:54 (UTC) |
Dependencies (7)
- plasma-framework-git
- threadweaver-git
- doxygen (doxygen-git, doxygen-clang) (make)
- extra-cmake-modules-git (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- kdoctools-git (make)
- qt5-tools (qt5-tools-git) (make)
Required by (34)
- akonadi-search-git
- kdevelop-git (requires krunner) (make)
- kdevelop-git (requires krunner) (optional)
- kf5-git-meta
- kjieba (requires krunner)
- krunner-pass (requires krunner)
- krunner-pass-git (requires krunner)
- krunner-pass-wl-clipboard-git (requires krunner)
- krunner-vscodeprojects (requires krunner)
- krunner-vscodeprojects-git (requires krunner)
- kwin-git (make)
- kwin-lowlatency (requires krunner) (make)
- kwin-unredirect (requires krunner) (make)
- libastro-git (requires krunner) (make)
- marble-common-git (requires krunner) (make)
- marble-data-git (requires krunner) (make)
- marble-git (requires krunner) (make)
- maui-shell-bin (requires krunner)
- maui-shell-git (requires krunner)
- milou-git (requires krunner)
- nheko-krunner-git (requires krunner)
- plasma-runners-ssh (requires krunner)
- plasma-runners-tmux (requires krunner)
- plasma-runners-translator (requires krunner)
- plasma5-runners-appmenu-git (requires krunner)
- plasma5-runners-duckduckgo-bangs (requires krunner)
- plasma5-runners-emoji (requires krunner)
- plasma5-runners-jetbrains-runner (requires krunner)
- plasma5-runners-nordvpn (requires krunner)
- plasma5-runners-poki-launcher (requires krunner)
- plasma5-runners-poki-launcher-bin (requires krunner)
- plasma5-runners-symbols (requires krunner)
- plasma5-runners-vscode-git (requires krunner)
- telepathy-kde-contact-runner-git (requires krunner)
Latest Comments
IslandC0der commented on 2021-01-24 00:11 (UTC)
@cniw indeed they were... Thanks! :)
cniw commented on 2021-01-23 23:24 (UTC)
It seems that the license files was moved into the LICENSES folder
IslandC0der commented on 2020-06-23 11:07 (UTC)
I've been testing these kde packages for race conditions when compiling, and so far I've found none, so I figured it would be more efficient to just default it to using
number of cores + 1
when compiling. Apparently doing that also has the effect of overriding the user's choice onMAKEFLAGS
or/etc/makepkg.conf
, so I'll be reverting this change (or maybe I'll add a condition to only do that when the user hasn't set the value elsewhere).zoidberg commented on 2020-06-23 06:17 (UTC)
Is there any reason you've explicitly passed the
-j
option tomake
? SettingMAKEFLAGS="-j7"
or similar in/etc/makepkg.conf
(as opposed to individually setting it in each PKGBUILD) is the recommended way AFAIK.