Remove stray GGZ references.

REVIEW: 107632
This commit is contained in:
Michael Palimaka 2012-12-10 01:36:57 +11:00
parent 6259a9694b
commit ea1c22866b
3 changed files with 2 additions and 13 deletions

2
TODO
View file

@ -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

View file

@ -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)

View file

@ -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