Update to 0.1.6.

06/10/2003 : new release, 0.1.6 :

    * Now, you can configure keybindings.
    * i18n
    * New contributor !
    * a mailing list , dev@mb.tuxfamily.org
This commit is contained in:
Quentin Garnier 2003-10-16 15:07:00 +00:00
parent b54e3ba722
commit 8d4cc997e5
4 changed files with 35 additions and 39 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2003/10/02 11:47:53 cubidou Exp $
# $NetBSD: Makefile,v 1.3 2003/10/16 15:07:00 cubidou Exp $
#
DISTNAME= monkey-bubble-0.1.5
DISTNAME= monkey-bubble-0.1.6
CATEGORIES= games
MASTER_SITES= http://monkey-bubble.tuxfamily.org/

View file

@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.3 2003/10/02 11:47:53 cubidou Exp $
@comment $NetBSD: PLIST,v 1.4 2003/10/16 15:07:00 cubidou Exp $
bin/gsttest
bin/monkey-bubble
bin/monkey-srv
etc/gconf/schemas/monkey-bubble.schemas
lib/libgdkview.a
lib/libgdkview.la
lib/libgdkview.so
@ -27,24 +28,27 @@ lib/libnetcltmonkey.la
lib/libnetcltmonkey.so
lib/libnetcltmonkey.so.0
lib/libnetcltmonkey.so.0.0
share/monkey-bubble/data/levels
share/monkey-bubble/gfx/banane.svg
share/monkey-bubble/gfx/bubbles/boule_01.svg
share/monkey-bubble/gfx/bubbles/boule_02.svg
share/monkey-bubble/gfx/bubbles/boule_03.svg
share/monkey-bubble/gfx/bubbles/boule_04.svg
share/monkey-bubble/gfx/bubbles/boule_05.svg
share/monkey-bubble/gfx/bubbles/boule_06.svg
share/monkey-bubble/gfx/bubbles/boule_07.svg
share/monkey-bubble/gfx/bubbles/boule_08.svg
share/monkey-bubble/gfx/decor_1_player.svg
share/monkey-bubble/gfx/decor_2_players.svg
share/applications/monkey-bubble.desktop
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/monkey-bubble.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/monkey-bubble.mo
share/monkey-bubble/gfx/banana.svg
share/monkey-bubble/gfx/bubbles/bubble_01.svg
share/monkey-bubble/gfx/bubbles/bubble_02.svg
share/monkey-bubble/gfx/bubbles/bubble_03.svg
share/monkey-bubble/gfx/bubbles/bubble_04.svg
share/monkey-bubble/gfx/bubbles/bubble_05.svg
share/monkey-bubble/gfx/bubbles/bubble_06.svg
share/monkey-bubble/gfx/bubbles/bubble_07.svg
share/monkey-bubble/gfx/bubbles/bubble_08.svg
share/monkey-bubble/gfx/frozen-bubble/back_hiscores.png
share/monkey-bubble/gfx/frozen-bubble/data
share/monkey-bubble/gfx/harm.svg
share/monkey-bubble/gfx/layout_1_player.svg
share/monkey-bubble/gfx/layout_2_players.svg
share/monkey-bubble/gfx/looser.svg
share/monkey-bubble/gfx/lost.svg
share/monkey-bubble/gfx/monkey-bubble-icon.xpm
share/monkey-bubble/gfx/monkey.png
share/monkey-bubble/gfx/monkeys.svg
share/monkey-bubble/gfx/number/0.svg
share/monkey-bubble/gfx/number/1.svg
@ -56,7 +60,7 @@ share/monkey-bubble/gfx/number/6.svg
share/monkey-bubble/gfx/number/7.svg
share/monkey-bubble/gfx/number/8.svg
share/monkey-bubble/gfx/number/9.svg
share/monkey-bubble/gfx/panneau.svg
share/monkey-bubble/gfx/pane.svg
share/monkey-bubble/gfx/pause.svg
share/monkey-bubble/gfx/snake-body.svg
share/monkey-bubble/gfx/snake/snake.svg
@ -142,12 +146,15 @@ share/monkey-bubble/gfx/snake/snake_6.svg
share/monkey-bubble/gfx/snake/snake_7.svg
share/monkey-bubble/gfx/snake/snake_8.svg
share/monkey-bubble/gfx/snake/snake_9.svg
share/monkey-bubble/gfx/tomate.svg
share/monkey-bubble/gfx/tomato.svg
share/monkey-bubble/gfx/win.svg
share/monkey-bubble/glade/keybinding.glade
share/monkey-bubble/glade/monkey-bubble.glade
share/monkey-bubble/levels
@dirrm share/monkey-bubble/glade
@dirrm share/monkey-bubble/gfx/snake
@dirrm share/monkey-bubble/gfx/number
@dirrm share/monkey-bubble/gfx/frozen-bubble
@dirrm share/monkey-bubble/gfx/bubbles
@dirrm share/monkey-bubble/gfx
@dirrm share/monkey-bubble/data
@dirrm share/monkey-bubble

View file

@ -1,8 +1,6 @@
$NetBSD: distinfo,v 1.3 2003/10/02 11:47:53 cubidou Exp $
$NetBSD: distinfo,v 1.4 2003/10/16 15:07:00 cubidou Exp $
SHA1 (monkey-bubble-0.1.5.tar.gz) = 68f8f4418eee5105cc05abc4fc0e3a5ba811b027
Size (monkey-bubble-0.1.5.tar.gz) = 1013078 bytes
SHA1 (patch-aa) = e444eef6a26ce2f0a945731a66f1362435ae6083
SHA1 (patch-ab) = fab35a3521589af0cd7397ae2c772d73fd1c0fe6
SHA1 (monkey-bubble-0.1.6.tar.gz) = f024d5014b633f310d41546a5220795fff9f7688
Size (monkey-bubble-0.1.6.tar.gz) = 1065403 bytes
SHA1 (patch-ac) = 29a67c2b530a055ee5dd6ec50043a55294a46e16
SHA1 (patch-ad) = fb70556dfde97f41c2e6d29ed56589e3af772635
SHA1 (patch-ad) = 87c577303dfd84f0a849a7dec2f7f496fc156f0b

View file

@ -1,22 +1,13 @@
$NetBSD: patch-ad,v 1.2 2003/10/02 11:47:53 cubidou Exp $
$NetBSD: patch-ad,v 1.3 2003/10/16 15:07:00 cubidou Exp $
--- src/ui/Makefile.in.orig 2003-10-02 13:37:34.000000000 +0200
--- src/ui/Makefile.in.orig 2003-10-06 14:55:06.000000000 +0200
+++ src/ui/Makefile.in
@@ -139,8 +139,8 @@ monkey_bubble_SOURCES = \
network-game.c network-game.h
@@ -151,7 +151,7 @@ bin_PROGRAMS = monkey-bubble
monkey_bubble_SOURCES = game.c game.h game-1-player.c game-1-player.h game-2-player.c game-2-player.h game-manager.c game-manager.h game-1-player-manager.c game-1-player-manager.h game-2-player-manager.c game-2-player-manager.h igame-observer.c main.c keyboard-properties.c keyboard-properties.h ui-main.c ui-main.h network-ui.c network-ui.h network-game.c network-game.h
-monkey_bubble_LDFLAGS = -pg
+monkey_bubble_LDFLAGS =
+#monkey_bubble_LDFLAGS=-pg
monkey_bubble_LDADD = \
$(UI_LIBS) \
../monkey/libmonkey.la \
@@ -164,6 +164,7 @@ monkey_bubble_OBJECTS = $(am_monkey_bubb
monkey_bubble_DEPENDENCIES = ../monkey/libmonkey.la \
../view/libgdkview.la ../net/libnetcltmonkey.la \
../util/libmonkeyutil.la
+monkey_bubble_LDFLAGS =
monkey_bubble_LDADD = $(UI_LIBS) ../monkey/libmonkey.la ../view/libgdkview.la ../net/libnetcltmonkey.la ../util/libmonkeyutil.la
DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)