Window manager dockapp, show time, date and internet time.
This commit is contained in:
parent
96a8f20373
commit
b2e4c60636
5 changed files with 52 additions and 0 deletions
2
wmitime/DESCR
Normal file
2
wmitime/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Windowmaker dockapp showing time, date and itime. Digital and analog time
|
||||
displays. Works under fluxbox/blackbox window managers.
|
17
wmitime/Makefile
Normal file
17
wmitime/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/02 22:33:07 amadeus_z Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wmitime-0.3
|
||||
CATEGORIES= x11 sysutils
|
||||
MASTER_SITES= http://www.neotokyo.org/illusion/downloads/
|
||||
|
||||
MAINTAINER= poff@sixbit.org
|
||||
HOMEPAGE= http://www.neotokyo.org/illusion/dock_apps.html
|
||||
COMMENT= Windowmaker dockapp for time/date/itime
|
||||
|
||||
WRKSRC= ${WRKDIR}/wmitime/wmitime
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_X11= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
wmitime/PLIST
Normal file
2
wmitime/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/02 22:33:08 amadeus_z Exp $
|
||||
bin/wmitime
|
5
wmitime/distinfo
Normal file
5
wmitime/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/08/02 22:33:07 amadeus_z Exp $
|
||||
|
||||
SHA1 (wmitime-0.3.tar.gz) = 64bb07c5eccce5592088cfccc87836f66695e07c
|
||||
Size (wmitime-0.3.tar.gz) = 21442 bytes
|
||||
SHA1 (patch-aa) = 68f8f0f1b0a9d2af5164f10df6d4a939522c5334
|
26
wmitime/patches/patch-aa
Normal file
26
wmitime/patches/patch-aa
Normal file
|
@ -0,0 +1,26 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2003/08/02 22:33:08 amadeus_z Exp $
|
||||
|
||||
--- Makefile.orig Mon Mar 29 03:51:39 1999
|
||||
+++ Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
-#LANG = fr
|
||||
-LIBDIR = -L/usr/X11R6/lib
|
||||
+LANG = en
|
||||
+LIBDIR = -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/X11R6/lib
|
||||
LIBS = -lXpm -lXext -lX11 -lm
|
||||
-FLAGS = -O2
|
||||
+FLAGS = -O2 -I/usr/pkg/include -I/usr/X11R6/include
|
||||
OBJS = wmitime.o \
|
||||
../wmgeneral/wmgeneral.o \
|
||||
../wmgeneral/misc.o \
|
||||
@@ -24,9 +24,7 @@ clean::
|
||||
rm -f *~
|
||||
|
||||
install:: wmitime
|
||||
- cp -f wmitime /usr/local/bin/
|
||||
- chmod 755 /usr/local/bin/wmitime
|
||||
- chown root:root /usr/local/bin/wmitime
|
||||
+ install -c -o root -g wheel -m 555 wmitime $(PREFIX)/bin/wmitime
|
||||
# cp wminetrc $(HOME)/.wminetrc
|
||||
# chmod 600 $(HOME)/.wminetrc
|
||||
# cp wminetrc /etc/wminetrc
|
Loading…
Reference in a new issue