Package Details: krunner-git 6.0.0_r1077.ge7a2ff1-1

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)

Latest Comments

lyamc commented on 2023-07-22 16:10 (UTC)

Needs the following dependency added:

kitemmodels-git

-- The following OPTIONAL packages have not been found:

 * KF6ItemModels (required version >= 5.240.0)

-- Configuring done (1.1s)
CMake Error at src/CMakeLists.txt:63 (target_link_libraries):
  Target "KF6Runner" links to:

    KF6::ItemModels

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

install: cannot stat '../COPYING.LIB': No such file or directory
==> ERROR: A failure occurred in package().

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 on MAKEFLAGS 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 to make? Setting MAKEFLAGS="-j7" or similar in /etc/makepkg.conf (as opposed to individually setting it in each PKGBUILD) is the recommended way AFAIK.