pkgsrc/sysutils/gnome2-system-monitor/Makefile

42 lines
1.2 KiB
Makefile
Raw Normal View History

Update to 2.12.1: New in 2.12.1 - 2 october 2005 * Updated translations. * Fixed #317660. New in 2.12.0 - 5 september 2005 * Updated translations. New in 2.11.92 - 22 august 2005 * Reworked and fixed device list. New in 2.11.91 - 9 august 2005 * Removed some debug messages. New in 2.11.90 - 25 july 2005 * Better icon lookup. * Fixed column default sort order. #310804. * Fixed division by 0. New in 2.11.5 - 13 july 2005 * Provide controls to SIGSTOP and SIGCONT a process. * Start timeouts only when needed. Should save some CPU. * Fixed process kill. New in 2.11.4 - 1 july 2005 * Added network history graph. Modified default colors to be a little brighter. Martin Ejdestig <mejde@dtek.chalmers.se>. * Fixed column order. * Moved Show combo box functionality to View menu. * Change priority slider max value on Linux. * Fixed confusing error message when libgnomesu is not found. * Fixed startup notification. Davyd Madeley and Paollo Borelli. * HIG fixes. Dennis Cranston <dennis_cranston@yahoo.com>. Merci à tous :) New in 2.11.3 - 8 june 2005 * Better SELinux detection. * Use "CPU" instead of "CPU%d" is system has only one cpu. * Disable process dependencies by default. * Fixed process sort. * Fixed segfault. Special thanks to Rod Butcher. * Many code cleanups. New in 2.11.2 - 18 may 2005 * Port to GtkUIManager by Paolo Borelli. * Removed the search box. * Displays load averages. * Fixed user name is uid changes. Fixed process name. * Fixed a lot of leaks. * Uses SI units. * New Device tab. New option to show all devices. Refresh devices list whenever a device is mounted or unmounted. * Smooth refresh so keep g-s-m own cpu usage < 10% * Fixed display if there's no swap. * Spawn only one instance of gnome-system-monitor thanks to libbacon. * etc Thanks to everyone who helped me. See ChangeLog.
2005-10-16 14:13:18 +02:00
# $NetBSD: Makefile,v 1.27 2005/10/16 12:13:18 jmmv Exp $
#
Update to 2.12.1: New in 2.12.1 - 2 october 2005 * Updated translations. * Fixed #317660. New in 2.12.0 - 5 september 2005 * Updated translations. New in 2.11.92 - 22 august 2005 * Reworked and fixed device list. New in 2.11.91 - 9 august 2005 * Removed some debug messages. New in 2.11.90 - 25 july 2005 * Better icon lookup. * Fixed column default sort order. #310804. * Fixed division by 0. New in 2.11.5 - 13 july 2005 * Provide controls to SIGSTOP and SIGCONT a process. * Start timeouts only when needed. Should save some CPU. * Fixed process kill. New in 2.11.4 - 1 july 2005 * Added network history graph. Modified default colors to be a little brighter. Martin Ejdestig <mejde@dtek.chalmers.se>. * Fixed column order. * Moved Show combo box functionality to View menu. * Change priority slider max value on Linux. * Fixed confusing error message when libgnomesu is not found. * Fixed startup notification. Davyd Madeley and Paollo Borelli. * HIG fixes. Dennis Cranston <dennis_cranston@yahoo.com>. Merci à tous :) New in 2.11.3 - 8 june 2005 * Better SELinux detection. * Use "CPU" instead of "CPU%d" is system has only one cpu. * Disable process dependencies by default. * Fixed process sort. * Fixed segfault. Special thanks to Rod Butcher. * Many code cleanups. New in 2.11.2 - 18 may 2005 * Port to GtkUIManager by Paolo Borelli. * Removed the search box. * Displays load averages. * Fixed user name is uid changes. Fixed process name. * Fixed a lot of leaks. * Uses SI units. * New Device tab. New option to show all devices. Refresh devices list whenever a device is mounted or unmounted. * Smooth refresh so keep g-s-m own cpu usage < 10% * Fixed display if there's no swap. * Spawn only one instance of gnome-system-monitor thanks to libbacon. * etc Thanks to everyone who helped me. See ChangeLog.
2005-10-16 14:13:18 +02:00
DISTNAME= gnome-system-monitor-2.12.1
PKGNAME= ${DISTNAME:S/gnome/gnome2/}
CATEGORIES= sysutils gnome
Update to 2.12.1: New in 2.12.1 - 2 october 2005 * Updated translations. * Fixed #317660. New in 2.12.0 - 5 september 2005 * Updated translations. New in 2.11.92 - 22 august 2005 * Reworked and fixed device list. New in 2.11.91 - 9 august 2005 * Removed some debug messages. New in 2.11.90 - 25 july 2005 * Better icon lookup. * Fixed column default sort order. #310804. * Fixed division by 0. New in 2.11.5 - 13 july 2005 * Provide controls to SIGSTOP and SIGCONT a process. * Start timeouts only when needed. Should save some CPU. * Fixed process kill. New in 2.11.4 - 1 july 2005 * Added network history graph. Modified default colors to be a little brighter. Martin Ejdestig <mejde@dtek.chalmers.se>. * Fixed column order. * Moved Show combo box functionality to View menu. * Change priority slider max value on Linux. * Fixed confusing error message when libgnomesu is not found. * Fixed startup notification. Davyd Madeley and Paollo Borelli. * HIG fixes. Dennis Cranston <dennis_cranston@yahoo.com>. Merci à tous :) New in 2.11.3 - 8 june 2005 * Better SELinux detection. * Use "CPU" instead of "CPU%d" is system has only one cpu. * Disable process dependencies by default. * Fixed process sort. * Fixed segfault. Special thanks to Rod Butcher. * Many code cleanups. New in 2.11.2 - 18 may 2005 * Port to GtkUIManager by Paolo Borelli. * Removed the search box. * Displays load averages. * Fixed user name is uid changes. Fixed process name. * Fixed a lot of leaks. * Uses SI units. * New Device tab. New option to show all devices. Refresh devices list whenever a device is mounted or unmounted. * Smooth refresh so keep g-s-m own cpu usage < 10% * Fixed display if there's no swap. * Spawn only one instance of gnome-system-monitor thanks to libbacon. * etc Thanks to everyone who helped me. See ChangeLog.
2005-10-16 14:13:18 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME 2 system monitor program
BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf gmake pkg-config
LIBS+= -lutil
GCONF2_SCHEMAS+= gnome-system-monitor.schemas
pre-configure:
cd ${WRKSRC} && ${PREFIX}/bin/libtoolize
cd ${WRKSRC} && autoconf
.include "../../devel/GConf2/schemas.mk"
2004-02-11 11:02:26 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
2004-02-11 11:02:26 +01:00
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/libgtop2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
2004-02-11 11:02:26 +01:00
.include "../../x11/startup-notification/buildlink3.mk"
2004-02-11 11:02:26 +01:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"