Search Criteria
Package Details: krunner-git r445.1875502-2
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: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | arojas |
Maintainer: | IslandC0der |
Last Packager: | IslandC0der |
Votes: | 11 |
Popularity: | 0.099192 |
First Submitted: | 2014-02-13 20:16 |
Last Updated: | 2020-06-27 18:06 |
Dependencies (8)
- plasma-framework (plasma-framework-git)
- threadweaver (threadweaver-git)
- doxygen (doxygen-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- kdoctools (kdoctools-git) (make)
- qt5-doc (make)
- qt5-tools (qt5-tools-git) (make)
Required by (21)
- kdevelop-git (requires krunner) (optional)
- kdevelop-git (requires krunner) (make)
- kf5-git-meta
- kjieba (requires krunner)
- krunner-pass (requires krunner)
- krunner-pass-git (requires krunner)
- libastro-git (requires krunner) (make)
- marble-common-git (requires krunner) (make)
- marble-data-git (requires krunner) (make)
- marble-git (requires krunner) (make)
- milou-git (requires krunner)
- plasma-browser-integration-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-jetbrains-runner (requires krunner)
- plasma5-runners-nordvpn (requires krunner)
- plasma5-runners-symbols (requires krunner)
- telepathy-kde-contact-runner-git (requires krunner)
Latest Comments
IslandC0der commented on 2020-06-23 11:07
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
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.