pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc misc: Remove gnome-utils, another dead GNOME 2 co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96885120ce46
branches: trunk
changeset: 409225:96885120ce46
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jan 16 14:11:03 2020 +0000
description:
misc: Remove gnome-utils, another dead GNOME 2 component
diffstat:
misc/Makefile | 3 +-
misc/gnome-utils/DESCR | 12 -
misc/gnome-utils/Makefile | 69 -
misc/gnome-utils/PLIST | 633 ----------
misc/gnome-utils/distinfo | 12 -
misc/gnome-utils/patches/patch-aa | 12 -
misc/gnome-utils/patches/patch-ac | 33 -
misc/gnome-utils/patches/patch-ad | 13 -
misc/gnome-utils/patches/patch-ae | 12 -
misc/gnome-utils/patches/patch-gnome-dictionary_libgdict_gdict-client-context.h | 12 -
misc/gnome-utils/patches/patch-logview_logview-utils.c | 23 -
11 files changed, 1 insertions(+), 833 deletions(-)
diffs (truncated from 888 to 300 lines):
diff -r 955929bc44e9 -r 96885120ce46 misc/Makefile
--- a/misc/Makefile Thu Jan 16 14:10:44 2020 +0000
+++ b/misc/Makefile Thu Jan 16 14:11:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.532 2020/01/15 14:56:46 nia Exp $
+# $NetBSD: Makefile,v 1.533 2020/01/16 14:11:03 nia Exp $
#
COMMENT= Miscellaneous utilities
@@ -80,7 +80,6 @@
SUBDIR+= gkrellm-leds
SUBDIR+= gkrellm-moon
SUBDIR+= gkrellm-weather
-SUBDIR+= gnome-utils
SUBDIR+= gnuls
SUBDIR+= go-genproto
SUBDIR+= go-genproto-googleapis-rpc
diff -r 955929bc44e9 -r 96885120ce46 misc/gnome-utils/DESCR
--- a/misc/gnome-utils/DESCR Thu Jan 16 14:10:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
- This package contains a number of useful utilities/apps that run
-under the GNOME2 desktop environment.
-
-From the GNOME home page:
-
-GNOME stands for GNU Network Object Model Environment. The GNOME
-project intends to build a complete, user-friendly desktop based
-entirely on free software. GNOME is part of the GNU project, and
-GNOME is part of the OpenSource(tm) movement. The desktop will
-consist of small utilities and larger applications which share a
-consistent look and feel. GNOME uses GTK+ as the GUI toolkit for
-all GNOME-compliant applications.
diff -r 955929bc44e9 -r 96885120ce46 misc/gnome-utils/Makefile
--- a/misc/gnome-utils/Makefile Thu Jan 16 14:10:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.178 2019/11/03 17:04:22 rillig Exp $
-
-DISTNAME= gnome-utils-2.32.0
-PKGREVISION= 70
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Set of useful GNOME2 utilities and applications
-
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool msgfmt perl pkg-config
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE= gnome-dictionary/libgdict/gdict-1.0.pc.in
-PKGCONFIG_OVERRIDE+= gnome-dictionary/libgdict/gdict-1.0-uninstalled.pc.in
-
-CONFIGURE_ARGS+= --enable-gtk-doc=no
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-utils
-PKG_SUPPORTED_OPTIONS+= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-GCONF_SCHEMAS+= baobab.schemas
-GCONF_SCHEMAS+= gnome-dictionary.schemas
-GCONF_SCHEMAS+= gnome-screenshot.schemas
-GCONF_SCHEMAS+= gnome-search-tool.schemas
-GCONF_SCHEMAS+= gnome-system-log.schemas
-
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.1
-BUILDLINK_API_DEPENDS.gnome-panel+= gnome-panel>=2.13.4
-BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.8.4
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
-BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.2
-BUILDLINK_API_DEPENDS.libgnomecanvas+= libgnomecanvas>=2.10.2
-BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.13.7
-
-BUILDLINK_DEPMETHOD.libXt?= build
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/GConf-ui/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/libgnomecanvas/buildlink3.mk"
-.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-desktop/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 955929bc44e9 -r 96885120ce46 misc/gnome-utils/PLIST
--- a/misc/gnome-utils/PLIST Thu Jan 16 14:10:44 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,633 +0,0 @@
-@comment $NetBSD: PLIST,v 1.20 2010/11/28 13:25:01 drochner Exp $
-bin/baobab
-bin/gnome-dictionary
-bin/gnome-panel-screenshot
-bin/gnome-screenshot
-bin/gnome-search-tool
-bin/gnome-system-log
-include/gdict-1.0/gdict/gdict-client-context.h
-include/gdict-1.0/gdict/gdict-context.h
-include/gdict-1.0/gdict/gdict-database-chooser.h
-include/gdict-1.0/gdict/gdict-defbox.h
-include/gdict-1.0/gdict/gdict-enum-types.h
-include/gdict-1.0/gdict/gdict-source-chooser.h
-include/gdict-1.0/gdict/gdict-source-loader.h
-include/gdict-1.0/gdict/gdict-source.h
-include/gdict-1.0/gdict/gdict-speller.h
-include/gdict-1.0/gdict/gdict-strategy-chooser.h
-include/gdict-1.0/gdict/gdict-utils.h
-include/gdict-1.0/gdict/gdict-version.h
-include/gdict-1.0/gdict/gdict.h
-lib/bonobo/servers/GNOME_DictionaryApplet.server
-lib/libgdict-1.0.la
-lib/pkgconfig/gdict-1.0.pc
-libexec/gnome-dictionary-applet
-man/man1/baobab.1
-man/man1/gnome-dictionary.1
-man/man1/gnome-screenshot.1
-man/man1/gnome-search-tool.1
-man/man1/gnome-system-log.1
-share/applications/baobab.desktop
-share/applications/gnome-dictionary.desktop
-share/applications/gnome-screenshot.desktop
-share/applications/gnome-search-tool.desktop
-share/applications/gnome-system-log.desktop
-share/baobab/baobab-dialog-scan-props.ui
-share/baobab/baobab-main-window.ui
-share/baobab/pixmaps/shot.png
-share/gconf/schemas/baobab.schemas
-share/gconf/schemas/gnome-dictionary.schemas
-share/gconf/schemas/gnome-screenshot.schemas
-share/gconf/schemas/gnome-search-tool.schemas
-share/gconf/schemas/gnome-system-log.schemas
-share/gdict-1.0/sources/default.desktop
-share/gdict-1.0/sources/spanish.desktop
-share/gdict-1.0/sources/thai.desktop
-share/gnome-2.0/ui/GNOME_DictionaryApplet.xml
-share/gnome-dictionary/gnome-dictionary-preferences.ui
-share/gnome-dictionary/gnome-dictionary-source.ui
-share/gnome-dictionary/gnome-dictionary-ui.xml
-share/gnome-screenshot/gnome-screenshot.ui
-share/gnome-utils/logview-filter.ui
-share/gnome-utils/logview-toolbar.xml
-share/gnome/help/baobab/C/baobab.xml
-share/gnome/help/baobab/C/figures/baobab_fullscan.png
-share/gnome/help/baobab/C/figures/baobab_prefs.png
-share/gnome/help/baobab/C/figures/baobab_remote.png
-share/gnome/help/baobab/C/figures/baobab_ringschart1.png
-share/gnome/help/baobab/C/figures/baobab_ringschart2.png
-share/gnome/help/baobab/C/figures/baobab_treemaps.png
-share/gnome/help/baobab/C/figures/baobab_window.png
-share/gnome/help/baobab/C/legal.xml
-share/gnome/help/baobab/ca/baobab.xml
-share/gnome/help/baobab/ca/figures/baobab_fullscan.png
-share/gnome/help/baobab/ca/figures/baobab_prefs.png
-share/gnome/help/baobab/ca/figures/baobab_remote.png
-share/gnome/help/baobab/ca/figures/baobab_ringschart1.png
-share/gnome/help/baobab/ca/figures/baobab_ringschart2.png
-share/gnome/help/baobab/ca/figures/baobab_treemaps.png
-share/gnome/help/baobab/ca/figures/baobab_window.png
-share/gnome/help/baobab/cs/baobab.xml
-share/gnome/help/baobab/cs/figures/baobab_fullscan.png
-share/gnome/help/baobab/cs/figures/baobab_prefs.png
-share/gnome/help/baobab/cs/figures/baobab_remote.png
-share/gnome/help/baobab/cs/figures/baobab_ringschart1.png
-share/gnome/help/baobab/cs/figures/baobab_ringschart2.png
-share/gnome/help/baobab/cs/figures/baobab_treemaps.png
-share/gnome/help/baobab/cs/figures/baobab_window.png
-share/gnome/help/baobab/da/baobab.xml
-share/gnome/help/baobab/da/figures/baobab_fullscan.png
-share/gnome/help/baobab/da/figures/baobab_prefs.png
-share/gnome/help/baobab/da/figures/baobab_remote.png
-share/gnome/help/baobab/da/figures/baobab_ringschart1.png
-share/gnome/help/baobab/da/figures/baobab_ringschart2.png
-share/gnome/help/baobab/da/figures/baobab_treemaps.png
-share/gnome/help/baobab/da/figures/baobab_window.png
-share/gnome/help/baobab/de/baobab.xml
-share/gnome/help/baobab/de/figures/baobab_fullscan.png
-share/gnome/help/baobab/de/figures/baobab_prefs.png
-share/gnome/help/baobab/de/figures/baobab_remote.png
-share/gnome/help/baobab/de/figures/baobab_ringschart1.png
-share/gnome/help/baobab/de/figures/baobab_ringschart2.png
-share/gnome/help/baobab/de/figures/baobab_treemaps.png
-share/gnome/help/baobab/de/figures/baobab_window.png
-share/gnome/help/baobab/el/baobab.xml
-share/gnome/help/baobab/el/figures/baobab_fullscan.png
-share/gnome/help/baobab/el/figures/baobab_prefs.png
-share/gnome/help/baobab/el/figures/baobab_remote.png
-share/gnome/help/baobab/el/figures/baobab_ringschart1.png
-share/gnome/help/baobab/el/figures/baobab_ringschart2.png
-share/gnome/help/baobab/el/figures/baobab_treemaps.png
-share/gnome/help/baobab/el/figures/baobab_window.png
-share/gnome/help/baobab/en_GB/baobab.xml
-share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png
-share/gnome/help/baobab/en_GB/figures/baobab_prefs.png
-share/gnome/help/baobab/en_GB/figures/baobab_remote.png
-share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png
-share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png
-share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png
-share/gnome/help/baobab/en_GB/figures/baobab_window.png
-share/gnome/help/baobab/es/baobab.xml
-share/gnome/help/baobab/es/figures/baobab_fullscan.png
-share/gnome/help/baobab/es/figures/baobab_prefs.png
-share/gnome/help/baobab/es/figures/baobab_remote.png
-share/gnome/help/baobab/es/figures/baobab_ringschart1.png
-share/gnome/help/baobab/es/figures/baobab_ringschart2.png
-share/gnome/help/baobab/es/figures/baobab_treemaps.png
-share/gnome/help/baobab/es/figures/baobab_window.png
-share/gnome/help/baobab/eu/baobab.xml
-share/gnome/help/baobab/eu/figures/baobab_fullscan.png
-share/gnome/help/baobab/eu/figures/baobab_prefs.png
-share/gnome/help/baobab/eu/figures/baobab_remote.png
-share/gnome/help/baobab/eu/figures/baobab_ringschart1.png
-share/gnome/help/baobab/eu/figures/baobab_ringschart2.png
-share/gnome/help/baobab/eu/figures/baobab_treemaps.png
-share/gnome/help/baobab/eu/figures/baobab_window.png
-share/gnome/help/baobab/fi/baobab.xml
-share/gnome/help/baobab/fi/figures/baobab_fullscan.png
-share/gnome/help/baobab/fi/figures/baobab_prefs.png
-share/gnome/help/baobab/fi/figures/baobab_remote.png
-share/gnome/help/baobab/fi/figures/baobab_ringschart1.png
-share/gnome/help/baobab/fi/figures/baobab_ringschart2.png
-share/gnome/help/baobab/fi/figures/baobab_treemaps.png
-share/gnome/help/baobab/fi/figures/baobab_window.png
-share/gnome/help/baobab/fr/baobab.xml
-share/gnome/help/baobab/fr/figures/baobab_fullscan.png
-share/gnome/help/baobab/fr/figures/baobab_prefs.png
-share/gnome/help/baobab/fr/figures/baobab_remote.png
-share/gnome/help/baobab/fr/figures/baobab_ringschart1.png
-share/gnome/help/baobab/fr/figures/baobab_ringschart2.png
-share/gnome/help/baobab/fr/figures/baobab_treemaps.png
-share/gnome/help/baobab/fr/figures/baobab_window.png
-share/gnome/help/baobab/it/baobab.xml
-share/gnome/help/baobab/it/figures/baobab_fullscan.png
-share/gnome/help/baobab/it/figures/baobab_prefs.png
-share/gnome/help/baobab/it/figures/baobab_remote.png
-share/gnome/help/baobab/it/figures/baobab_ringschart1.png
-share/gnome/help/baobab/it/figures/baobab_ringschart2.png
-share/gnome/help/baobab/it/figures/baobab_treemaps.png
-share/gnome/help/baobab/it/figures/baobab_window.png
-share/gnome/help/baobab/oc/baobab.xml
-share/gnome/help/baobab/oc/figures/baobab_fullscan.png
-share/gnome/help/baobab/oc/figures/baobab_prefs.png
-share/gnome/help/baobab/oc/figures/baobab_remote.png
-share/gnome/help/baobab/oc/figures/baobab_ringschart1.png
-share/gnome/help/baobab/oc/figures/baobab_ringschart2.png
-share/gnome/help/baobab/oc/figures/baobab_treemaps.png
-share/gnome/help/baobab/oc/figures/baobab_window.png
-share/gnome/help/baobab/pl/baobab.xml
-share/gnome/help/baobab/pl/figures/baobab_fullscan.png
-share/gnome/help/baobab/pl/figures/baobab_prefs.png
-share/gnome/help/baobab/pl/figures/baobab_remote.png
-share/gnome/help/baobab/pl/figures/baobab_ringschart1.png
-share/gnome/help/baobab/pl/figures/baobab_ringschart2.png
-share/gnome/help/baobab/pl/figures/baobab_treemaps.png
-share/gnome/help/baobab/pl/figures/baobab_window.png
-share/gnome/help/baobab/ru/baobab.xml
-share/gnome/help/baobab/ru/figures/baobab_fullscan.png
-share/gnome/help/baobab/ru/figures/baobab_prefs.png
-share/gnome/help/baobab/ru/figures/baobab_remote.png
-share/gnome/help/baobab/ru/figures/baobab_ringschart1.png
-share/gnome/help/baobab/ru/figures/baobab_ringschart2.png
-share/gnome/help/baobab/ru/figures/baobab_treemaps.png
-share/gnome/help/baobab/ru/figures/baobab_window.png
-share/gnome/help/baobab/sv/baobab.xml
-share/gnome/help/baobab/sv/figures/baobab_fullscan.png
-share/gnome/help/baobab/sv/figures/baobab_prefs.png
-share/gnome/help/baobab/sv/figures/baobab_remote.png
-share/gnome/help/baobab/sv/figures/baobab_ringschart1.png
-share/gnome/help/baobab/sv/figures/baobab_ringschart2.png
-share/gnome/help/baobab/sv/figures/baobab_treemaps.png
-share/gnome/help/baobab/sv/figures/baobab_window.png
-share/gnome/help/baobab/uk/baobab.xml
-share/gnome/help/baobab/uk/figures/baobab_fullscan.png
-share/gnome/help/baobab/uk/figures/baobab_prefs.png
-share/gnome/help/baobab/uk/figures/baobab_remote.png
-share/gnome/help/baobab/uk/figures/baobab_ringschart1.png
-share/gnome/help/baobab/uk/figures/baobab_ringschart2.png
-share/gnome/help/baobab/uk/figures/baobab_treemaps.png
-share/gnome/help/baobab/uk/figures/baobab_window.png
-share/gnome/help/baobab/zh_CN/baobab.xml
Home |
Main Index |
Thread Index |
Old Index