diff --git a/CMakeLists.txt b/CMakeLists.txt index c18b667..5b8c1e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ +cmake_minimum_required(VERSION 3.5.0) project(vehiclevoyage) -cmake_minimum_required(VERSION 2.8.12) set(KF5_MIN_VERSION "5.70.0") set(QT_MIN_VERSION "5.14.0") @@ -28,7 +28,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE) ################# Find dependencies ################# -find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Sql Svg QuickControls2 Widgets) +find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Concurrent Quick Test Gui Sql Svg QuickControls2 Widgets) find_package(KF5Kirigami2 ${KF5_MIN_VERSION} REQUIRED) find_package(KF5CoreAddons ${KF5_MIN_VERSION} REQUIRED) @@ -40,7 +40,7 @@ set(CMAKE_CXX_STANDARD 11) add_subdirectory(src) install(PROGRAMS packaging/org.eyecreate.vehiclevoyage.desktop DESTINATION ${KDE_INSTALL_APPDIR}) -install(FILES packaging/org.eyecreate.vehiclevoyage.svg DESTINATION ${KDE_INSTALL_ICONDIR}) +install(FILES packaging/org.eyecreate.vehiclevoyage.svg DESTINATION ${KDE_INSTALL_ICONDIR}/hicolor/scalable/apps) install(FILES packaging/org.eyecreate.vehiclevoyage.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/packaging/org.eyecreate.vehiclevoyage.appdata.xml b/packaging/org.eyecreate.vehiclevoyage.appdata.xml index 7917e0f..a3a32fc 100644 --- a/packaging/org.eyecreate.vehiclevoyage.appdata.xml +++ b/packaging/org.eyecreate.vehiclevoyage.appdata.xml @@ -1,22 +1,28 @@ + org.eyecreate.vehiclevoyage Vehicle Voyage - Track vehicle service history. + Track vehicle service history FSFAP GPL-3.0-or-later https://git.eyecreate.org/eyecreate/vehicle-voyage https://www.eyecreate.org https://liberapay.com/eyecreate/donate - eyecreate + org.eyecreate.vehiclevoyage.desktop + + eyecreate +

Track vehicle service history.

- https://git.eyecreate.org/eyecreate/vehicle-voyage/raw/v1.0/packaging/main_window.png - https://git.eyecreate.org/eyecreate/vehicle-voyage/raw/v1.0/packaging/mobile_window.png + https://git.eyecreate.org/eyecreate/vehicle-voyage/raw/v1.0/packaging/main_window.png + + + https://git.eyecreate.org/eyecreate/vehicle-voyage/raw/v1.0/packaging/mobile_window.png @@ -31,8 +37,4 @@ - - workstation - mobile -