# wmfishtime/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The original version of this package, which was built against Gtk 1.2, seems to have had a memory leak. The current version is built against Gtk 2 and that change seems to have fixed the memory leak in question. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 1545 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.07 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = gtkcore ldbefore = -lX11 -lm -lc license = GNU General Public License, version 2 (June 1991) tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR sed -e "s|usleep(20000)|usleep(60000)|" \ -i fishmon.c make cp -p wmfishtime $BINDIR/ cp -p $PKGDIR_SPECIAL/uwclock $BINDIR/ cp -p $PKGDIR_SPECIAL/wmfishtime.1 $MANDIR/ chmod 755 $BINDIR/uwclock #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_home = http://www.ne.jp/asahi/linux/timecop/ url_lfs = n/a url_debian = http://packages.debian.org/unstable/source/\ wmfishtime url_tarball = http://www.ne.jp/asahi/linux/timecop/software/\ wmfishtime-1.24.tar.gz #--------------------------------------------------------------------- [about] "wmfishtime" is an animated clock that displays the current time, date, and the day of the week inside a small aquarium. It features alpha-blended bubbles, anti-aliased clock hands, and fish swimming be- hind the clock face. A mail-check option is also provided. #--------------------------------------------------------------------- [history] 210313 Switched from Gtk 1.2 to Gtk 2 by way of a Debian patch