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.
This commit is contained in:
parent
f2eda1bb71
commit
c94496a6aa
3 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.5964 2004/05/15 21:03:36 itojun Exp $
|
||||
$NetBSD: CHANGES,v 1.5965 2004/05/15 23:42:24 xtraeme Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -2566,3 +2566,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated gnome to 2.6.1 [jmmv 2004-05-15]
|
||||
Updated gnome-extras to 2.6.1 [jmmv 2004-05-15]
|
||||
Re-added bind9-current with bind 9.3.0beta3 [itojun 2004-05-15]
|
||||
Updated gkrellm to 2.2.0 [xtraeme 2004-05-15]
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue