Search Criteria
Package Details: krunner-git 6.0.0_r1077.ge7a2ff1-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-3.0-only, LGPL-2.0-only |
Groups: | kf6-git |
Conflicts: | krunner |
Provides: | krunner |
Submitter: | arojas |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-13 20:16 (UTC) |
Last Updated: | 2024-03-01 06:50 (UTC) |
Dependencies (13)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- kconfig-gitAUR
- kcoreaddons-gitAUR
- ki18n-gitAUR
- kitemmodels-gitAUR
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- extra-cmake-modules-gitAUR (make)
- git (git-gitAUR, git-glAUR) (make)
- kdoctools-gitAUR (make)
- qt6-doc (make)
- qt6-tools (make)
Required by (22)
- akonadi-search-git
- kdeplasma-addons-git
- krunner-pass (requires krunner)
- krunner-pass-wl-clipboard-git (requires krunner)
- krunner-symbols-git (requires krunner)
- krunner-vscodeprojects (requires krunner)
- krunner-vscodeprojects-git (requires krunner)
- kwin-frog-fifo-v1 (requires krunner) (make)
- kwin-git (make)
- kwin-unredir (requires krunner) (make)
- maui-shell-git (requires krunner)
- milou-git (requires krunner)
- plasma-desktop-git
- plasma-workspace-git
- plasma5-runners-vscode-git (requires krunner)
- plasma6-runners-appmenu-git (requires krunner)
- plasma6-runners-emojirunner (requires krunner)
- plasma6-runners-jetbrains-runner-git (requires krunner)
- plasma6-runners-nordvpn (requires krunner)
- plasma6-runners-symbols-git (requires krunner)
- plasma6-runners-tmux (requires krunner)
- systemsettings-git
Latest Comments
lyamc commented on 2023-07-22 16:10 (UTC)
Needs the following dependency added:
kitemmodels-git
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.