Package Details: krunner-pass 1.3.0-1

Git Clone URL: https://aur.archlinux.org/krunner-pass.git (read-only, click to copy)
Package Base: krunner-pass
Description: A krunner plugin to retrieve a password from the password-store (https://www.passwordstore.org/)
Upstream URL: https://github.com/akermu/krunner-pass
Licenses: GPL
Submitter: akermu
Maintainer: akermu
Last Packager: akermu
Votes: 4
Popularity: 0.000000
First Submitted: 2017-04-11 10:27 (UTC)
Last Updated: 2017-07-17 21:22 (UTC)

Latest Comments

Thaodan commented on 2024-04-23 05:10 (UTC)

Kf6 port: https://github.com/akermu/krunner-pass/pull/25

dreieck commented on 2022-05-29 11:55 (UTC)

Fails to build for me:

[ 44%] Building CXX object CMakeFiles/kcm_krunner_pass.dir/kcm_krunner_pass_autogen/mocs_compilation.o
In file included from /usr/include/KF5/KConfigWidgets/KCModule:1,
                 from /home/[...]/krunner-pass/src/build/kcm_krunner_pass_autogen/EWIEGA46WW/../../../krunner-pass-1.3.0/config.h:23,
                 from /home/[...]/krunner-pass/src/build/kcm_krunner_pass_autogen/EWIEGA46WW/moc_config.cpp:10,
                 from /home/[...]/krunner-pass/src/build/kcm_krunner_pass_autogen/mocs_compilation.cpp:2:
/usr/include/KF5/KConfigWidgets/kcmodule.h:14:10: fatal error: KAuth/Action: No such file or directory
   14 | #include <KAuth/Action>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/kcm_krunner_pass.dir/build.make:80: CMakeFiles/kcm_krunner_pass.dir/kcm_krunner_pass_autogen/mocs_compilation.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/KF5/KConfigWidgets/KCModule:1,
                 from /home/[...]/krunner-pass/src/krunner-pass-1.3.0/config.h:23,
                 from /home/[...]/krunner-pass/src/krunner-pass-1.3.0/config.cpp:24:
/usr/include/KF5/KConfigWidgets/kcmodule.h:14:10: fatal error: KAuth/Action: No such file or directory
   14 | #include <KAuth/Action>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/kcm_krunner_pass.dir/build.make:94: CMakeFiles/kcm_krunner_pass.dir/config.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:573: CMakeFiles/kcm_krunner_pass.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().

renyuneyun commented on 2020-12-02 11:05 (UTC)

Build fails with dependencies, e.g. #include <KAuthAction>. May be related to this upstream bug report: https://github.com/akermu/krunner-pass/issues/12

Another AUR package krunner-pass-git builds fine. Maybe some improvement can be done?