Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 x11: Remove GNOME 2 gnome-panel
details: https://anonhg.NetBSD.org/pkgsrc/rev/c47a87c94472
branches: trunk
changeset: 431638:c47a87c94472
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 15 11:43:04 2020 +0000
description:
x11: Remove GNOME 2 gnome-panel
diffstat:
x11/Makefile | 3 +-
x11/gnome-panel/DESCR | 11 -
x11/gnome-panel/Makefile | 97 --
x11/gnome-panel/PLIST | 457 ----------
x11/gnome-panel/buildlink3.mk | 33 -
x11/gnome-panel/distinfo | 11 -
x11/gnome-panel/patches/patch-ab | 13 -
x11/gnome-panel/patches/patch-ad | 15 -
x11/gnome-panel/patches/patch-ae | 15 -
x11/gnome-panel/patches/patch-af | 31 -
x11/gnome-panel/patches/patch-libpanel-applet_panel-applet-factory.c | 26 -
11 files changed, 1 insertions(+), 711 deletions(-)
diffs (truncated from 766 to 300 lines):
diff -r fc354aa787e0 -r c47a87c94472 x11/Makefile
--- a/x11/Makefile Fri May 15 11:40:26 2020 +0000
+++ b/x11/Makefile Fri May 15 11:43:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.896 2020/05/15 11:37:00 nia Exp $
+# $NetBSD: Makefile,v 1.897 2020/05/15 11:43:04 nia Exp $
#
COMMENT= Packages to support the X window system
@@ -66,7 +66,6 @@
SUBDIR+= ggiterm
SUBDIR+= gnome-desktop
SUBDIR+= gnome-desktop3
-SUBDIR+= gnome-panel
SUBDIR+= gnome-themes
SUBDIR+= gnome-themes-extras
SUBDIR+= gnustep-back
diff -r fc354aa787e0 -r c47a87c94472 x11/gnome-panel/DESCR
--- a/x11/gnome-panel/DESCR Fri May 15 11:40:26 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-The package contains the GNOME panel which the area on your desktop
-from which you can run applications and applets, and perform other
-tasks.
-
-The libpanel-applet library is also in this package. This library
-allows one to develop small applications which may be embedded in
-the panel. These are called applet.
-
-Several applets are also supplied - the Workspace Switcher, the
-Window List, the Inbox Monitor, the Clock and the infamous `Wanda
-the Fish'.
diff -r fc354aa787e0 -r c47a87c94472 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile Fri May 15 11:40:26 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-# $NetBSD: Makefile,v 1.221 2020/04/12 08:28:10 adam Exp $
-
-DISTNAME= gnome-panel-2.32.1
-PKGREVISION= 76
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/
-COMMENT= GNOME2 panel application
-
-# depends on policykit
-#EGDIR= ${PREFIX}/share/examples/gnome-panel
-#CONF_FILES+= ${PREFIX}/share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf \
-# ${PKG_SYSCONFDIR}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
-USE_PKGLOCALEDIR= YES
-USE_LIBTOOL= YES
-PKGCONFIG_OVERRIDE+= bonobo/libpanel-applet/libpanelapplet-2.0.pc.in
-PKGCONFIG_OVERRIDE+= libpanel-applet/libpanelapplet-3.0.pc.in
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2
-
-# XXX this pkg installs a gio module to ${PREFIX}/lib/gnome-panel/modules
-# but there are two problems with this:
-# - this is not the standard module location, glib2/modules.mk
-# does not deal with this yet
-# - even if called with the correct path, the resulting "giomodule.cache"
-# is empty, due to missing symbols in dynamic loading, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=636255
-# XXX so for now, just disable "giomodule.cache" creation to fix the
-# PLIST problem reported in PR pkg/44181, until the issue is fixed
-TOOLS_NOOP+= gio-querymodules
-
-GCONF_SCHEMAS= clock.schemas
-GCONF_SCHEMAS+= fish.schemas
-GCONF_SCHEMAS+= panel-global.schemas
-GCONF_SCHEMAS+= panel-general.schemas
-GCONF_SCHEMAS+= panel-toplevel.schemas
-GCONF_SCHEMAS+= panel-object.schemas
-GCONF_SCHEMAS+= panel-compatibility.schemas
-GCONF_SCHEMAS+= workspace-switcher.schemas
-GCONF_SCHEMAS+= window-list.schemas
-GCONF_ENTRIES= panel-default-setup.entries
-
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.15.1
-BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.0
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-panel
-PKG_SUPPORTED_OPTIONS= evolution
-PKG_SUGGESTED_OPTIONS= evolution
-
-SUBST_CLASSES.Darwin+= noundef
-SUBST_STAGE.noundef= pre-configure
-SUBST_FILES.noundef= bonobo/panel-module/Makefile.in
-SUBST_SED.noundef= -e 's/ -no-undefined//g'
-
-.include "../../mk/bsd.options.mk"
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.24.1
-.include "../../devel/libgweather/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mevolution)
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.endif
-.include "../../net/ORBit2/buildlink3.mk"
-# pkgsrc policykit is too old
-#.include "../../security/policykit/buildlink3.mk"
-#.include "../../security/policykit-gnome/buildlink3.mk"
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.28.0
-.include "../../sysutils/gnome-menus/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-desktop/buildlink3.mk"
-.include "../../x11/py-gnome2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXt?= build
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fc354aa787e0 -r c47a87c94472 x11/gnome-panel/PLIST
--- a/x11/gnome-panel/PLIST Fri May 15 11:40:26 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,457 +0,0 @@
-@comment $NetBSD: PLIST,v 1.51 2010/11/24 20:26:20 drochner Exp $
-bin/gnome-desktop-item-edit
-bin/gnome-panel
-bin/panel-test-applets
-bin/panel-test-applets-bonobo
-include/gnome-panel-3.0/libpanel-applet/panel-applet-enums.h
-include/gnome-panel-3.0/libpanel-applet/panel-applet-gconf.h
-include/gnome-panel-3.0/libpanel-applet/panel-applet.h
-include/panel-2.0/GNOME_Panel.h
-include/panel-2.0/panel-applet-enums.h
-include/panel-2.0/panel-applet-gconf.h
-include/panel-2.0/panel-applet.h
-lib/gnome-panel/modules/libpanel-applets-bonobo.la
-lib/libpanel-applet-2.la
-lib/libpanel-applet-3.la
-lib/pkgconfig/libpanelapplet-2.0.pc
-lib/pkgconfig/libpanelapplet-3.0.pc
-libexec/clock-applet
-libexec/fish-applet
-libexec/gnome-panel-add
-libexec/notification-area-applet
-libexec/wnck-applet
-man/man1/gnome-panel.1
-share/applications/gnome-panel.desktop
-share/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
-share/gconf/schemas/clock.schemas
-share/gconf/schemas/fish.schemas
-share/gconf/schemas/panel-compatibility.schemas
-share/gconf/schemas/panel-default-setup.entries
-share/gconf/schemas/panel-general.schemas
-share/gconf/schemas/panel-global.schemas
-share/gconf/schemas/panel-object.schemas
-share/gconf/schemas/panel-toplevel.schemas
-share/gconf/schemas/window-list.schemas
-share/gconf/schemas/workspace-switcher.schemas
-share/gnome-2.0/ui/GNOME_Panel_Popup.xml
-share/gnome-panel/applets/org.gnome.panel.ClockApplet.panel-applet
-share/gnome-panel/applets/org.gnome.panel.FishApplet.panel-applet
-share/gnome-panel/applets/org.gnome.panel.NotificationAreaApplet.panel-applet
-share/gnome-panel/applets/org.gnome.panel.Wncklet.panel-applet
-share/gnome-panel/pixmaps/clock-calendar-icon.png
-share/gnome-panel/pixmaps/clock-face-large.svg
-share/gnome-panel/pixmaps/clock-face-small-day.svg
-share/gnome-panel/pixmaps/clock-face-small-evening.svg
-share/gnome-panel/pixmaps/clock-face-small-morning.svg
-share/gnome-panel/pixmaps/clock-face-small-night.svg
-share/gnome-panel/pixmaps/clock-face-small.svg
-share/gnome-panel/pixmaps/clock-map-location-current.png
-share/gnome-panel/pixmaps/clock-map-location-hilight.png
-share/gnome-panel/pixmaps/clock-map-location-marker.png
-share/gnome-panel/pixmaps/clock-map.png
-share/gnome-panel/pixmaps/fishanim.png
-share/gnome-panel/pixmaps/footguy.png
-share/gnome-panel/pixmaps/gnome-gegl2-2.png
-share/gnome-panel/pixmaps/gnome-gegl2.png
-share/gnome-panel/pixmaps/monkey.png
-share/gnome-panel/pixmaps/oldwanda.png
-share/gnome-panel/pixmaps/wanda.png
-share/gnome-panel/ui/clock-menu.xml
-share/gnome-panel/ui/clock.ui
-share/gnome-panel/ui/fish-menu.xml
-share/gnome-panel/ui/fish.ui
-share/gnome-panel/ui/notification-area-menu.xml
-share/gnome-panel/ui/panel-properties-dialog.ui
-share/gnome-panel/ui/panel-run-dialog.ui
-share/gnome-panel/ui/panel-test-applets-bonobo.ui
-share/gnome-panel/ui/panel-test-applets.ui
-share/gnome-panel/ui/showdesktop-menu.xml
-share/gnome-panel/ui/window-list-menu.xml
-share/gnome-panel/ui/window-list.ui
-share/gnome-panel/ui/window-menu-menu.xml
-share/gnome-panel/ui/workspace-switcher-menu.xml
-share/gnome-panel/ui/workspace-switcher.ui
-share/gnome-panelrc
-share/gnome/help/clock/C/clock.xml
-share/gnome/help/clock/C/figures/clock_applet.png
-share/gnome/help/clock/C/legal.xml
-share/gnome/help/clock/ar/clock.xml
-share/gnome/help/clock/ar/figures/clock_applet.png
-share/gnome/help/clock/ar/legal.xml
-share/gnome/help/clock/ca/clock.xml
-share/gnome/help/clock/ca/figures/clock_applet.png
-share/gnome/help/clock/ca/legal.xml
-share/gnome/help/clock/cs/clock.xml
-share/gnome/help/clock/cs/figures/clock_applet.png
-share/gnome/help/clock/cs/legal.xml
-share/gnome/help/clock/da/clock.xml
-share/gnome/help/clock/da/figures/clock_applet.png
-share/gnome/help/clock/da/legal.xml
-share/gnome/help/clock/de/clock.xml
-share/gnome/help/clock/de/figures/clock_applet.png
-share/gnome/help/clock/de/legal.xml
-share/gnome/help/clock/el/clock.xml
-share/gnome/help/clock/el/figures/clock_applet.png
-share/gnome/help/clock/el/legal.xml
-share/gnome/help/clock/en_GB/clock.xml
-share/gnome/help/clock/en_GB/figures/clock_applet.png
-share/gnome/help/clock/en_GB/legal.xml
-share/gnome/help/clock/es/clock.xml
-share/gnome/help/clock/es/figures/clock_applet.png
-share/gnome/help/clock/es/legal.xml
-share/gnome/help/clock/eu/clock.xml
-share/gnome/help/clock/eu/figures/clock_applet.png
-share/gnome/help/clock/eu/legal.xml
-share/gnome/help/clock/fi/clock.xml
-share/gnome/help/clock/fi/figures/clock_applet.png
-share/gnome/help/clock/fi/legal.xml
-share/gnome/help/clock/fr/clock.xml
-share/gnome/help/clock/fr/figures/clock_applet.png
-share/gnome/help/clock/fr/legal.xml
-share/gnome/help/clock/it/clock.xml
-share/gnome/help/clock/it/figures/clock_applet.png
-share/gnome/help/clock/it/legal.xml
-share/gnome/help/clock/ja/clock.xml
-share/gnome/help/clock/ja/figures/clock_applet.png
-share/gnome/help/clock/ja/legal.xml
-share/gnome/help/clock/ko/clock.xml
-share/gnome/help/clock/ko/figures/clock_applet.png
-share/gnome/help/clock/ko/legal.xml
-share/gnome/help/clock/nl/clock.xml
-share/gnome/help/clock/nl/figures/clock_applet.png
-share/gnome/help/clock/nl/legal.xml
-share/gnome/help/clock/oc/clock.xml
-share/gnome/help/clock/oc/figures/clock_applet.png
-share/gnome/help/clock/oc/legal.xml
-share/gnome/help/clock/pa/clock.xml
-share/gnome/help/clock/pa/figures/clock_applet.png
-share/gnome/help/clock/pa/legal.xml
-share/gnome/help/clock/pt/clock.xml
-share/gnome/help/clock/pt/figures/clock_applet.png
-share/gnome/help/clock/pt/legal.xml
-share/gnome/help/clock/pt_BR/clock.xml
-share/gnome/help/clock/pt_BR/figures/clock_applet.png
-share/gnome/help/clock/pt_BR/legal.xml
-share/gnome/help/clock/ru/clock.xml
-share/gnome/help/clock/ru/figures/clock_applet.png
-share/gnome/help/clock/ru/legal.xml
-share/gnome/help/clock/sl/clock.xml
-share/gnome/help/clock/sl/figures/clock_applet.png
-share/gnome/help/clock/sl/legal.xml
-share/gnome/help/clock/sr/clock.xml
-share/gnome/help/clock/sr/figures/clock_applet.png
-share/gnome/help/clock/sr/legal.xml
-share/gnome/help/clock/sv/clock.xml
-share/gnome/help/clock/sv/figures/clock_applet.png
-share/gnome/help/clock/sv/legal.xml
-share/gnome/help/clock/th/clock.xml
-share/gnome/help/clock/th/figures/clock_applet.png
-share/gnome/help/clock/th/legal.xml
-share/gnome/help/clock/uk/clock.xml
-share/gnome/help/clock/uk/figures/clock_applet.png
-share/gnome/help/clock/uk/legal.xml
-share/gnome/help/clock/zh_CN/clock.xml
-share/gnome/help/clock/zh_CN/figures/clock_applet.png
-share/gnome/help/clock/zh_CN/legal.xml
-share/gnome/help/clock/zh_HK/clock.xml
-share/gnome/help/clock/zh_HK/figures/clock_applet.png
-share/gnome/help/clock/zh_HK/legal.xml
-share/gnome/help/clock/zh_TW/clock.xml
-share/gnome/help/clock/zh_TW/figures/clock_applet.png
Home |
Main Index |
Thread Index |
Old Index