From e1fa0be1d62845315465e7c88b813a8c01a82bf5 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 11 Jun 2001 22:26:56 +0000 Subject: Update xpenguins to version 2.1 * Version 2.1 (26 May 2001) - Found a WM that requires vroot.h: amiwm - replaced vroot.h functionality - Detects KDE, Enlightenment & Nautilus desktops & draws to them (at last!) - Sends expose event to background window so that KDE icons reappear - ToonErase does not erase whole screen on first call - No longer segfaults if display not found (new bug in 2.0) - Can override root window detection using `--id' - Use `--nice' to respond to system load by killing toons * Version 2.0 (7 May 2001) - Minor changes to error reporting * Version 1.9 (1 May 2001) - Code modularisation and separation into lots of different files - A massive rewrite of xpenguins_*.c code (toon_*.c functions mostly unchanged) - Themability added and some default themes written - Now use automake and autoconf - Removed use of vroot.h - I really don't know what it did anyway --- x11/xpenguins/Makefile | 9 ++++---- x11/xpenguins/distinfo | 8 +++---- x11/xpenguins/patches/patch-aa | 24 --------------------- x11/xpenguins/patches/patch-ab | 13 ------------ x11/xpenguins/pkg/DESCR | 10 ++++++--- x11/xpenguins/pkg/PLIST | 47 +++++++++++++++++++++++++++++++++++++++++- 6 files changed, 60 insertions(+), 51 deletions(-) delete mode 100644 x11/xpenguins/patches/patch-aa delete mode 100644 x11/xpenguins/patches/patch-ab (limited to 'x11') diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index 795e6c06c66..48992cffd09 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:07:21 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/11 22:26:56 zuntum Exp $ # -DISTNAME= xpenguins-1.2 +DISTNAME= xpenguins-2.1 CATEGORIES= games x11 MASTER_SITES= http://xpenguins.seul.org/ @@ -10,9 +10,8 @@ HOMEPAGE= http://xpenguins.seul.org/ COMMENT= Little penguins walking along the tops of your windows USE_XPM= YES +USE_X11= YES -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 ${PREFIX}/man/man1 +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpenguins/distinfo b/x11/xpenguins/distinfo index bf5b27ed974..b398b0c35ca 100644 --- a/x11/xpenguins/distinfo +++ b/x11/xpenguins/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:58 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/06/11 22:26:56 zuntum Exp $ -SHA1 (xpenguins-1.2.tar.gz) = d0666c727d01582c6d6c767e452f6f4189f128dc -Size (xpenguins-1.2.tar.gz) = 44076 bytes -SHA1 (patch-aa) = dac1dd56c09b4b744335ca4c4e2217a443b6feb7 -SHA1 (patch-ab) = 753bc8721efa246c4b82dd622f2738641a30c1ad +SHA1 (xpenguins-2.1.tar.gz) = e0c544c90c9026eb55f1f479ec245325ef51f479 +Size (xpenguins-2.1.tar.gz) = 156550 bytes diff --git a/x11/xpenguins/patches/patch-aa b/x11/xpenguins/patches/patch-aa deleted file mode 100644 index aad0a4b752b..00000000000 --- a/x11/xpenguins/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/05/30 01:35:07 hubertf Exp $ - ---- Makefile.BAK Wed May 17 23:00:20 2000 -+++ Makefile Tue May 30 03:19:32 2000 -@@ -6,8 +6,8 @@ - CFLAGS = -Wall $(RPM_OPT_FLAGS) - - XLIBS = -lX11 -lXpm -lXext --XLIBDIR = -L/usr/X11R6/lib -L/usr/local/lib --XINCLUDEDIRS = -I/usr/X11R6/include -I/usr/local/include -+XLIBDIR = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -+XINCLUDEDIRS = -I${X11BASE}/include - - OBJS = xpenguins.o toon.o - PROGRAM = xpenguins -@@ -17,7 +17,7 @@ - $(PROGRAM): $(OBJS) - $(CC) $(CFLAGS) $(XLIBDIR) $(XLIBS) $(OBJS) -o $(PROGRAM) - --%.o: %.c -+.c.o: - $(CC) $(CFLAGS) $(XINCLUDEDIRS) -c $< - - clean: diff --git a/x11/xpenguins/patches/patch-ab b/x11/xpenguins/patches/patch-ab deleted file mode 100644 index 1824aefd7c4..00000000000 --- a/x11/xpenguins/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/08/18 18:34:23 wiz Exp $ - ---- toon.c.orig Tue May 23 10:07:29 2000 -+++ toon.c -@@ -182,6 +182,8 @@ - { - int i, status; - XpmAttributes attributes; -+ -+ memset(&attributes, 0, sizeof(attributes)); - for (i=0;i