diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,8 +114,7 @@ ########### install files ############### -install( PROGRAMS kolf.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( PROGRAMS org.kde.kolf.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES kolfui.rc intro tutorial.kolf tutorial.kolfgame DESTINATION ${DATA_INSTALL_DIR}/kolf ) #install( FILES ball.h game.h statedb.h config.h canvasitem.h object.h rtti.h vector.h floater.h slope.h DESTINATION ${INCLUDE_INSTALL_DIR}/kolf COMPONENT Devel ) - - +install(FILES org.kde.kolf.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/metainfo/ ) diff --git a/org.kde.kolf.appdata.xml b/org.kde.kolf.appdata.xml new file mode 100644 --- /dev/null +++ b/org.kde.kolf.appdata.xml @@ -0,0 +1,34 @@ + + + org.kde.kolf.desktop + FSFAP + GPL-2.0+ + Kolf + Miniature Golf + +

+ Kolf is a miniature golf game. The game is played from an overhead view, with a + hort bar representing the golf club. Kolf features many different types of objects, + such water hazards, slopes, sand traps, and black holes (warps), among others. +

+

Features:

+ +
+ https://bugs.kde.org/enter_bug.cgi?format=guided&product=kolf + http://docs.kde.org/?application=kolf + + + https://kde.org/images/screenshots/kolf.png + + + KDE + + kolf + +
diff --git a/kolf.desktop b/org.kde.kolf.desktop rename from kolf.desktop rename to org.kde.kolf.desktop