Upgrade to 0.7

* Added option TZONE for time zone time with automatic compensation
for daylight savings time.

* Added a monochrome bitmap. Activate it with the -m command line
option.
This commit is contained in:
wilfried 2001-06-15 09:59:32 +00:00
parent d660bc32a1
commit 8ee56bc9e2
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2001/03/28 10:08:57 wilfried Exp $
# $OpenBSD: Makefile,v 1.5 2001/06/15 09:59:32 wilfried Exp $
COMMENT= 'wm-dockapp; displays the time in different time zones'
DISTNAME= wmtz-0.6
DISTNAME= wmtz-0.7
CATEGORIES= x11 x11/windowmaker
NEED_VERSION= 1.364

View File

@ -1,3 +1,3 @@
MD5 (wmtz-0.6.tar.gz) = d05ccd6ab7f02cb2c1f069eb169195fa
RMD160 (wmtz-0.6.tar.gz) = 131911289e71eb8878e0b2c89019385218f68987
SHA1 (wmtz-0.6.tar.gz) = 44aac21348ee6bb261dcf4217eab786e4292d0b0
MD5 (wmtz-0.7.tar.gz) = 5e374e8bfcfc4fbf1b5f1cedf701e521
RMD160 (wmtz-0.7.tar.gz) = c8707f3ff3c7078077fcefa9afaf0fc6cc8286a1
SHA1 (wmtz-0.7.tar.gz) = 4cfd67a1357ff6c1b54b64296cb5b79c63727d4a

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-wmtz_Makefile,v 1.1.1.1 2001/03/09 08:43:39 wilfried Exp $
--- wmtz/Makefile.orig Sun Sep 24 15:17:00 2000
+++ wmtz/Makefile Thu Mar 8 13:26:33 2001
$OpenBSD: patch-wmtz_Makefile,v 1.2 2001/06/15 09:59:34 wilfried Exp $
--- wmtz/Makefile.orig Sun Mar 11 14:57:59 2001
+++ wmtz/Makefile Fri Jun 15 11:49:09 2001
@@ -1,8 +1,5 @@
-CC = gcc
-LIBDIR = -L/usr/X11R6/lib
@ -15,7 +15,7 @@ $OpenBSD: patch-wmtz_Makefile,v 1.1.1.1 2001/03/09 08:43:39 wilfried Exp $
.c.o:
- $(CC) -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
- $(CC) -I/usr/X11R6/include $(FLAGS) -c -Wall $< -o $*.o
+ $(CC) -I${X11BASE}/include ${CFLAGS} -c $< -o $@
wmtz: $(OBJS)