diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-15 23:42:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-15 23:42:24 +0000 |
commit | c94496a6aaacc3e07e1e55cd7811d38d67ba5563 (patch) | |
tree | 3582b701ec07c036027a6cc6e38114727061738d /sysutils/gkrellm | |
parent | f2eda1bb71330abcf5ec46b22dbc7f9aaa68d493 (diff) | |
download | pkgsrc-c94496a6aaacc3e07e1e55cd7811d38d67ba5563.tar.gz |
Update sysutils/gkrellm to 2.2.0.
2.2.0 - Sat May 15, 2004
------------------------
* Replace GdkFont text drawing with Pango.
* Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a
tutorial on a client/server capable plugin.
* Minimize Pango drawing to get CPU usage down:
1) Draw chart text on a caching text layer.
2) Add a "scroll text" api to text decals where a Pango string is
drawn on a pixmap which can be srolled by setting the decal offset.
See the plugins and themes changelog for more info.
* linux.c reads temperatures from the hddtemp daemon so disk temperature
display can be consistent with other sensors (and detected by gkrellmd).
* Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib
gmodule and initialize text extent in clock.c
* Sjoerd Simons: set the _NET_WM_STRUT property when dock type.
* Defer setting withdrawn state until after main window realize.
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/gkrellm/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/gkrellm/Makefile.common b/sysutils/gkrellm/Makefile.common index 3f014eac67c..18fd0511576 100644 --- a/sysutils/gkrellm/Makefile.common +++ b/sysutils/gkrellm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/03/29 06:47:30 cube Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/05/15 23:42:24 xtraeme Exp $ DISTNAME= ${GKRELLM_DISTBASE} PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION} @@ -20,7 +20,7 @@ MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale MAKE_ENV+= DEBUG=yes .endif -GKRELLM_VERSION= 2.1.28 +GKRELLM_VERSION= 2.2.0 GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION} GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE} diff --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo index d31797af753..370ba94e6b9 100644 --- a/sysutils/gkrellm/distinfo +++ b/sysutils/gkrellm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2004/05/09 22:04:30 fredb Exp $ +$NetBSD: distinfo,v 1.23 2004/05/15 23:42:24 xtraeme Exp $ -SHA1 (gkrellm-2.1.28.tar.bz2) = 3c02b156b1218ba6d164ec652b4dec47f33f88b4 -Size (gkrellm-2.1.28.tar.bz2) = 633487 bytes +SHA1 (gkrellm-2.2.0.tar.bz2) = ddd6a61e8b85d672d6f0d15871e32381deceb0a8 +Size (gkrellm-2.2.0.tar.bz2) = 663376 bytes SHA1 (patch-aa) = 6335a5cb00a535c34c35fad47db077cb8db51dfe |