Browse Source

* updated frozen-bubble (1.0.0 -> 2.1.0)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20687 10447126-35f2-4685-b0cf-6dd780d3921f
early
Minto van der Sluis 18 years ago
parent
commit
541e313a49
  1. 31
      games/frozen-bubble/create-server-dependancies.patch
  2. 9
      games/frozen-bubble/frozen-bubble.conf
  3. 6
      games/frozen-bubble/frozen-bubble.desc

31
games/frozen-bubble/create-server-dependancies.patch

@ -0,0 +1,31 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../frozen-bubble/create-server-dependancies.patch
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -ru frozen-bubble-2.1.0.org/server/Makefile frozen-bubble-2.1.0/server/Makefile
--- frozen-bubble-2.1.0.org/server/Makefile 2006-11-12 20:56:02.000000000 +0100
+++ frozen-bubble-2.1.0/server/Makefile 2007-04-15 14:05:40.000000000 +0200
@@ -25,7 +25,10 @@
install fb-server $(DESTDIR)$(LIBDIR)/frozen-bubble
.depend:
- $(CPP) $(CFLAGS) $(CPPFLAGS) -M $(ALLSRC) > .depend
+ rm -f .depend
+ for src in $(ALLSRC); do \
+ $(CPP) $(CFLAGS) $(CPPFLAGS) -M $$src >> .depend; \
+ done
ifeq (.depend,$(wildcard .depend))
include .depend

9
games/frozen-bubble/frozen-bubble.conf

@ -1,8 +1,9 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../frozen-bubble/frozen-bubble.conf
# Filename: package/.../frozen-bubble/frozen-bubble.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -12,13 +13,13 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
bindir=$root/$SDECFG_PKG_GAMES_BINDIR
datadir=$root/$SDECFG_PKG_GAMES_DATADIR
var_append makeopt " " "PREFIX=$prefix BINDIR=$bindir DATADIR=$datadir"
var_append makeinstopt " " "$makeopt"
var_append makeinstopt " " "PREFIX=$prefix BINDIR=$bindir DATADIR=$datadir"
hook_add premake 5 'make clean'

6
games/frozen-bubble/frozen-bubble.desc

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../frozen-bubble/frozen-bubble.desc
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.0.0
[V] 2.1.0
[P] X -----5---9 213.000
[D] 1574720681 frozen-bubble-1.0.0.tar.bz2 http://guillaume.cottenceau.free.fr/fb/
[D] 68871812 frozen-bubble-2.1.0.tar.bz2 http://guillaume.cottenceau.free.fr/fb/

Loading…
Cancel
Save