pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update sysutils/gkrellm to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32a4c0808a95
branches:  trunk
changeset: 475443:32a4c0808a95
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 15 23:42:24 2004 +0000

description:
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:

 doc/CHANGES                      |  3 ++-
 sysutils/gkrellm/Makefile.common |  4 ++--
 sysutils/gkrellm/distinfo        |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 732be7b91f07 -r 32a4c0808a95 doc/CHANGES
--- a/doc/CHANGES       Sat May 15 21:12:45 2004 +0000
+++ b/doc/CHANGES       Sat May 15 23:42:24 2004 +0000
@@ -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 @@
        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]
diff -r 732be7b91f07 -r 32a4c0808a95 sysutils/gkrellm/Makefile.common
--- a/sysutils/gkrellm/Makefile.common  Sat May 15 21:12:45 2004 +0000
+++ b/sysutils/gkrellm/Makefile.common  Sat May 15 23:42:24 2004 +0000
@@ -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+=             DEBUG=yes
 .endif
 
-GKRELLM_VERSION=       2.1.28
+GKRELLM_VERSION=       2.2.0
 GKRELLM_DISTBASE=      gkrellm-${GKRELLM_VERSION}
 GKRELLM_SRCDIR=                ${WRKDIR}/${GKRELLM_DISTBASE}
 
diff -r 732be7b91f07 -r 32a4c0808a95 sysutils/gkrellm/distinfo
--- a/sysutils/gkrellm/distinfo Sat May 15 21:12:45 2004 +0000
+++ b/sysutils/gkrellm/distinfo Sat May 15 23:42:24 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index