diff options
Diffstat (limited to 'games/kobodeluxe')
-rw-r--r-- | games/kobodeluxe/files/patch-graphics_window.cpp | 11 | ||||
-rw-r--r-- | games/kobodeluxe/pkg-plist | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games/kobodeluxe/files/patch-graphics_window.cpp b/games/kobodeluxe/files/patch-graphics_window.cpp new file mode 100644 index 000000000000..68a1b2a95a23 --- /dev/null +++ b/games/kobodeluxe/files/patch-graphics_window.cpp @@ -0,0 +1,11 @@ +--- graphics/window.cpp.orig 2007-12-14 09:13:24 UTC ++++ graphics/window.cpp +@@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x, + */ + if(token) + { +- char *tok = strchr(txt, token); ++ const char *tok = strchr(txt, token); + if(tok) + tokpos = tok-txt; + else diff --git a/games/kobodeluxe/pkg-plist b/games/kobodeluxe/pkg-plist index 452295f3b7f7..efcb90e781e6 100644 --- a/games/kobodeluxe/pkg-plist +++ b/games/kobodeluxe/pkg-plist @@ -1,8 +1,4 @@ -@group games -@mode 2555 -bin/kobodl -@mode -@group +@(,games,2555) bin/kobodl man/man6/kobodl.6.gz share/applications/kobodeluxe.desktop share/pixmaps/kobo-icon.xpm |