diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 15:29:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 15:29:48 +0000 |
commit | dd01de03eb64b24d3af6cc457eb3e44926df27ad (patch) | |
tree | cb4b5bed5c7962b070153d81c657c7d7b844e178 /sysutils | |
parent | 14d87466dac6aa3fc650b74f2c0e583f8be87d39 (diff) | |
download | pkgsrc-dd01de03eb64b24d3af6cc457eb3e44926df27ad.tar.gz |
Update gkrellm to 2.2.4, ok cube@.
Changes:
2.2.4 - Mon Sep 6, 2004
-----------------------
* 2.2.3 used a Gtk 2.4 function and did not compile under Gtk 2.2, so
added GTK_CHECK_VERSION.
* Jerome UZEL got a patch in to account for deleted email in
Evolution mailboxes.
2.2.3 - Mon Sep 6, 2004
-----------------------
* On SMP machines, allow sensors to be relocated to composite CPU panel.
* Alan Swanson: icon patch to give GKrellM and its configuration windows
an icon for task switching.
* Bugfixes:
o Christophe Barbe: fix mail.c X-Evolution flag decoding to use
proper "seen" bit for determining new/old email.
o Henrik Brix Andersen: use gtk_window_get_size() when calculating
_NET_WM_STRUT size so strut space can be resized when shutting gkrellm.
o Don't save new y_positions that are y packed and not user set (eg
preserve user positon when opening fs secondaries for > 10 seconds).
o Don't nest static function declarations inside of functions to fix
upcoming gcc 3.5 compile errors - from Art Haas.
o Sensor location menu wasn't recreated after the first config opening.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/gkrellm/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gkrellm/files/top.Makefile.inc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/gkrellm/Makefile.common b/sysutils/gkrellm/Makefile.common index 81f78b5a845..35a915c12e4 100644 --- a/sysutils/gkrellm/Makefile.common +++ b/sysutils/gkrellm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2004/07/27 14:57:23 cube Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/10/25 15:29:48 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.2.2 +GKRELLM_VERSION= 2.2.4 GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION} GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE} diff --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo index da1ad21a9d6..540649f5cc3 100644 --- a/sysutils/gkrellm/distinfo +++ b/sysutils/gkrellm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2004/07/27 14:57:23 cube Exp $ +$NetBSD: distinfo,v 1.29 2004/10/25 15:29:48 xtraeme Exp $ -SHA1 (gkrellm-2.2.2.tar.bz2) = 394de80f0aee85d9e36f5476b7b84c900a72aa1a -Size (gkrellm-2.2.2.tar.bz2) = 665011 bytes +SHA1 (gkrellm-2.2.4.tar.bz2) = 20bf65e8b4d0026d5a727e6e5f6f4ded487bb935 +Size (gkrellm-2.2.4.tar.bz2) = 647916 bytes SHA1 (patch-aa) = e7d7dc8f3189632a8a0855c3fc39479482407cc4 SHA1 (patch-ab) = de2ef6e1d083a32c274d2ec42fa1b9e9d3d65663 SHA1 (patch-ac) = 8890d5a5e8eaf21508a1bf91de788183fd6f7a75 diff --git a/sysutils/gkrellm/files/top.Makefile.inc b/sysutils/gkrellm/files/top.Makefile.inc index ea46a9af1a2..058923e2dfc 100644 --- a/sysutils/gkrellm/files/top.Makefile.inc +++ b/sysutils/gkrellm/files/top.Makefile.inc @@ -1,4 +1,4 @@ -VERSION= 2.2.2 +VERSION= 2.2.4 # Path options PREFIX?= /usr/local |