1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to version 0.5.3

PR:		ports/67082
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-05-23 19:07:35 +00:00
parent 593f9dff95
commit 0be207c741
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109809
6 changed files with 33 additions and 21 deletions

View File

@ -6,19 +6,26 @@
#
PORTNAME= gnomebreakout
PORTVERSION= 0.5.2
PORTREVISION= 1
PORTVERSION= 0.5.3
CATEGORIES= games gnome
MASTER_SITES= http://users.senet.com.au/~alcaron/
MASTER_SITES= http://www.users.on.net/mipearson/
DISTNAME= gnome-breakout-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_GNOME= gnomehack gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e \
's|games.games|root:games|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|-Werror||g' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e \
's|@GETTEXT_PACKAGE@|@PACKAGE@|g' ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (gnome-breakout-0.5.2.tar.gz) = 3464e74aae8dce37da5336ed10ea6452
SIZE (gnome-breakout-0.5.2.tar.gz) = 223835
MD5 (gnome-breakout-0.5.3.tar.gz) = 38da8b1d1594e7ed6e94bd334d7c7d25
SIZE (gnome-breakout-0.5.3.tar.gz) = 197538

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- Makefile.in.orig Thu Feb 8 12:20:37 2001
+++ Makefile.in Thu Feb 8 12:21:38 2001
@@ -446,7 +446,7 @@
install-data-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-touch $(DESTDIR)$(scoredir)/gnome-breakout.scores
- -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
+ -chown root:games $(DESTDIR)$(scoredir)/gnome-breakout.scores
-chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores
-chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2755 $(DESTDIR)$(bindir)/gnome-breakout

View File

@ -0,0 +1,18 @@
--- src/anim.c.orig Mon May 10 19:42:51 2004
+++ src/anim.c Thu May 20 00:26:00 2004
@@ -47,6 +47,7 @@
Animation newanim;
char *fullfilename;
int i;
+ GError *gerror = NULL;
/* Find the number of frames */
fullfilename = g_strdup_printf("%s.%d.png", filename, 0);
@@ -64,7 +65,6 @@
sizeof(GdkPixbuf *));
for(i = 0; i < newanim.num_frames; i++) {
fullfilename = g_strdup_printf("%s.%d.png", filename, i);
- GError *gerror = NULL;
newanim.pixmaps[i] = gdk_pixbuf_new_from_file(fullfilename,
&gerror);
if(!newanim.pixmaps[i]) {

View File

@ -2,4 +2,4 @@ GNOME Breakout is a clone of the classic arcade game Breakout,
written for GNOME. Still in development, but very playable, and
very addictive.
WWW: http://users.senet.com.au/~alcaron/software.html
WWW: http://www.users.on.net/mipearson/

View File

@ -69,6 +69,7 @@ share/gnome/gnome-breakout/pixmaps/title.png
share/gnome/pixmaps/gnome-breakout.png
share/locale/de/LC_MESSAGES/gnome-breakout.mo
share/locale/ru/LC_MESSAGES/gnome-breakout.mo
share/locale/sv/LC_MESSAGES/gnome-breakout.mo
share/locale/tr/LC_MESSAGES/gnome-breakout.mo
@dirrm share/gnome/gnome-breakout/pixmaps
@dirrm share/gnome/gnome-breakout/levels