summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-22 09:26:34 +0000
committernia <nia@pkgsrc.org>2020-03-22 09:26:34 +0000
commita32193431f5168f04141ca2ef563580b5abab242 (patch)
tree0547fce81941a85927d5f4d057b674ee745d338d /games
parent6b2e06982a14b4e234878bceae125dec7e238644 (diff)
downloadpkgsrc-a32193431f5168f04141ca2ef563580b5abab242.tar.gz
lpairs: Update to 1.0.5
1.0.5: - reduced delay to prevent event loop from dying (2018/11/02 MS) - fixed compiler warnings and errors (2018/11/02 MS) - improved ingame font (2015/04/12 MS) - always choose set from all icons (2015/04/12 MS) - added animation for removing cards (2015/04/12 MS)
Diffstat (limited to 'games')
-rw-r--r--games/lpairs/Makefile6
-rw-r--r--games/lpairs/PLIST5
-rw-r--r--games/lpairs/distinfo12
-rw-r--r--games/lpairs/patches/patch-lpairs_sdl.c13
-rw-r--r--games/lpairs/patches/patch-lpairs_sdl.h13
5 files changed, 11 insertions, 38 deletions
diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile
index eb9193da3c1..9dc0435f014 100644
--- a/games/lpairs/Makefile
+++ b/games/lpairs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/03/20 11:57:43 nia Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 09:26:34 nia Exp $
-DISTNAME= lpairs-1.0.4
-PKGREVISION= 2
+DISTNAME= lpairs-1.0.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
@@ -12,6 +11,7 @@ COMMENT= Memory game matching pairs of cards
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --disable-sdltest
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/games/lpairs/PLIST b/games/lpairs/PLIST
index 6d6822cdd77..54863f9c6a7 100644
--- a/games/lpairs/PLIST
+++ b/games/lpairs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/04/16 17:44:07 shattered Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/22 09:26:34 nia Exp $
bin/lpairs
share/games/lpairs/gfx/0.bmp
share/games/lpairs/gfx/1.bmp
@@ -22,9 +22,10 @@ share/games/lpairs/gfx/8.bmp
share/games/lpairs/gfx/9.bmp
share/games/lpairs/gfx/back.bmp
share/games/lpairs/gfx/button.bmp
+share/games/lpairs/gfx/f_small_white.bmp
+share/games/lpairs/gfx/f_standard.bmp
share/games/lpairs/gfx/f_white.bmp
share/games/lpairs/gfx/f_yellow.bmp
-share/games/lpairs/gfx/stan_font.bmp
share/games/lpairs/gfx/title.bmp
share/games/lpairs/sound/click.wav
share/games/lpairs/sound/fail.wav
diff --git a/games/lpairs/distinfo b/games/lpairs/distinfo
index ef7623a15ad..cc9cf283185 100644
--- a/games/lpairs/distinfo
+++ b/games/lpairs/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 20:56:58 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/03/22 09:26:34 nia Exp $
-SHA1 (lpairs-1.0.4.tar.gz) = 4e7c8d9b55ccb8c740d8125c116347cf7bb36fb4
-RMD160 (lpairs-1.0.4.tar.gz) = ca4a23bc536dba7da625eb3485258381de003c5d
-SHA512 (lpairs-1.0.4.tar.gz) = 637f9782c1c1faee3fe0d02adeeb7ea70704f1b625922e1ba086cd03e9a6cf1d61a082eff4753a2ec8be5fc7041bd029f193adf847a39e773e4eedd9eafb2b97
-Size (lpairs-1.0.4.tar.gz) = 536625 bytes
+SHA1 (lpairs-1.0.5.tar.gz) = a89c1d7e8fe9d2ad5a6b0a2fd6399333dfd76f80
+RMD160 (lpairs-1.0.5.tar.gz) = 119130b9b277efa39a2ca7c3e24d47a14e5d1eb1
+SHA512 (lpairs-1.0.5.tar.gz) = 381c47969446b778c694f484647ab6a6bd41eb996e741a01a63f1b854c30f78c7e9f1043546a3b8649ec6db940cac3b7ae5ba3c23e6c9df2716a93e6f6d37324
+Size (lpairs-1.0.5.tar.gz) = 557997 bytes
SHA1 (patch-aa) = 59a134c074cf9b0ff2aeef297fc88e06ed6a977a
-SHA1 (patch-lpairs_sdl.c) = 119452952684dd51af5c92f0becdf9344f715da4
-SHA1 (patch-lpairs_sdl.h) = c376de1f420f5a930a2c78a2947b17949d763769
diff --git a/games/lpairs/patches/patch-lpairs_sdl.c b/games/lpairs/patches/patch-lpairs_sdl.c
deleted file mode 100644
index bd73fd1a48d..00000000000
--- a/games/lpairs/patches/patch-lpairs_sdl.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lpairs_sdl.c,v 1.1 2012/07/03 18:42:58 joerg Exp $
-
---- lpairs/sdl.c.orig 2012-07-03 16:02:59.000000000 +0000
-+++ lpairs/sdl.c
-@@ -480,7 +480,7 @@ void hardware_cap()
- /*
- update rectangle (0,0,0,0)->fullscreen
- */
--inline void refresh_screen(int x, int y, int w, int h)
-+void refresh_screen(int x, int y, int w, int h)
- {
- SDL_UpdateRect(sdl.screen, x, y, w, h);
- }
diff --git a/games/lpairs/patches/patch-lpairs_sdl.h b/games/lpairs/patches/patch-lpairs_sdl.h
deleted file mode 100644
index 703cc88a34f..00000000000
--- a/games/lpairs/patches/patch-lpairs_sdl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lpairs_sdl.h,v 1.1 2012/07/03 18:42:58 joerg Exp $
-
---- lpairs/sdl.h.orig 2012-07-03 16:02:57.000000000 +0000
-+++ lpairs/sdl.h
-@@ -116,7 +116,7 @@ void init_sdl( int f );
- void quit_sdl();
- int set_video_mode( int w, int h, int d, int f );
- void hardware_cap();
--inline void refresh_screen( int x, int y, int w, int h );
-+void refresh_screen( int x, int y, int w, int h );
- void refresh_rects();
- void add_refresh_rect(int x, int y, int w, int h);
- void dim_screen(int steps, int delay, int trp);