pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Remove sysutils/gnome-system-monitor, success...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a093d0646c54
branches: trunk
changeset: 401393:a093d0646c54
user: nia <nia%pkgsrc.org@localhost>
date: Mon Sep 16 10:28:12 2019 +0000
description:
Remove sysutils/gnome-system-monitor, successor sysutils/mate-syste-monitor
diffstat:
sysutils/Makefile | 3 +-
sysutils/gnome-system-monitor/DESCR | 1 -
sysutils/gnome-system-monitor/Makefile | 59 -
sysutils/gnome-system-monitor/PLIST | 303 ----------
sysutils/gnome-system-monitor/distinfo | 15 -
sysutils/gnome-system-monitor/patches/patch-ab | 17 -
sysutils/gnome-system-monitor/patches/patch-ac | 17 -
sysutils/gnome-system-monitor/patches/patch-src_interface_h | 15 -
sysutils/gnome-system-monitor/patches/patch-src_load-graph_h | 15 -
sysutils/gnome-system-monitor/patches/patch-src_lsof.cpp | 18 -
sysutils/gnome-system-monitor/patches/patch-src_lsof_h | 15 -
sysutils/gnome-system-monitor/patches/patch-src_openfiles_h | 15 -
sysutils/gnome-system-monitor/patches/patch-src_procman__gnomesu_h | 15 -
sysutils/gnome-system-monitor/patches/patch-src_util_cpp | 15 -
14 files changed, 1 insertions(+), 522 deletions(-)
diffs (truncated from 589 to 300 lines):
diff -r 5b5aa06f082a -r a093d0646c54 sysutils/Makefile
--- a/sysutils/Makefile Mon Sep 16 10:26:03 2019 +0000
+++ b/sysutils/Makefile Mon Sep 16 10:28:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.831 2019/09/09 12:21:44 tm Exp $
+# $NetBSD: Makefile,v 1.832 2019/09/16 10:28:12 nia Exp $
#
COMMENT= System utilities
@@ -215,7 +215,6 @@
SUBDIR+= gnome-pkgview
SUBDIR+= gnome-power-manager
SUBDIR+= gnome-settings-daemon
-SUBDIR+= gnome-system-monitor
SUBDIR+= gnome-system-tools
SUBDIR+= gnome-vfs
SUBDIR+= gnome-vfs-monikers
diff -r 5b5aa06f082a -r a093d0646c54 sysutils/gnome-system-monitor/DESCR
--- a/sysutils/gnome-system-monitor/DESCR Mon Sep 16 10:26:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-The GNOME 2 system monitor program.
diff -r 5b5aa06f082a -r a093d0646c54 sysutils/gnome-system-monitor/Makefile
--- a/sysutils/gnome-system-monitor/Makefile Mon Sep 16 10:26:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-# $NetBSD: Makefile,v 1.57 2019/07/21 22:25:43 wiz Exp $
-#
-
-DISTNAME= gnome-system-monitor-2.28.2
-PKGREVISION= 29
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.28/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/
-COMMENT= GNOME 2 system monitor program
-
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
-USE_LANGUAGES= c c++11
-
-CONFLICTS+= gnome2-system-monitor-[0-9]*
-
-# Avoiding conflicting -std switches.
-CONFIGURE_ARGS+= --enable-more-warnings=no
-
-.include "../../mk/bsd.prefs.mk"
-
-# XXX: bound this check better
-.if ${OPSYS} != "SunOS"
-LIBS+= -lutil
-.endif
-
-GCONF_SCHEMAS+= gnome-system-monitor.schemas
-
-.include "../../devel/GConf/schemas.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14
-.include "../../devel/glibmm/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.15.3
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.70
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgtop+= libgtop>=2.23.1
-.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtkmm+= gtkmm>=2.8
-.include "../../x11/gtkmm/buildlink3.mk"
-# doesn't seem to do anything with it
-#.include "../../sysutils/libgksu/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5b5aa06f082a -r a093d0646c54 sysutils/gnome-system-monitor/PLIST
--- a/sysutils/gnome-system-monitor/PLIST Mon Sep 16 10:26:03 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,303 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2010/11/28 13:00:33 drochner Exp $
-bin/gnome-system-monitor
-share/applications/gnome-system-monitor.desktop
-share/gconf/schemas/gnome-system-monitor.schemas
-share/gnome/help/gnome-system-monitor/C/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/C/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/C/figures/processListing.png
-share/gnome/help/gnome-system-monitor/C/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png
-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/help/gnome-system-monitor/ar/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/ar/figures/processListing.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/bg/figures/processListing.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/ca/figures/processListing.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/cs/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/cs/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/cs/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/cs/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/cs/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/cs/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/cs/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/cs/figures/processListing.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/cs/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/cs/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/cs/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/da/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/da/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/da/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/da/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/da/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/da/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/da/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/da/figures/processListing.png
-share/gnome/help/gnome-system-monitor/da/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/da/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/da/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/da/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/da/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/da/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/de/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/de/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/de/figures/processListing.png
-share/gnome/help/gnome-system-monitor/de/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/el/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/el/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/el/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/el/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/el/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/el/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/el/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/el/figures/processListing.png
-share/gnome/help/gnome-system-monitor/el/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/el/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/el/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/el/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/el/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/el/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/es/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/es/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/es/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/es/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/es/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/es/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/es/figures/processListing.png
-share/gnome/help/gnome-system-monitor/es/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/es/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/fr/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/fr/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/fr/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/fr/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/fr/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/fr/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/fr/figures/processListing.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/oc/figures/processListing.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/pa/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/pa/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/pa/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/pa/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/pa/figures/processListing.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/sv/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/sv/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/sv/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/sv/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/sv/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/sv/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/sv/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/sv/figures/processListing.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/zh_CN/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/processListing.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/gnome-system-monitor.xml
-share/locale/am/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/as/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/az/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/be/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bg/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bn/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-system-monitor.mo
Home |
Main Index |
Thread Index |
Old Index