Import kf6-krunner_6.8.0.orig.tar.xz
authorAurélien COUDERC <coucouf@debian.org>
Wed, 4 Dec 2024 11:10:18 +0000 (12:10 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Wed, 4 Dec 2024 11:10:18 +0000 (12:10 +0100)
commite742074b0f6a5218fb57ad676fc195dec1e5bc51
tree1ae460364d4562d96fb8c10f52f8f7feb42be9a3
Import kf6-krunner_6.8.0.orig.tar.xz

[dgit import orig kf6-krunner_6.8.0.orig.tar.xz]
90 files changed:
.git-blame-ignore-revs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.kde-ci.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
ExtraDesktop.sh [new file with mode: 0644]
KF6KRunnerMacros.cmake [new file with mode: 0644]
KF6RunnerConfig.cmake.in [new file with mode: 0644]
LICENSES/BSD-2-Clause.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
LICENSES/LGPL-2.0-or-later.txt [new file with mode: 0644]
LICENSES/LGPL-2.1-only.txt [new file with mode: 0644]
LICENSES/LGPL-2.1-or-later.txt [new file with mode: 0644]
LICENSES/LGPL-3.0-only.txt [new file with mode: 0644]
LICENSES/LicenseRef-KDE-Accepted-LGPL.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
README.md.license [new file with mode: 0644]
REUSE.toml [new file with mode: 0644]
autotests/CMakeLists.txt [new file with mode: 0644]
autotests/dbusrunnertest.cpp [new file with mode: 0644]
autotests/modelwidgettest.cpp [new file with mode: 0644]
autotests/pluginbenchmarker.cpp [new file with mode: 0644]
autotests/plugins/dbusrunnertest.desktop [new file with mode: 0644]
autotests/plugins/dbusrunnertestmulti.desktop [new file with mode: 0644]
autotests/plugins/dbusrunnertestruntimeconfig.desktop [new file with mode: 0644]
autotests/plugins/fakerunner.h [new file with mode: 0644]
autotests/plugins/fakerunnerplugin.cpp [new file with mode: 0644]
autotests/plugins/metadatafile1.desktop [new file with mode: 0644]
autotests/plugins/metadatafile1.json [new file with mode: 0644]
autotests/plugins/metadatafile1.json.license [new file with mode: 0644]
autotests/plugins/metadatafile2.desktop [new file with mode: 0644]
autotests/plugins/plasma-runner-dbusrunnertest.desktop [new file with mode: 0644]
autotests/plugins/plasma-runner-testconversionfile.desktop [new file with mode: 0644]
autotests/plugins/suspendedrunner.cpp [new file with mode: 0644]
autotests/plugins/testremoterunner.cpp [new file with mode: 0644]
autotests/plugins/testremoterunner.h [new file with mode: 0644]
autotests/runnermanagerhistorytest.cpp [new file with mode: 0644]
autotests/runnermanagersinglerunnermodetest.cpp [new file with mode: 0644]
autotests/runnermanagertest.cpp [new file with mode: 0644]
autotests/runnermatchmethodstest.cpp [new file with mode: 0644]
autotests/testmetadataconversion.cpp [new file with mode: 0644]
autotests/threadingtest.cpp [new file with mode: 0644]
docs/Doxyfile.local [new file with mode: 0644]
metainfo.yaml [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/abstractrunner.cpp [new file with mode: 0644]
src/abstractrunner.h [new file with mode: 0644]
src/abstractrunner_p.h [new file with mode: 0644]
src/abstractrunnertest.h [new file with mode: 0644]
src/action.cpp [new file with mode: 0644]
src/action.h [new file with mode: 0644]
src/data/org.kde.krunner1.xml [new file with mode: 0644]
src/dbusrunner.cpp [new file with mode: 0644]
src/dbusrunner_p.h [new file with mode: 0644]
src/dbusutils_p.h [new file with mode: 0644]
src/kpluginmetadata_utils_p.h [new file with mode: 0644]
src/model/resultsmodel.cpp [new file with mode: 0644]
src/model/resultsmodel.h [new file with mode: 0644]
src/model/runnerresultsmodel.cpp [new file with mode: 0644]
src/model/runnerresultsmodel_p.h [new file with mode: 0644]
src/querymatch.cpp [new file with mode: 0644]
src/querymatch.h [new file with mode: 0644]
src/runnercontext.cpp [new file with mode: 0644]
src/runnercontext.h [new file with mode: 0644]
src/runnermanager.cpp [new file with mode: 0644]
src/runnermanager.h [new file with mode: 0644]
src/runnersyntax.cpp [new file with mode: 0644]
src/runnersyntax.h [new file with mode: 0644]
templates/.clang-format [new file with mode: 0644]
templates/CMakeLists.txt [new file with mode: 0644]
templates/runner6/CMakeLists.txt [new file with mode: 0644]
templates/runner6/LICENSES/LGPL-2.1-or-later.txt [new file with mode: 0644]
templates/runner6/Messages.sh [new file with mode: 0755]
templates/runner6/README.md [new file with mode: 0644]
templates/runner6/install.sh [new file with mode: 0755]
templates/runner6/runner.kdevtemplate [new file with mode: 0644]
templates/runner6/runner.png [new file with mode: 0644]
templates/runner6/src/%{APPNAMELC}.cpp [new file with mode: 0644]
templates/runner6/src/%{APPNAMELC}.h [new file with mode: 0644]
templates/runner6/src/%{APPNAMELC}.json [new file with mode: 0644]
templates/runner6/src/CMakeLists.txt [new file with mode: 0644]
templates/runner6/uninstall.sh [new file with mode: 0755]
templates/runner6python/%{APPNAMELC}.desktop [new file with mode: 0644]
templates/runner6python/README.md [new file with mode: 0644]
templates/runner6python/install.sh [new file with mode: 0755]
templates/runner6python/krunner-plugininstallerrc [new file with mode: 0644]
templates/runner6python/main.py [new file with mode: 0755]
templates/runner6python/runner.png [new file with mode: 0644]
templates/runner6python/runnerpy.kdevtemplate [new file with mode: 0644]
templates/runner6python/uninstall.sh [new file with mode: 0755]