diff --git a/TODO b/TODO index 3762ab3..2f31365 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,7 @@ * Ship better go board theme and own icons * Better Go engine configuration (multiple engines to choose from) * Save-game management (something similar to palapeli) -* Add multiplayer support via GGZ and traditional Go servers +* Add multiplayer support via traditional Go servers * Cache longer lists retrieved from the backend in the GoEngine (for example move history, stone lists for either player, ...) to save computing time * Create a screensaver with 2 engines battling each other on a Kigo::GameView diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0ba15de..333611f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,7 +27,7 @@ kde4_add_kcfg_files(kigo_SRCS preferences.kcfgc) kde4_add_app_icon(kigo_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../data/icons/hi*-app-kigo.png") kde4_add_executable(kigo ${kigo_SRCS}) -target_link_libraries(kigo ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} kdegames kdegamesprivate ${KDE4_KNEWSTUFF3_LIBS})# ${KGGZGAMES_LIBS}) +target_link_libraries(kigo ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} kdegames kdegamesprivate ${KDE4_KNEWSTUFF3_LIBS}) install(TARGETS kigo ${INSTALL_TARGETS_DEFAULT_ARGS}) install(FILES kigo.kcfg DESTINATION ${KCFG_INSTALL_DIR}) @@ -35,5 +35,3 @@ 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(FILES gui/kigoui.rc DESTINATION ${DATA_INSTALL_DIR}/kigo) - -#register_ggz_module(module.dsc) diff --git a/src/module.dsc b/src/module.dsc deleted file mode 100644 index 673fdb1..0000000 --- a/src/module.dsc +++ /dev/null @@ -1,9 +0,0 @@ -[ModuleInfo] -Name = Kigo -Author = Sascha Peilicke -CommandLine = kigo -Frontend = kde -Homepage = http://games.kde.org/kigo -ProtocolEngine = Go -ProtocolVersion = 1 -Version = 1.0