Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/lbreakout2/files: lbreakout2-2.6.1-gentoo.patch
Date: Wed, 30 Dec 2009 20:51:23
Message-Id: E1NQ5Vo-0000tT-7V@stork.gentoo.org
1 mr_bones_ 09/12/30 20:51:20
2
3 Added: lbreakout2-2.6.1-gentoo.patch
4 Log:
5 version bump
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-arcade/lbreakout2/files/lbreakout2-2.6.1-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/lbreakout2/files/lbreakout2-2.6.1-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/lbreakout2/files/lbreakout2-2.6.1-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: lbreakout2-2.6.1-gentoo.patch
15 ===================================================================
16 diff -ru lbreakout2-2.6.1.orig/Makefile.am lbreakout2-2.6.1/Makefile.am
17 --- lbreakout2-2.6.1.orig/Makefile.am 2009-10-26 12:43:18.000000000 -0400
18 +++ lbreakout2-2.6.1/Makefile.am 2009-12-30 15:44:09.095784859 -0500
19 @@ -1,13 +1,8 @@
20 SUBDIRS = intl m4 po common gui game server client docs
21
22 EXTRA_DIST = config.rpath AUTHORS COPYING ChangeLog INSTALL README \
23 -README-SDL.txt TODO lbreakout2.spec touchall lbreakout32.gif \
24 -lbreakout48.gif lbreakout2.desktop.in win32_mancomp win32_preparchive
25 -
26 -desktopdir = $(datadir)/applications
27 -desktop_DATA = lbreakout2.desktop
28 -icondir = $(datadir)/icons
29 -icon_DATA = lbreakout48.gif
30 +README-SDL.txt TODO lbreakout2.spec touchall \
31 +win32_mancomp win32_preparchive
32
33 WIN32_TEXT = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt \
34 TODO lbreakout2.spec ABOUT-NLS
35 diff -ru lbreakout2-2.6.1.orig/common/gettext.h lbreakout2-2.6.1/common/gettext.h
36 --- lbreakout2-2.6.1.orig/common/gettext.h 2005-10-19 16:07:57.000000000 -0400
37 +++ lbreakout2-2.6.1/common/gettext.h 2009-12-30 15:43:41.924907300 -0500
38 @@ -24,6 +24,7 @@
39
40 /* Get declarations of GNU message catalog functions. */
41 # include <libintl.h>
42 +# include <locale.h>
43
44 #else
45
46 diff -ru lbreakout2-2.6.1.orig/configure.in lbreakout2-2.6.1/configure.in
47 --- lbreakout2-2.6.1.orig/configure.in 2009-12-24 05:49:37.000000000 -0500
48 +++ lbreakout2-2.6.1/configure.in 2009-12-30 15:43:54.432781208 -0500
49 @@ -80,8 +80,6 @@
50 [ --enable-netdebug Enable net packet debugging.], netdebug_flag="-DNET_DEBUG_MSG" )
51 AC_SUBST(netdebug_flag)
52
53 -dnl set localedir
54 -localedir=$datadir/locale
55 locdir_flag="-DLOCALEDIR=\\\"$localedir\\\""
56
57 dnl installation&highscore path
58 diff -ru lbreakout2-2.6.1.orig/docs/Makefile.am lbreakout2-2.6.1/docs/Makefile.am
59 --- lbreakout2-2.6.1.orig/docs/Makefile.am 2005-02-16 16:07:25.000000000 -0500
60 +++ lbreakout2-2.6.1/docs/Makefile.am 2009-12-30 15:44:55.780855338 -0500
61 @@ -7,11 +7,11 @@
62 warp.jpg screen.jpg
63
64 install-data-local:
65 - $(mkinstalldirs) $(DESTDIR)$(doc_dir)/lbreakout2
66 + $(mkinstalldirs) $(DESTDIR)$(doc_dir)
67 @for file in *.jpg; do\
68 - $(INSTALL_DATA) $$file $(DESTDIR)$(doc_dir)/lbreakout2/$$file;\
69 + $(INSTALL_DATA) $$file $(DESTDIR)$(doc_dir)/$$file;\
70 done
71 - $(INSTALL_DATA) index.html $(DESTDIR)$(doc_dir)/lbreakout2/index.html
72 + $(INSTALL_DATA) index.html $(DESTDIR)$(doc_dir)/index.html
73
74 win32-install-script:
75 @for file in $(EXTRA_DIST); do \
76 diff -ru lbreakout2-2.6.1.orig/po/Makefile.in.in lbreakout2-2.6.1/po/Makefile.in.in
77 --- lbreakout2-2.6.1.orig/po/Makefile.in.in 2009-10-26 11:36:51.000000000 -0400
78 +++ lbreakout2-2.6.1/po/Makefile.in.in 2009-12-30 15:44:36.248781296 -0500
79 @@ -24,7 +24,7 @@
80 exec_prefix = @exec_prefix@
81 datadir = @datadir@
82 datarootdir = @datarootdir@
83 -localedir = $(datadir)/locale
84 +localedir = @localedir@
85 gettextsrcdir = $(datadir)/gettext/po
86
87 INSTALL = @INSTALL@