Index: head/games/gtkballs/Makefile =================================================================== --- head/games/gtkballs/Makefile (revision 456198) +++ head/games/gtkballs/Makefile (revision 456199) @@ -1,42 +1,42 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= gtkballs PORTVERSION= 3.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://gtkballs.antex.ru/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Lines-like simple logic game for X Window System LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${DATADIR} +CONFIGURE_ARGS= --localstatedir=/var/games -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= AUTHORS ChangeLog NEWS README README.russian +DESKTOP_ENTRIES="GtkBalls" "" ${PORTNAME} \ + "${PORTNAME}" "Game;ArcadeGame;" "" + OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -DESKTOP_ENTRIES="GtkBalls" "" ${PORTNAME} \ - "${PORTNAME}" "Game;ArcadeGame;" "" - post-install: ${INSTALL_DATA} ${WRKSRC}/gnome-gtkballs.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + ${MV} ${STAGEDIR}/var/games/gtkballs-scores \ + ${STAGEDIR}/var/games/gtkballs-scores.sample +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/gtkballs/files/patch-src__game.c =================================================================== --- head/games/gtkballs/files/patch-src__game.c (revision 456198) +++ head/games/gtkballs/files/patch-src__game.c (revision 456199) @@ -1,52 +1,52 @@ ---- ./src/game.c.orig 2004-10-06 13:06:46.000000000 +0200 -+++ ./src/game.c 2014-03-30 20:05:17.338033553 +0200 -@@ -406,7 +406,8 @@ +--- src/game.c.orig 2004-10-06 11:06:46 UTC ++++ src/game.c +@@ -406,7 +406,8 @@ gint game_destroy_lines(gboolean count_s for(i = 1; i < rules_get_width() - x && board_get_at_xy(x + i, y) == board_get_at_xy(x, y); - i++); + i++) + ; if(i >= rules_get_destroy()) { have_del = 1; for(j = 0; j < i; j ++) { -@@ -419,7 +420,8 @@ +@@ -419,7 +420,8 @@ gint game_destroy_lines(gboolean count_s for(i = 1; i < rules_get_height() - y && board_get_at_xy(x, y + i) == board_get_at_xy(x, y); - i++); + i++) + ; if(i >= rules_get_destroy()) { have_del = 1; for(j = 0; j < i; j ++) { -@@ -434,7 +436,8 @@ +@@ -434,7 +436,8 @@ gint game_destroy_lines(gboolean count_s i < rules_get_width() - x && i < rules_get_height() - y && board_get_at_xy(x + i, y + i) == board_get_at_xy(x, y); - i++); + i++) + ; if(i >= rules_get_destroy()) { have_del = 1; for(j = 0; j < i; j ++) { -@@ -449,7 +452,8 @@ +@@ -449,7 +452,8 @@ gint game_destroy_lines(gboolean count_s i <= x && i < rules_get_height() - y && board_get_at_xy(x - i, y + i) == board_get_at_xy(x, y); - i++); + i++) + ; if(i >= rules_get_destroy()) { have_del = 1; for(j = 0; j < i; j ++) { -@@ -495,8 +499,8 @@ +@@ -495,8 +499,8 @@ gint game_destroy_lines(gboolean count_s lock_actions(1); draw_board(); for(animtime = 0, i = 0; i < animcadres;) { - gettimeofday(&tvs, NULL); gint isav = i; + gettimeofday(&tvs, NULL); for(; animtime == animarray[i].time && i < animcadres; i++) { draw_ball(animarray[i].color, animarray[i].x, animarray[i].y, 0, animarray[i].phase + 1); _board_destroys[animarray[i].y * rules_get_width() + animarray[i].x] = animarray[i].phase + 1; Index: head/games/gtkballs/files/patch-src__gtkballs.c =================================================================== --- head/games/gtkballs/files/patch-src__gtkballs.c (revision 456198) +++ head/games/gtkballs/files/patch-src__gtkballs.c (revision 456199) @@ -1,11 +1,11 @@ ---- ./src/gtkballs.c.orig 2004-02-06 14:51:54.000000000 +0100 -+++ ./src/gtkballs.c 2014-03-30 20:05:17.338033553 +0200 -@@ -123,7 +123,7 @@ +--- src/gtkballs.c.orig 2004-02-06 13:51:54 UTC ++++ src/gtkballs.c +@@ -123,7 +123,7 @@ int main(int argc, char **argv) { #ifdef ENABLE_NLS bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - bind_textdomain_codeset(PACKAGE, "UTF8"); + bind_textdomain_codeset(PACKAGE, "UTF-8"); #endif /* ENABLE_NLS */ /* drop privileges after spawning child with extra privs */ Index: head/games/gtkballs/files/patch-src__gtkutils.c =================================================================== --- head/games/gtkballs/files/patch-src__gtkutils.c (revision 456198) +++ head/games/gtkballs/files/patch-src__gtkutils.c (revision 456199) @@ -1,19 +1,19 @@ ---- ./src/gtkutils.c.orig 2003-05-26 15:34:38.000000000 +0200 -+++ ./src/gtkutils.c 2014-03-30 20:05:17.338033553 +0200 -@@ -112,14 +112,14 @@ +--- src/gtkutils.c.orig 2003-05-26 13:34:38 UTC ++++ src/gtkutils.c +@@ -112,14 +112,14 @@ GtkWidget *ut_spin_button_start_new(gcha /* shows simple message box */ void ut_simple_message_box(gchar *message) { - GtkWidget *dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, message); + GtkWidget *dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, "%s", message); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); } /* shows simple message box */ void ut_simple_message_box_with_title(gchar *message, gchar *title) { - GtkWidget *dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, message); + GtkWidget *dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, "%s", message); gtk_window_set_title(GTK_WINDOW(dialog), title); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); Index: head/games/gtkballs/files/patch-src__savegame.c =================================================================== --- head/games/gtkballs/files/patch-src__savegame.c (revision 456198) +++ head/games/gtkballs/files/patch-src__savegame.c (revision 456199) @@ -1,11 +1,11 @@ ---- ./src/savegame.c.orig 2003-05-21 18:06:05.000000000 +0200 -+++ ./src/savegame.c 2014-03-30 20:05:17.338033553 +0200 -@@ -166,7 +166,7 @@ +--- src/savegame.c.orig 2003-05-21 16:06:05 UTC ++++ src/savegame.c +@@ -166,7 +166,7 @@ gchar *save_game(gchar *rules, gint scor if((f = fopen(fname, "w")) != NULL) { chmod(fname, 0600); /* TODO: check for errors ! */ - fprintf(f, rules); + fprintf(f, "%s", rules); fprintf(f, "%010d", score); for(i = 0; i < rules_get_width() * rules_get_height(); i++) { fprintf(f, "%02d", board[i]); Index: head/games/gtkballs/pkg-plist =================================================================== --- head/games/gtkballs/pkg-plist (revision 456198) +++ head/games/gtkballs/pkg-plist (revision 456199) @@ -1,535 +1,531 @@ -bin/gtkballs +@(,games,2555) bin/gtkballs man/man6/gtkballs.6x.gz %%DATADIR%%/COPYING %%DATADIR%%/gtkballs-logo.png -@group games -@mode 664 -%%DATADIR%%/gtkballs-scores -@mode -@group %%DATADIR%%/gtkballs_16x16.png %%DATADIR%%/themes/5balls-Big/blue.xpm %%DATADIR%%/themes/5balls-Big/blue_destroy1.xpm %%DATADIR%%/themes/5balls-Big/blue_destroy2.xpm %%DATADIR%%/themes/5balls-Big/blue_destroy3.xpm %%DATADIR%%/themes/5balls-Big/blue_destroy4.xpm %%DATADIR%%/themes/5balls-Big/blue_jump1.xpm %%DATADIR%%/themes/5balls-Big/blue_jump2.xpm %%DATADIR%%/themes/5balls-Big/blue_jump3.xpm %%DATADIR%%/themes/5balls-Big/blue_jump4.xpm %%DATADIR%%/themes/5balls-Big/blue_jump5.xpm %%DATADIR%%/themes/5balls-Big/blue_jump6.xpm %%DATADIR%%/themes/5balls-Big/blue_jump7.xpm %%DATADIR%%/themes/5balls-Big/blue_jump8.xpm %%DATADIR%%/themes/5balls-Big/blue_small.xpm %%DATADIR%%/themes/5balls-Big/brown.xpm %%DATADIR%%/themes/5balls-Big/brown_destroy1.xpm %%DATADIR%%/themes/5balls-Big/brown_destroy2.xpm %%DATADIR%%/themes/5balls-Big/brown_destroy3.xpm %%DATADIR%%/themes/5balls-Big/brown_destroy4.xpm %%DATADIR%%/themes/5balls-Big/brown_jump1.xpm %%DATADIR%%/themes/5balls-Big/brown_jump2.xpm %%DATADIR%%/themes/5balls-Big/brown_jump3.xpm %%DATADIR%%/themes/5balls-Big/brown_jump4.xpm %%DATADIR%%/themes/5balls-Big/brown_jump5.xpm %%DATADIR%%/themes/5balls-Big/brown_jump6.xpm %%DATADIR%%/themes/5balls-Big/brown_jump7.xpm %%DATADIR%%/themes/5balls-Big/brown_jump8.xpm %%DATADIR%%/themes/5balls-Big/brown_small.xpm %%DATADIR%%/themes/5balls-Big/cell..bak.xpm %%DATADIR%%/themes/5balls-Big/cell.xpm %%DATADIR%%/themes/5balls-Big/cell_bak.xpm %%DATADIR%%/themes/5balls-Big/cyan.xpm %%DATADIR%%/themes/5balls-Big/cyan_destroy1.xpm %%DATADIR%%/themes/5balls-Big/cyan_destroy2.xpm %%DATADIR%%/themes/5balls-Big/cyan_destroy3.xpm %%DATADIR%%/themes/5balls-Big/cyan_destroy4.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump1.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump2.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump3.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump4.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump5.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump6.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump7.xpm %%DATADIR%%/themes/5balls-Big/cyan_jump8.xpm %%DATADIR%%/themes/5balls-Big/cyan_small.xpm %%DATADIR%%/themes/5balls-Big/destroy5.xpm %%DATADIR%%/themes/5balls-Big/destroy6.xpm %%DATADIR%%/themes/5balls-Big/destroy7.xpm %%DATADIR%%/themes/5balls-Big/destroy8.xpm %%DATADIR%%/themes/5balls-Big/destroy9.xpm %%DATADIR%%/themes/5balls-Big/green.xpm %%DATADIR%%/themes/5balls-Big/green_destroy1.xpm %%DATADIR%%/themes/5balls-Big/green_destroy2.xpm %%DATADIR%%/themes/5balls-Big/green_destroy3.xpm %%DATADIR%%/themes/5balls-Big/green_destroy4.xpm %%DATADIR%%/themes/5balls-Big/green_jump1.xpm %%DATADIR%%/themes/5balls-Big/green_jump2.xpm %%DATADIR%%/themes/5balls-Big/green_jump3.xpm %%DATADIR%%/themes/5balls-Big/green_jump4.xpm %%DATADIR%%/themes/5balls-Big/green_jump5.xpm %%DATADIR%%/themes/5balls-Big/green_jump6.xpm %%DATADIR%%/themes/5balls-Big/green_jump7.xpm %%DATADIR%%/themes/5balls-Big/green_jump8.xpm %%DATADIR%%/themes/5balls-Big/green_small.xpm %%DATADIR%%/themes/5balls-Big/paw_down_left.xpm %%DATADIR%%/themes/5balls-Big/paw_down_right.xpm %%DATADIR%%/themes/5balls-Big/paw_down_up.xpm %%DATADIR%%/themes/5balls-Big/paw_left_right.xpm %%DATADIR%%/themes/5balls-Big/paw_right_left.xpm %%DATADIR%%/themes/5balls-Big/paw_up_down.xpm %%DATADIR%%/themes/5balls-Big/paw_up_left.xpm %%DATADIR%%/themes/5balls-Big/paw_up_right.xpm %%DATADIR%%/themes/5balls-Big/pink.xpm %%DATADIR%%/themes/5balls-Big/pink_destroy1.xpm %%DATADIR%%/themes/5balls-Big/pink_destroy2.xpm %%DATADIR%%/themes/5balls-Big/pink_destroy3.xpm %%DATADIR%%/themes/5balls-Big/pink_destroy4.xpm %%DATADIR%%/themes/5balls-Big/pink_jump1.xpm %%DATADIR%%/themes/5balls-Big/pink_jump2.xpm %%DATADIR%%/themes/5balls-Big/pink_jump3.xpm %%DATADIR%%/themes/5balls-Big/pink_jump4.xpm %%DATADIR%%/themes/5balls-Big/pink_jump5.xpm %%DATADIR%%/themes/5balls-Big/pink_jump6.xpm %%DATADIR%%/themes/5balls-Big/pink_jump7.xpm %%DATADIR%%/themes/5balls-Big/pink_jump8.xpm %%DATADIR%%/themes/5balls-Big/pink_small.xpm %%DATADIR%%/themes/5balls-Big/red.xpm %%DATADIR%%/themes/5balls-Big/red_destroy1.xpm %%DATADIR%%/themes/5balls-Big/red_destroy2.xpm %%DATADIR%%/themes/5balls-Big/red_destroy3.xpm %%DATADIR%%/themes/5balls-Big/red_destroy4.xpm %%DATADIR%%/themes/5balls-Big/red_jump1.xpm %%DATADIR%%/themes/5balls-Big/red_jump2.xpm %%DATADIR%%/themes/5balls-Big/red_jump3.xpm %%DATADIR%%/themes/5balls-Big/red_jump4.xpm %%DATADIR%%/themes/5balls-Big/red_jump5.xpm %%DATADIR%%/themes/5balls-Big/red_jump6.xpm %%DATADIR%%/themes/5balls-Big/red_jump7.xpm %%DATADIR%%/themes/5balls-Big/red_jump8.xpm %%DATADIR%%/themes/5balls-Big/red_small.xpm %%DATADIR%%/themes/5balls-Big/themerc %%DATADIR%%/themes/5balls-Big/yellow.xpm %%DATADIR%%/themes/5balls-Big/yellowTempl.xpm %%DATADIR%%/themes/5balls-Big/yellow_destroy1.xpm %%DATADIR%%/themes/5balls-Big/yellow_destroy2.xpm %%DATADIR%%/themes/5balls-Big/yellow_destroy3.xpm %%DATADIR%%/themes/5balls-Big/yellow_destroy4.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump1.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump2.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump3.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump4.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump5.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump6.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump7.xpm %%DATADIR%%/themes/5balls-Big/yellow_jump8.xpm %%DATADIR%%/themes/5balls-Big/yellow_small.xpm %%DATADIR%%/themes/Default/blue_ball.xpm %%DATADIR%%/themes/Default/blue_ball_destroy1.xpm %%DATADIR%%/themes/Default/blue_ball_destroy10.xpm %%DATADIR%%/themes/Default/blue_ball_destroy11.xpm %%DATADIR%%/themes/Default/blue_ball_destroy2.xpm %%DATADIR%%/themes/Default/blue_ball_destroy3.xpm %%DATADIR%%/themes/Default/blue_ball_destroy4.xpm %%DATADIR%%/themes/Default/blue_ball_destroy5.xpm %%DATADIR%%/themes/Default/blue_ball_destroy6.xpm %%DATADIR%%/themes/Default/blue_ball_destroy7.xpm %%DATADIR%%/themes/Default/blue_ball_destroy8.xpm %%DATADIR%%/themes/Default/blue_ball_destroy9.xpm %%DATADIR%%/themes/Default/blue_ball_jump10.xpm %%DATADIR%%/themes/Default/blue_ball_jump11.xpm %%DATADIR%%/themes/Default/blue_ball_jump12.xpm %%DATADIR%%/themes/Default/blue_ball_jump13.xpm %%DATADIR%%/themes/Default/blue_ball_jump14.xpm %%DATADIR%%/themes/Default/blue_ball_jump15.xpm %%DATADIR%%/themes/Default/blue_ball_jump16.xpm %%DATADIR%%/themes/Default/blue_ball_jump2.xpm %%DATADIR%%/themes/Default/blue_ball_jump3.xpm %%DATADIR%%/themes/Default/blue_ball_jump4.xpm %%DATADIR%%/themes/Default/blue_ball_jump5.xpm %%DATADIR%%/themes/Default/blue_ball_jump6.xpm %%DATADIR%%/themes/Default/blue_ball_jump7.xpm %%DATADIR%%/themes/Default/blue_ball_jump8.xpm %%DATADIR%%/themes/Default/blue_ball_jump9.xpm %%DATADIR%%/themes/Default/brown_ball.xpm %%DATADIR%%/themes/Default/brown_ball1.xpm %%DATADIR%%/themes/Default/brown_ball_destroy1.xpm %%DATADIR%%/themes/Default/brown_ball_destroy10.xpm %%DATADIR%%/themes/Default/brown_ball_destroy11.xpm %%DATADIR%%/themes/Default/brown_ball_destroy2.xpm %%DATADIR%%/themes/Default/brown_ball_destroy3.xpm %%DATADIR%%/themes/Default/brown_ball_destroy4.xpm %%DATADIR%%/themes/Default/brown_ball_destroy5.xpm %%DATADIR%%/themes/Default/brown_ball_destroy6.xpm %%DATADIR%%/themes/Default/brown_ball_destroy7.xpm %%DATADIR%%/themes/Default/brown_ball_destroy8.xpm %%DATADIR%%/themes/Default/brown_ball_destroy9.xpm %%DATADIR%%/themes/Default/brown_ball_jump2.xpm %%DATADIR%%/themes/Default/brown_ball_jump3.xpm %%DATADIR%%/themes/Default/brown_ball_jump4.xpm %%DATADIR%%/themes/Default/cyan_ball.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy1.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy10.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy11.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy2.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy3.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy4.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy5.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy6.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy7.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy8.xpm %%DATADIR%%/themes/Default/cyan_ball_destroy9.xpm %%DATADIR%%/themes/Default/cyan_ball_jump2.xpm %%DATADIR%%/themes/Default/cyan_ball_jump3.xpm %%DATADIR%%/themes/Default/cyan_ball_jump4.xpm %%DATADIR%%/themes/Default/cyan_ball_jump5.xpm %%DATADIR%%/themes/Default/cyan_ball_jump6.xpm %%DATADIR%%/themes/Default/cyan_ball_jump7.xpm %%DATADIR%%/themes/Default/cyan_ball_jump8.xpm %%DATADIR%%/themes/Default/empty_cell.xpm %%DATADIR%%/themes/Default/green_ball.xpm %%DATADIR%%/themes/Default/green_ball_destroy1.xpm %%DATADIR%%/themes/Default/green_ball_destroy10.xpm %%DATADIR%%/themes/Default/green_ball_destroy11.xpm %%DATADIR%%/themes/Default/green_ball_destroy2.xpm %%DATADIR%%/themes/Default/green_ball_destroy3.xpm %%DATADIR%%/themes/Default/green_ball_destroy4.xpm %%DATADIR%%/themes/Default/green_ball_destroy5.xpm %%DATADIR%%/themes/Default/green_ball_destroy6.xpm %%DATADIR%%/themes/Default/green_ball_destroy7.xpm %%DATADIR%%/themes/Default/green_ball_destroy8.xpm %%DATADIR%%/themes/Default/green_ball_destroy9.xpm %%DATADIR%%/themes/Default/green_ball_jump10.xpm %%DATADIR%%/themes/Default/green_ball_jump11.xpm %%DATADIR%%/themes/Default/green_ball_jump12.xpm %%DATADIR%%/themes/Default/green_ball_jump13.xpm %%DATADIR%%/themes/Default/green_ball_jump2.xpm %%DATADIR%%/themes/Default/green_ball_jump3.xpm %%DATADIR%%/themes/Default/green_ball_jump4.xpm %%DATADIR%%/themes/Default/green_ball_jump5.xpm %%DATADIR%%/themes/Default/green_ball_jump6.xpm %%DATADIR%%/themes/Default/green_ball_jump7.xpm %%DATADIR%%/themes/Default/green_ball_jump8.xpm %%DATADIR%%/themes/Default/green_ball_jump9.xpm %%DATADIR%%/themes/Default/paw_down_left.xpm %%DATADIR%%/themes/Default/paw_down_right.xpm %%DATADIR%%/themes/Default/paw_down_up.xpm %%DATADIR%%/themes/Default/paw_left_right.xpm %%DATADIR%%/themes/Default/paw_right_left.xpm %%DATADIR%%/themes/Default/paw_up_down.xpm %%DATADIR%%/themes/Default/paw_up_left.xpm %%DATADIR%%/themes/Default/paw_up_right.xpm %%DATADIR%%/themes/Default/pink_ball.xpm %%DATADIR%%/themes/Default/pink_ball_destroy1.xpm %%DATADIR%%/themes/Default/pink_ball_destroy10.xpm %%DATADIR%%/themes/Default/pink_ball_destroy11.xpm %%DATADIR%%/themes/Default/pink_ball_destroy2.xpm %%DATADIR%%/themes/Default/pink_ball_destroy3.xpm %%DATADIR%%/themes/Default/pink_ball_destroy4.xpm %%DATADIR%%/themes/Default/pink_ball_destroy5.xpm %%DATADIR%%/themes/Default/pink_ball_destroy6.xpm %%DATADIR%%/themes/Default/pink_ball_destroy7.xpm %%DATADIR%%/themes/Default/pink_ball_destroy8.xpm %%DATADIR%%/themes/Default/pink_ball_destroy9.xpm %%DATADIR%%/themes/Default/pink_ball_jump10.xpm %%DATADIR%%/themes/Default/pink_ball_jump11.xpm %%DATADIR%%/themes/Default/pink_ball_jump12.xpm %%DATADIR%%/themes/Default/pink_ball_jump13.xpm %%DATADIR%%/themes/Default/pink_ball_jump14.xpm %%DATADIR%%/themes/Default/pink_ball_jump15.xpm %%DATADIR%%/themes/Default/pink_ball_jump16.xpm %%DATADIR%%/themes/Default/pink_ball_jump17.xpm %%DATADIR%%/themes/Default/pink_ball_jump18.xpm %%DATADIR%%/themes/Default/pink_ball_jump2.xpm %%DATADIR%%/themes/Default/pink_ball_jump3.xpm %%DATADIR%%/themes/Default/pink_ball_jump4.xpm %%DATADIR%%/themes/Default/pink_ball_jump5.xpm %%DATADIR%%/themes/Default/pink_ball_jump6.xpm %%DATADIR%%/themes/Default/pink_ball_jump7.xpm %%DATADIR%%/themes/Default/pink_ball_jump8.xpm %%DATADIR%%/themes/Default/pink_ball_jump9.xpm %%DATADIR%%/themes/Default/red_ball.xpm %%DATADIR%%/themes/Default/red_ball_destroy1.xpm %%DATADIR%%/themes/Default/red_ball_destroy10.xpm %%DATADIR%%/themes/Default/red_ball_destroy11.xpm %%DATADIR%%/themes/Default/red_ball_destroy2.xpm %%DATADIR%%/themes/Default/red_ball_destroy3.xpm %%DATADIR%%/themes/Default/red_ball_destroy4.xpm %%DATADIR%%/themes/Default/red_ball_destroy5.xpm %%DATADIR%%/themes/Default/red_ball_destroy6.xpm %%DATADIR%%/themes/Default/red_ball_destroy7.xpm %%DATADIR%%/themes/Default/red_ball_destroy8.xpm %%DATADIR%%/themes/Default/red_ball_destroy9.xpm %%DATADIR%%/themes/Default/red_ball_jump10.xpm %%DATADIR%%/themes/Default/red_ball_jump11.xpm %%DATADIR%%/themes/Default/red_ball_jump12.xpm %%DATADIR%%/themes/Default/red_ball_jump13.xpm %%DATADIR%%/themes/Default/red_ball_jump14.xpm %%DATADIR%%/themes/Default/red_ball_jump15.xpm %%DATADIR%%/themes/Default/red_ball_jump16.xpm %%DATADIR%%/themes/Default/red_ball_jump17.xpm %%DATADIR%%/themes/Default/red_ball_jump18.xpm %%DATADIR%%/themes/Default/red_ball_jump19.xpm %%DATADIR%%/themes/Default/red_ball_jump2.xpm %%DATADIR%%/themes/Default/red_ball_jump3.xpm %%DATADIR%%/themes/Default/red_ball_jump4.xpm %%DATADIR%%/themes/Default/red_ball_jump5.xpm %%DATADIR%%/themes/Default/red_ball_jump6.xpm %%DATADIR%%/themes/Default/red_ball_jump7.xpm %%DATADIR%%/themes/Default/red_ball_jump8.xpm %%DATADIR%%/themes/Default/red_ball_jump9.xpm %%DATADIR%%/themes/Default/small_blue_ball.xpm %%DATADIR%%/themes/Default/small_brown_ball.xpm %%DATADIR%%/themes/Default/small_cyan_ball.xpm %%DATADIR%%/themes/Default/small_empty_cell.xpm %%DATADIR%%/themes/Default/small_green_ball.xpm %%DATADIR%%/themes/Default/small_pink_ball.xpm %%DATADIR%%/themes/Default/small_red_ball.xpm %%DATADIR%%/themes/Default/small_yellow_ball.xpm %%DATADIR%%/themes/Default/themerc %%DATADIR%%/themes/Default/yellow_ball.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy1.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy10.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy11.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy2.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy3.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy4.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy5.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy6.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy7.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy8.xpm %%DATADIR%%/themes/Default/yellow_ball_destroy9.xpm %%DATADIR%%/themes/Default/yellow_ball_jump10.xpm %%DATADIR%%/themes/Default/yellow_ball_jump11.xpm %%DATADIR%%/themes/Default/yellow_ball_jump12.xpm %%DATADIR%%/themes/Default/yellow_ball_jump13.xpm %%DATADIR%%/themes/Default/yellow_ball_jump14.xpm %%DATADIR%%/themes/Default/yellow_ball_jump15.xpm %%DATADIR%%/themes/Default/yellow_ball_jump16.xpm %%DATADIR%%/themes/Default/yellow_ball_jump17.xpm %%DATADIR%%/themes/Default/yellow_ball_jump18.xpm %%DATADIR%%/themes/Default/yellow_ball_jump19.xpm %%DATADIR%%/themes/Default/yellow_ball_jump2.xpm %%DATADIR%%/themes/Default/yellow_ball_jump20.xpm %%DATADIR%%/themes/Default/yellow_ball_jump21.xpm %%DATADIR%%/themes/Default/yellow_ball_jump22.xpm %%DATADIR%%/themes/Default/yellow_ball_jump23.xpm %%DATADIR%%/themes/Default/yellow_ball_jump24.xpm %%DATADIR%%/themes/Default/yellow_ball_jump25.xpm %%DATADIR%%/themes/Default/yellow_ball_jump3.xpm %%DATADIR%%/themes/Default/yellow_ball_jump4.xpm %%DATADIR%%/themes/Default/yellow_ball_jump5.xpm %%DATADIR%%/themes/Default/yellow_ball_jump6.xpm %%DATADIR%%/themes/Default/yellow_ball_jump7.xpm %%DATADIR%%/themes/Default/yellow_ball_jump8.xpm %%DATADIR%%/themes/Default/yellow_ball_jump9.xpm %%DATADIR%%/themes/klines/blue.xpm %%DATADIR%%/themes/klines/blue_destroy1.xpm %%DATADIR%%/themes/klines/blue_destroy2.xpm %%DATADIR%%/themes/klines/blue_destroy3.xpm %%DATADIR%%/themes/klines/blue_destroy4.xpm %%DATADIR%%/themes/klines/blue_jump1.xpm %%DATADIR%%/themes/klines/blue_jump2.xpm %%DATADIR%%/themes/klines/blue_jump3.xpm %%DATADIR%%/themes/klines/blue_jump4.xpm %%DATADIR%%/themes/klines/blue_jump5.xpm %%DATADIR%%/themes/klines/blue_jump6.xpm %%DATADIR%%/themes/klines/blue_jump7.xpm %%DATADIR%%/themes/klines/blue_jump8.xpm %%DATADIR%%/themes/klines/blue_small.xpm %%DATADIR%%/themes/klines/brown.xpm %%DATADIR%%/themes/klines/brown_destroy1.xpm %%DATADIR%%/themes/klines/brown_destroy2.xpm %%DATADIR%%/themes/klines/brown_destroy3.xpm %%DATADIR%%/themes/klines/brown_destroy4.xpm %%DATADIR%%/themes/klines/brown_jump1.xpm %%DATADIR%%/themes/klines/brown_jump2.xpm %%DATADIR%%/themes/klines/brown_jump3.xpm %%DATADIR%%/themes/klines/brown_jump4.xpm %%DATADIR%%/themes/klines/brown_jump5.xpm %%DATADIR%%/themes/klines/brown_jump6.xpm %%DATADIR%%/themes/klines/brown_jump7.xpm %%DATADIR%%/themes/klines/brown_jump8.xpm %%DATADIR%%/themes/klines/brown_small.xpm %%DATADIR%%/themes/klines/cell.xpm %%DATADIR%%/themes/klines/cyan.xpm %%DATADIR%%/themes/klines/cyan_destroy1.xpm %%DATADIR%%/themes/klines/cyan_destroy2.xpm %%DATADIR%%/themes/klines/cyan_destroy3.xpm %%DATADIR%%/themes/klines/cyan_destroy4.xpm %%DATADIR%%/themes/klines/cyan_jump1.xpm %%DATADIR%%/themes/klines/cyan_jump2.xpm %%DATADIR%%/themes/klines/cyan_jump3.xpm %%DATADIR%%/themes/klines/cyan_jump4.xpm %%DATADIR%%/themes/klines/cyan_jump5.xpm %%DATADIR%%/themes/klines/cyan_jump6.xpm %%DATADIR%%/themes/klines/cyan_jump7.xpm %%DATADIR%%/themes/klines/cyan_jump8.xpm %%DATADIR%%/themes/klines/cyan_small.xpm %%DATADIR%%/themes/klines/destroy5.xpm %%DATADIR%%/themes/klines/destroy6.xpm %%DATADIR%%/themes/klines/destroy7.xpm %%DATADIR%%/themes/klines/destroy8.xpm %%DATADIR%%/themes/klines/destroy9.xpm %%DATADIR%%/themes/klines/green.xpm %%DATADIR%%/themes/klines/green_destroy1.xpm %%DATADIR%%/themes/klines/green_destroy2.xpm %%DATADIR%%/themes/klines/green_destroy3.xpm %%DATADIR%%/themes/klines/green_destroy4.xpm %%DATADIR%%/themes/klines/green_jump1.xpm %%DATADIR%%/themes/klines/green_jump2.xpm %%DATADIR%%/themes/klines/green_jump3.xpm %%DATADIR%%/themes/klines/green_jump4.xpm %%DATADIR%%/themes/klines/green_jump5.xpm %%DATADIR%%/themes/klines/green_jump6.xpm %%DATADIR%%/themes/klines/green_jump7.xpm %%DATADIR%%/themes/klines/green_jump8.xpm %%DATADIR%%/themes/klines/green_small.xpm %%DATADIR%%/themes/klines/paw_down_left.xpm %%DATADIR%%/themes/klines/paw_down_right.xpm %%DATADIR%%/themes/klines/paw_down_up.xpm %%DATADIR%%/themes/klines/paw_left_right.xpm %%DATADIR%%/themes/klines/paw_right_left.xpm %%DATADIR%%/themes/klines/paw_up_down.xpm %%DATADIR%%/themes/klines/paw_up_left.xpm %%DATADIR%%/themes/klines/paw_up_right.xpm %%DATADIR%%/themes/klines/pink.xpm %%DATADIR%%/themes/klines/pink_destroy1.xpm %%DATADIR%%/themes/klines/pink_destroy2.xpm %%DATADIR%%/themes/klines/pink_destroy3.xpm %%DATADIR%%/themes/klines/pink_destroy4.xpm %%DATADIR%%/themes/klines/pink_jump1.xpm %%DATADIR%%/themes/klines/pink_jump2.xpm %%DATADIR%%/themes/klines/pink_jump3.xpm %%DATADIR%%/themes/klines/pink_jump4.xpm %%DATADIR%%/themes/klines/pink_jump5.xpm %%DATADIR%%/themes/klines/pink_jump6.xpm %%DATADIR%%/themes/klines/pink_jump7.xpm %%DATADIR%%/themes/klines/pink_jump8.xpm %%DATADIR%%/themes/klines/pink_small.xpm %%DATADIR%%/themes/klines/red.xpm %%DATADIR%%/themes/klines/red_destroy1.xpm %%DATADIR%%/themes/klines/red_destroy2.xpm %%DATADIR%%/themes/klines/red_destroy3.xpm %%DATADIR%%/themes/klines/red_destroy4.xpm %%DATADIR%%/themes/klines/red_jump1.xpm %%DATADIR%%/themes/klines/red_jump2.xpm %%DATADIR%%/themes/klines/red_jump3.xpm %%DATADIR%%/themes/klines/red_jump4.xpm %%DATADIR%%/themes/klines/red_jump5.xpm %%DATADIR%%/themes/klines/red_jump6.xpm %%DATADIR%%/themes/klines/red_jump7.xpm %%DATADIR%%/themes/klines/red_jump8.xpm %%DATADIR%%/themes/klines/red_small.xpm %%DATADIR%%/themes/klines/themerc %%DATADIR%%/themes/klines/yellow.xpm %%DATADIR%%/themes/klines/yellow_destroy1.xpm %%DATADIR%%/themes/klines/yellow_destroy2.xpm %%DATADIR%%/themes/klines/yellow_destroy3.xpm %%DATADIR%%/themes/klines/yellow_destroy4.xpm %%DATADIR%%/themes/klines/yellow_jump1.xpm %%DATADIR%%/themes/klines/yellow_jump2.xpm %%DATADIR%%/themes/klines/yellow_jump3.xpm %%DATADIR%%/themes/klines/yellow_jump4.xpm %%DATADIR%%/themes/klines/yellow_jump5.xpm %%DATADIR%%/themes/klines/yellow_jump6.xpm %%DATADIR%%/themes/klines/yellow_jump7.xpm %%DATADIR%%/themes/klines/yellow_jump8.xpm %%DATADIR%%/themes/klines/yellow_small.xpm %%DATADIR%%/themes/mascots/break1.xpm %%DATADIR%%/themes/mascots/break1des1.xpm %%DATADIR%%/themes/mascots/break1des3.xpm %%DATADIR%%/themes/mascots/break1des5.xpm %%DATADIR%%/themes/mascots/break1des7.xpm %%DATADIR%%/themes/mascots/break1des9.xpm %%DATADIR%%/themes/mascots/break2.xpm %%DATADIR%%/themes/mascots/break3.xpm %%DATADIR%%/themes/mascots/break4.xpm %%DATADIR%%/themes/mascots/break5.xpm %%DATADIR%%/themes/mascots/break6.xpm %%DATADIR%%/themes/mascots/break7.xpm %%DATADIR%%/themes/mascots/break8.xpm %%DATADIR%%/themes/mascots/break_small.xpm %%DATADIR%%/themes/mascots/bsd1.xpm %%DATADIR%%/themes/mascots/bsd1des1.xpm %%DATADIR%%/themes/mascots/bsd1des2.xpm %%DATADIR%%/themes/mascots/bsd1des3.xpm %%DATADIR%%/themes/mascots/bsd1des4.xpm %%DATADIR%%/themes/mascots/bsd1des5.xpm %%DATADIR%%/themes/mascots/bsd2.xpm %%DATADIR%%/themes/mascots/bsd3.xpm %%DATADIR%%/themes/mascots/bsd_small.xpm %%DATADIR%%/themes/mascots/coke1.xpm %%DATADIR%%/themes/mascots/coke1des1.xpm %%DATADIR%%/themes/mascots/coke1des2.xpm %%DATADIR%%/themes/mascots/coke1des3.xpm %%DATADIR%%/themes/mascots/coke1des4.xpm %%DATADIR%%/themes/mascots/coke1des5.xpm %%DATADIR%%/themes/mascots/coke2.xpm %%DATADIR%%/themes/mascots/coke3.xpm %%DATADIR%%/themes/mascots/coke4.xpm %%DATADIR%%/themes/mascots/coke5.xpm %%DATADIR%%/themes/mascots/coke6.xpm %%DATADIR%%/themes/mascots/coke7.xpm %%DATADIR%%/themes/mascots/coke8.xpm %%DATADIR%%/themes/mascots/coke_small.xpm %%DATADIR%%/themes/mascots/daemon1.xpm %%DATADIR%%/themes/mascots/daemon1des1.xpm %%DATADIR%%/themes/mascots/daemon1des2.xpm %%DATADIR%%/themes/mascots/daemon1des3.xpm %%DATADIR%%/themes/mascots/daemon1des4.xpm %%DATADIR%%/themes/mascots/daemon1des5.xpm %%DATADIR%%/themes/mascots/daemon2.xpm %%DATADIR%%/themes/mascots/daemon3.xpm %%DATADIR%%/themes/mascots/daemon4.xpm %%DATADIR%%/themes/mascots/daemon5.xpm %%DATADIR%%/themes/mascots/daemon_small.xpm %%DATADIR%%/themes/mascots/empty.xpm %%DATADIR%%/themes/mascots/kde1.xpm %%DATADIR%%/themes/mascots/kde1des1.xpm %%DATADIR%%/themes/mascots/kde1des2.xpm %%DATADIR%%/themes/mascots/kde1des3.xpm %%DATADIR%%/themes/mascots/kde1des4.xpm %%DATADIR%%/themes/mascots/kde1des5.xpm %%DATADIR%%/themes/mascots/kde2.xpm %%DATADIR%%/themes/mascots/kde3.xpm %%DATADIR%%/themes/mascots/kde_small.xpm %%DATADIR%%/themes/mascots/paw_down_left.xpm %%DATADIR%%/themes/mascots/paw_down_right.xpm %%DATADIR%%/themes/mascots/paw_down_up.xpm %%DATADIR%%/themes/mascots/paw_left_right.xpm %%DATADIR%%/themes/mascots/paw_right_left.xpm %%DATADIR%%/themes/mascots/paw_up_down.xpm %%DATADIR%%/themes/mascots/paw_up_left.xpm %%DATADIR%%/themes/mascots/paw_up_right.xpm %%DATADIR%%/themes/mascots/themerc %%DATADIR%%/themes/mascots/troll1.xpm %%DATADIR%%/themes/mascots/troll1des1.xpm %%DATADIR%%/themes/mascots/troll1des2.xpm %%DATADIR%%/themes/mascots/troll1des3.xpm %%DATADIR%%/themes/mascots/troll1des4.xpm %%DATADIR%%/themes/mascots/troll1des5.xpm %%DATADIR%%/themes/mascots/troll2.xpm %%DATADIR%%/themes/mascots/troll3.xpm %%DATADIR%%/themes/mascots/troll4.xpm %%DATADIR%%/themes/mascots/troll5.xpm %%DATADIR%%/themes/mascots/troll_small.xpm %%DATADIR%%/themes/mascots/walk1.xpm %%DATADIR%%/themes/mascots/walk1des1.xpm %%DATADIR%%/themes/mascots/walk1des2.xpm %%DATADIR%%/themes/mascots/walk1des3.xpm %%DATADIR%%/themes/mascots/walk1des4.xpm %%DATADIR%%/themes/mascots/walk1des5.xpm %%DATADIR%%/themes/mascots/walk2.xpm %%DATADIR%%/themes/mascots/walk3.xpm %%DATADIR%%/themes/mascots/walk4.xpm %%DATADIR%%/themes/mascots/walk5.xpm %%DATADIR%%/themes/mascots/walk6.xpm %%DATADIR%%/themes/mascots/walk7.xpm %%DATADIR%%/themes/mascots/walk8.xpm %%DATADIR%%/themes/mascots/walk_small.xpm %%NLS%%share/locale/de/LC_MESSAGES/gtkballs.mo %%NLS%%share/locale/fr/LC_MESSAGES/gtkballs.mo %%NLS%%share/locale/pl/LC_MESSAGES/gtkballs.mo %%NLS%%share/locale/ru/LC_MESSAGES/gtkballs.mo share/pixmaps/gtkballs.png +@sample(,games,664) /var/games/gtkballs-scores.sample