diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-15 15:23:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-15 15:23:12 +0000 |
commit | a47dad98739c5ed165f058b4cedd41bc4ea362e4 (patch) | |
tree | 8abe87dd36b701d42b249dbf347579927a6426ac /sysutils/gnome2-system-monitor/Makefile | |
parent | ec9a5c3a6e62bb67d48c5f4c6cbec2fc652d2296 (diff) | |
download | pkgsrc-a47dad98739c5ed165f058b4cedd41bc4ea362e4.tar.gz |
Update to 2.15.92:
New in 2.15.92 - 21 august 2006
* Fixed LoadGraph overlay.
* Fixed tiny leak.
* Fixed font and alignment of various columns.
New in 2.15.91 - 7 august 2006
* Renamed Devices tab as File Systems.
* Updated translations.
New in 2.15.90 - 26 july 2006
* Fixed segfault is libselinux not installed.
* The disks list is now correctly updated.
* Double-click in disks list opens the corresponding volume.
* debug messages are displayed on command line if
GNOME_SYSTEM_MONITOR_DEBUG is defined.
* New icon - Rodney Dawes <dobey@novell.com>
New in 2.15.4 - 9 july 2006
* No more compile dependency on libselinux.
* Process arguments with line feeds are now escaped. Closes #341095.
* Displays scale on graphs.
New in 2.15.0 - 29 june 2006
* Updated gconf schema.
* Can use libsexy to display process arguments.
* New memory column : displays estimated memory usage.
* Can use libgksu2.
Diffstat (limited to 'sysutils/gnome2-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome2-system-monitor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gnome2-system-monitor/Makefile b/sysutils/gnome2-system-monitor/Makefile index 78ac37877b5..30164dbcf5e 100644 --- a/sysutils/gnome2-system-monitor/Makefile +++ b/sysutils/gnome2-system-monitor/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2006/08/06 19:10:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2006/09/15 15:23:12 jmmv Exp $ # -DISTNAME= gnome-system-monitor-2.14.5 +DISTNAME= gnome-system-monitor-2.15.92 PKGNAME= ${DISTNAME:S/gnome/gnome2/} CATEGORIES= sysutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.15/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -34,6 +34,7 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0 .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libwnck/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../sysutils/libgtop2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" |