diff --git a/testclient/CMakeLists.txt b/testclient/CMakeLists.txt --- a/testclient/CMakeLists.txt +++ b/testclient/CMakeLists.txt @@ -28,8 +28,9 @@ DESTINATION share/pixmaps) install(FILES - "${CMAKE_CURRENT_SOURCE_DIR}/atcore-gui.desktop" + "${CMAKE_CURRENT_SOURCE_DIR}/org.kde.atcore.desktop" DESTINATION share/applications) + install(FILES org.kde.atcore.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) else() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++11") set(MACOSX_BUNDLE_DISPLAY_NAME "atcore-gui") diff --git a/testclient/org.kde.atcore.appdata.xml b/testclient/org.kde.atcore.appdata.xml new file mode 100644 --- /dev/null +++ b/testclient/org.kde.atcore.appdata.xml @@ -0,0 +1,40 @@ + + + org.kde.atcore.desktop + AtCore Test Client + Veceru de prueba d'AtCore + Client de prova de l'AtCore + Client de prova de l'AtCore + Testovací klient AtCore + AtCore-testklient + AtCore-Testprogramm + Εφαρμογή δοκιμής AtCore + Cliente de prueba de AtCore + Cliente de probas de AtCore + AtCore testclient + Klient testowy AtCore + Cliente de Testes do AtCore + Cliente de teste AtCore + Тестовый клиент AtCore + AtCore Test Klient + AtCore testklient + AtCore Test İstemcisi + Тестовий клієнт AtCore + AtCore 测试客户端 + A test application for the AtCore framework to control 3D printers + +

+ AtCore is the API that controls the 3DPrinter and its basic functionalities. AtCore comes with a test client called atcore-gui to manage your printer. +

+

+ This is an AtCore test application to showcase the framework. +

+
+ CC0-1.0 + GPL-2.0+ + https://atelier.kde.org + https://bugs.kde.org/enter_bug.cgi?format=guided&product=atcore + https://atelier.kde.org/documentation/atcore + https://kde.org/donate/?app=atcore + KDE +
diff --git a/testclient/atcore-gui.desktop b/testclient/org.kde.atcore.desktop rename from testclient/atcore-gui.desktop rename to testclient/org.kde.atcore.desktop