You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 years ago | |
|---|---|---|
| .dir-locals.el | 9 years ago | |
| .gitignore | 9 years ago | |
| CMakeLists.txt | 9 years ago | |
| LICENSE | 9 years ago | |
| README.md | 9 years ago | |
| install.sh | 9 years ago | |
| krunner_pass.notifyrc | 9 years ago | |
| pass.cpp | 9 years ago | |
| pass.h | 9 years ago | |
| plasma-runner-pass.desktop | 9 years ago | |
README.md
Krunner pass
Build and Installation
You can use the provided install.sh script to build and install the plugin.
For archlinux users there is a PKGBUILD in the AUR.
Alternatively if you just want to build the plugin:
$ mkdir -p build
$ cd build
$ cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins`
$ make