diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,5 +33,6 @@ install(FILES kigo.kcfg DESTINATION ${KCFG_INSTALL_DIR}) install(FILES kigo.knsrc DESTINATION ${CONFIG_INSTALL_DIR}) install(FILES kigo-games.knsrc DESTINATION ${CONFIG_INSTALL_DIR}) -install(PROGRAMS gui/kigo.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +install(PROGRAMS gui/org.kde.kigo.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) install(FILES gui/kigoui.rc DESTINATION ${DATA_INSTALL_DIR}/kigo) +install(FILES gui/org.kde.kigo.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/metainfo/ ) diff --git a/src/gui/org.kde.kigo.appdata.xml b/src/gui/org.kde.kigo.appdata.xml new file mode 100644 --- /dev/null +++ b/src/gui/org.kde.kigo.appdata.xml @@ -0,0 +1,29 @@ + + + org.kde.kigo.desktop + FSFAP + GPL-2.0+ + Kigo + Go Board Game + +

+ Kigo is an open-source implementation of the popular Go game. + Go is a strategic board game for two players. It is also known as igo (Japanese), + weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted for being rich in + strategic complexity despite its simple rules. The game is played by two players + who alternately place black and white stones (playing pieces, now usually made of + glass or plastic) on the vacant intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games). +

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