From c80474a686b27c75ee1f2c966739964a2785fe64 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 1 Jun 2000 16:10:38 +0000 Subject: Say hello to GNOME 1.2 audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release. --- sysutils/gnome-system-monitor/Makefile | 8 +++----- sysutils/gnome-system-monitor/distinfo | 2 +- sysutils/gnome-system-monitor/pkg-plist | 22 +++++++++++++--------- 3 files changed, 17 insertions(+), 15 deletions(-) (limited to 'sysutils/gnome-system-monitor') diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 98adf74d6ec7..b288cc078ab1 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -6,23 +6,21 @@ # PORTNAME= gtop -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtop MAINTAINER= ade@FreeBSD.org -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index 879de51197b1..6cd6b1f55709 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.7.tar.gz) = aa1f621dbe6461c5d6edd8d952c02d25 +MD5 (gtop-1.0.8.tar.gz) = f5749f352281c0e68d1d585207b9bec0 diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index a1d92205fe0d..80350981dcb9 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -1,7 +1,8 @@ bin/gtop -share/gnome/apps/Utilities/gtop.desktop +share/gnome/apps/System/gtop.desktop share/gnome/gtoprc -share/gnome/help/gtop/C/c12.html +share/gnome/help/gtop/C/credits.html +share/gnome/help/gtop/C/errata.html share/gnome/help/gtop/C/figs/gtop-fs-1.png share/gnome/help/gtop/C/figs/gtop-fs-2.png share/gnome/help/gtop/C/figs/gtop-mem.png @@ -11,25 +12,28 @@ share/gnome/help/gtop/C/figs/gtop-pic-middle.png share/gnome/help/gtop/C/figs/gtop-pic-top.png share/gnome/help/gtop/C/figs/gtop-prefs.png share/gnome/help/gtop/C/figs/gtop-proc.png +share/gnome/help/gtop/C/filesystems.html +share/gnome/help/gtop/C/gtop.html share/gnome/help/gtop/C/index.html +share/gnome/help/gtop/C/memory.html +share/gnome/help/gtop/C/more-info.html +share/gnome/help/gtop/C/preferences.html +share/gnome/help/gtop/C/processes.html share/gnome/help/gtop/C/topic.dat -share/gnome/help/gtop/C/x365.html -share/gnome/help/gtop/C/x436.html -share/gnome/help/gtop/C/x45.html -share/gnome/help/gtop/C/x511.html -share/gnome/help/gtop/C/x619.html -share/gnome/help/gtop/C/x627.html -share/gnome/help/gtop/C/x656.html share/gnome/pixmaps/gnome-gtop.png +share/locale/ca/LC_MESSAGES/gtop.mo share/locale/cs/LC_MESSAGES/gtop.mo share/locale/da/LC_MESSAGES/gtop.mo share/locale/de/LC_MESSAGES/gtop.mo +share/locale/el/LC_MESSAGES/gtop.mo share/locale/es/LC_MESSAGES/gtop.mo share/locale/fr/LC_MESSAGES/gtop.mo share/locale/ga/LC_MESSAGES/gtop.mo +share/locale/gl/LC_MESSAGES/gtop.mo share/locale/it/LC_MESSAGES/gtop.mo share/locale/ja/LC_MESSAGES/gtop.mo share/locale/ko/LC_MESSAGES/gtop.mo +share/locale/lt/LC_MESSAGES/gtop.mo share/locale/no/LC_MESSAGES/gtop.mo share/locale/pl/LC_MESSAGES/gtop.mo share/locale/pt/LC_MESSAGES/gtop.mo -- cgit