From a7261dcadf1aa2a8aa63bcbe61bc60563b696481 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 May 2004 14:53:04 +0000 Subject: Update to 0.4.2: * 0.4.2 (20-04-2004) - actually applied the map switching fixes (doh!) - fixed compilation for Mandrake 9.1 and Slackware 9.1 - revamped campaign system - added support for difficulty levels (handicaps) - added player selection when playing against the computer - added default mission soundtrack - 'createunit' events now work with arbitrary locations - added support for changing squad size and initial xp for units - added 'handicap' trigger - lots of minor fixes and featurelets --- games/crimsonfields/Makefile | 7 ++++--- games/crimsonfields/PLIST | 4 +++- games/crimsonfields/distinfo | 7 +++---- games/crimsonfields/patches/patch-aa | 20 -------------------- 4 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 games/crimsonfields/patches/patch-aa (limited to 'games/crimsonfields') diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 30216f9897f..43c453ccd85 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/10 14:53:04 wiz Exp $ # -DISTNAME= crimson-0.4.1 +DISTNAME= crimson-0.4.2 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ @@ -14,7 +14,8 @@ COMMENT= Tactical war game in the tradition of Battle Isle USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make -USE_PKGLOCALEDIR= yes +# not standard locale files +#USE_PKGLOCALEDIR= no GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-bi2cf --enable-cfed --enable-comet diff --git a/games/crimsonfields/PLIST b/games/crimsonfields/PLIST index 4e241199bbc..aee2a59d49f 100644 --- a/games/crimsonfields/PLIST +++ b/games/crimsonfields/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/03/12 22:15:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/05/10 14:53:04 wiz Exp $ bin/bi2cf bin/cfed bin/comet @@ -25,6 +25,7 @@ share/crimson/levels/Revelation.lev share/crimson/levels/Uprising.lev share/crimson/locale/de.dat share/crimson/locale/en.dat +share/crimson/music/default.mid share/crimson/sound/ask.wav share/crimson/sound/clicked.wav share/crimson/sound/error.wav @@ -34,6 +35,7 @@ share/crimson/sound/select.wav share/crimson/title.bmp share/pixmaps/crimson.png @dirrm share/crimson/sound +@dirrm share/crimson/music @dirrm share/crimson/locale @dirrm share/crimson/levels @dirrm share/crimson diff --git a/games/crimsonfields/distinfo b/games/crimsonfields/distinfo index 7d0ab24fca4..33e4edd0359 100644 --- a/games/crimsonfields/distinfo +++ b/games/crimsonfields/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/03/12 22:15:33 wiz Exp $ +$NetBSD: distinfo,v 1.8 2004/05/10 14:53:04 wiz Exp $ -SHA1 (crimson-0.4.1.tar.bz2) = e00af7a818b99a692e69cc0f0b4d038f9fdbc6be -Size (crimson-0.4.1.tar.bz2) = 596801 bytes -SHA1 (patch-aa) = bf1bf2c4ff60f51c47db7dad9248d6389b6e3e4a +SHA1 (crimson-0.4.2.tar.bz2) = da23c103e713f160a93dace9a2237f439a526708 +Size (crimson-0.4.2.tar.bz2) = 617145 bytes diff --git a/games/crimsonfields/patches/patch-aa b/games/crimsonfields/patches/patch-aa deleted file mode 100644 index 3bf601c3ef7..00000000000 --- a/games/crimsonfields/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/03/12 22:15:33 wiz Exp $ - ---- locale/Makefile.in.orig 2004-03-02 18:19:08.000000000 +0100 -+++ locale/Makefile.in -@@ -173,12 +173,12 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) - uninstall-info-am: - install-localeDATA: $(locale_DATA) - @$(NORMAL_INSTALL) -- $(mkdir_p) $(DESTDIR)$(localedir) -+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/locale - @list='$(locale_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(localedir)/$$f"; \ -- $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(localedir)/$$f; \ -+ echo " $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/locale/$$f"; \ -+ $(localeDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/locale/$$f; \ - done - - uninstall-localeDATA: -- cgit v1.2.3