diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | f62e25411b41ca8baddd09338c464cd9b8eb7ef6 (patch) | |
tree | 461379d765de7667472a8d24cf3b741ac706024e /sysutils/gnome-system-monitor | |
parent | e739179a076b7ce87c2686708607b87f29f155f7 (diff) | |
download | FreeBSD-ports-f62e25411b41ca8baddd09338c464cd9b8eb7ef6.zip FreeBSD-ports-f62e25411b41ca8baddd09338c464cd9b8eb7ef6.tar.gz |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Diffstat (limited to 'sysutils/gnome-system-monitor')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index a59ac23..83c2ec20 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomesystemmonitor PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.0 @@ -15,9 +16,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ - wnck-1.4:${PORTSDIR}/x11-toolkits/libwnck + wnck-1.9:${PORTSDIR}/x11-toolkits/libwnck USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index f20f766..3dee301 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -24,6 +24,7 @@ share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml share/gnome/help/gnome-system-monitor/C/legal.xml share/gnome/omf/gnome-system-monitor/gnome-system-monitor-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-system-monitor/gnome-system-monitor-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/procman.png share/locale/am/LC_MESSAGES/gnome-system-monitor.mo share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo @@ -75,3 +76,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo @dirrm etc/gconf/gconf.xml.defaults/apps/procman/memmapstree @dirrm etc/gconf/gconf.xml.defaults/apps/procman/disktree @dirrm etc/gconf/gconf.xml.defaults/apps/procman +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-system-monitor/gnome-system-monitor-C.omf 2>/dev/null || /usr/bin/true |