pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update gkrellm to 2.2.4, ok cube@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01ee21bb710a
branches:  trunk
changeset: 482330:01ee21bb710a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Oct 25 15:29:48 2004 +0000

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

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

diffs (55 lines):

diff -r 684af5d95419 -r 01ee21bb710a doc/CHANGES
--- a/doc/CHANGES       Mon Oct 25 15:25:21 2004 +0000
+++ b/doc/CHANGES       Mon Oct 25 15:29:48 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7559 2004/10/25 13:48:33 seb Exp $
+$NetBSD: CHANGES,v 1.7560 2004/10/25 15:29:48 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4857,3 +4857,4 @@
        Updated gwenview to 1.1.6 [markd 2004-10-25]
        Updated kile to 1.7.1 [markd 2004-10-25]
        Updated dcraw to 1.213 [seb 2004-10-25]
+       Updated gkrellm to 2.2.4 [xtraeme 2004-10-25]
diff -r 684af5d95419 -r 01ee21bb710a sysutils/gkrellm/Makefile.common
--- a/sysutils/gkrellm/Makefile.common  Mon Oct 25 15:25:21 2004 +0000
+++ b/sysutils/gkrellm/Makefile.common  Mon Oct 25 15:29:48 2004 +0000
@@ -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+=             DEBUG=yes
 .endif
 
-GKRELLM_VERSION=       2.2.2
+GKRELLM_VERSION=       2.2.4
 GKRELLM_DISTBASE=      gkrellm-${GKRELLM_VERSION}
 GKRELLM_SRCDIR=                ${WRKDIR}/${GKRELLM_DISTBASE}
 
diff -r 684af5d95419 -r 01ee21bb710a sysutils/gkrellm/distinfo
--- a/sysutils/gkrellm/distinfo Mon Oct 25 15:25:21 2004 +0000
+++ b/sysutils/gkrellm/distinfo Mon Oct 25 15:29:48 2004 +0000
@@ -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 -r 684af5d95419 -r 01ee21bb710a sysutils/gkrellm/files/top.Makefile.inc
--- a/sysutils/gkrellm/files/top.Makefile.inc   Mon Oct 25 15:25:21 2004 +0000
+++ b/sysutils/gkrellm/files/top.Makefile.inc   Mon Oct 25 15:29:48 2004 +0000
@@ -1,4 +1,4 @@
-VERSION=       2.2.2
+VERSION=       2.2.4
 
 # Path options
 PREFIX?=       /usr/local



Home | Main Index | Thread Index | Old Index