summaryrefslogtreecommitdiff
path: root/sysutils/gnome2-system-monitor/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-22 16:35:35 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-22 16:35:35 +0000
commit495004363c2e1058396d946d1b855913cc3a2346 (patch)
tree4163f261734952629695ba3543f2d7d929ee9ead /sysutils/gnome2-system-monitor/Makefile
parent03b793b719f7a6cda8324a82240d61057d7b7b9e (diff)
downloadpkgsrc-495004363c2e1058396d946d1b855913cc3a2346.tar.gz
Update to 2.10.0:
New in 2.10.0 - 7 mar 2005 * Updated i18n. New in 2.9.92 - 28 fev 2005 * Detect libgnomesu at runtime using GModule. (Hongli Lai) misc. cleanups. New in 2.9.91 - 7 jan 2005 * Fixed a couple of strings. * Updated i18n. New in 2.9.90 - 24 jan 2005 * Fixed drawing of graph - Martin Ejdestig * UI fixes - Luca Ferretti * Open Files shows files opened by a process - Nicolás Lichtmaier New in 2.9.4 - 10 jan 2295 * New OpenFiles view - nick@reloco.com.ar. * Uses libgnomesu - Hongli Lai. * HIG fixes - Luca Ferretti. * Displays "User Memory" instead of "Used Memory". New in 2.9.3 - 20 Dec 2004 * Fixed crasher bugs : #161350 and #160560. * Updated translations. New in 2.9.0 * Performance improvements. * Themed icon. * Columns are now reorderable in the proctable. * Devices list also shows 'free' diskspace. * 64bits fixes. * SELinux support. * Big cleanups. * Fixed so many bugs ...
Diffstat (limited to 'sysutils/gnome2-system-monitor/Makefile')
-rw-r--r--sysutils/gnome2-system-monitor/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gnome2-system-monitor/Makefile b/sysutils/gnome2-system-monitor/Makefile
index d1a98f9f70b..80a3195b43a 100644
--- a/sysutils/gnome2-system-monitor/Makefile
+++ b/sysutils/gnome2-system-monitor/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2005/02/26 17:26:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2005/03/22 16:35:35 jmmv Exp $
#
-DISTNAME= gnome-system-monitor-2.8.3
+DISTNAME= gnome-system-monitor-2.10.0
PKGNAME= ${DISTNAME:S/gnome/gnome2/}
CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
@@ -33,6 +33,7 @@ pre-configure:
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/libgtop2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"