pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Remove x11/gnome-applets, successor x11/mate-applets
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c50f2a89d10
branches: trunk
changeset: 401396:4c50f2a89d10
user: nia <nia%pkgsrc.org@localhost>
date: Mon Sep 16 10:38:26 2019 +0000
description:
Remove x11/gnome-applets, successor x11/mate-applets
diffstat:
x11/Makefile | 3 +-
x11/gnome-applets/DESCR | 2 -
x11/gnome-applets/Makefile | 97 -
x11/gnome-applets/PLIST | 1800 -----------
x11/gnome-applets/distinfo | 12 -
x11/gnome-applets/options.mk | 22 -
x11/gnome-applets/patches/patch-aa | 13 -
x11/gnome-applets/patches/patch-ab | 12 -
x11/gnome-applets/patches/patch-ad | 24 -
x11/gnome-applets/patches/patch-battstat_battstat__applet.c | 16 -
x11/gnome-applets/patches/patch-gweather_gweather-applet.c | 17 -
x11/gnome-applets/patches/patch-hal | 26 -
12 files changed, 1 insertions(+), 2043 deletions(-)
diffs (truncated from 2102 to 300 lines):
diff -r a408ee61c05b -r 4c50f2a89d10 x11/Makefile
--- a/x11/Makefile Mon Sep 16 10:36:59 2019 +0000
+++ b/x11/Makefile Mon Sep 16 10:38:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.848 2019/09/16 10:36:59 nia Exp $
+# $NetBSD: Makefile,v 1.849 2019/09/16 10:38:26 nia Exp $
#
COMMENT= Packages to support the X window system
@@ -68,7 +68,6 @@
SUBDIR+= gcolor2
SUBDIR+= gdm
SUBDIR+= ggiterm
-SUBDIR+= gnome-applets
SUBDIR+= gnome-control-center
SUBDIR+= gnome-desktop
SUBDIR+= gnome-desktop-sharp
diff -r a408ee61c05b -r 4c50f2a89d10 x11/gnome-applets/DESCR
--- a/x11/gnome-applets/DESCR Mon Sep 16 10:36:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This package contains the panel applets for GNOME2. The applets are a set
-of small utilities that run from within Gnome panels.
diff -r a408ee61c05b -r 4c50f2a89d10 x11/gnome-applets/Makefile
--- a/x11/gnome-applets/Makefile Mon Sep 16 10:36:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-# $NetBSD: Makefile,v 1.168 2019/09/02 13:20:14 adam Exp $
-
-DISTNAME= gnome-applets-2.32.1.1
-PKGREVISION= 68
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/
-COMMENT= GNOME2 panel applets
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-
-PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2
-
-.include "options.mk"
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-# obsolete; replaced by PA mixer in gnome-media>=2.26
-CONFIGURE_ARGS+= --enable-mixer-applet
-# obsolete; replaced by gnome-power-manager>=2.24
-CONFIGURE_ARGS+= --disable-cpufreq
-
-EGDIR= ${PREFIX}/share/examples/gnome-applets
-
-GCONF_SCHEMAS= charpick.schemas
-GCONF_SCHEMAS+= drivemount.schemas
-GCONF_SCHEMAS+= geyes.schemas
-#GCONF_SCHEMAS+= gswitchit.schemas
-GCONF_SCHEMAS+= mixer.schemas
-GCONF_SCHEMAS+= multiload.schemas
-GCONF_SCHEMAS+= stickynotes.schemas
-
-.include "../../mk/bsd.prefs.mk"
-
-PLIST_VARS+= battstat
-.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \
- (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h))
-GCONF_SCHEMAS+= battstat.schemas
-PLIST.battstat= yes
-CONF_FILES+= ${EGDIR}/sound/events/battstat_applet.soundlist \
- ${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist
-.else
-CONFIGURE_ARGS+= --disable-battstat
-.endif
-
-PRINT_PLIST_AWK+= /[Bb]attstat/ { print "$${PLIST.battstat}"$$0; next; }
-PRINT_PLIST_AWK+= /examples/ { print "$${PLIST.battstat}"$$0; next; }
-
-.include "../../devel/GConf/schemas.mk"
-
-PY_PATCHPLIST= yes
-REPLACE_PYTHON+= invest-applet/invest/invest-applet.py
-REPLACE_PYTHON+= invest-applet/invest/invest-chart
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0
-.include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.1
-.include "../../devel/libgweather/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
-.include "../../fonts/gucharmap/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.15.91
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.2
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.2
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1.2
-.include "../../sysutils/dbus/buildlink3.mk"
-BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.74
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../sysutils/gnome-settings-daemon/buildlink3.mk"
-.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../x11/gnome-control-center/buildlink3.mk"
-.include "../../x11/gnome-desktop/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-panel+= gnome-panel>=2.31.2
-.include "../../x11/gnome-panel/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.13.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libgnomekbd2/buildlink3.mk"
-.include "../../x11/libxklavier/buildlink3.mk"
-.include "../../x11/py-gnome2-desktop/buildlink3.mk"
-.include "../../x11/py-gnome2/buildlink3.mk"
-
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a408ee61c05b -r 4c50f2a89d10 x11/gnome-applets/PLIST
--- a/x11/gnome-applets/PLIST Mon Sep 16 10:36:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1800 +0,0 @@
-@comment $NetBSD: PLIST,v 1.29 2010/11/26 11:34:41 drochner Exp $
-bin/invest-chart
-lib/bonobo/servers/GNOME_CDPlayerApplet.server
-lib/bonobo/servers/GNOME_GtikApplet.server
-lib/bonobo/servers/GNOME_KeyboardApplet.server
-lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server
-lib/bonobo/servers/GNOME_MiniCommanderApplet.server
-lib/bonobo/servers/GNOME_NullApplet_Factory.server
-lib/bonobo/servers/GNOME_Panel_WirelessApplet.server
-lib/bonobo/servers/Invest_Applet.server
-${PYSITELIB}/invest/__init__.py
-${PYSITELIB}/invest/__init__.pyc
-${PYSITELIB}/invest/__init__.pyo
-${PYSITELIB}/invest/about.py
-${PYSITELIB}/invest/about.pyc
-${PYSITELIB}/invest/about.pyo
-${PYSITELIB}/invest/applet.py
-${PYSITELIB}/invest/applet.pyc
-${PYSITELIB}/invest/applet.pyo
-${PYSITELIB}/invest/chart.py
-${PYSITELIB}/invest/chart.pyc
-${PYSITELIB}/invest/chart.pyo
-${PYSITELIB}/invest/currencies.py
-${PYSITELIB}/invest/currencies.pyc
-${PYSITELIB}/invest/currencies.pyo
-${PYSITELIB}/invest/defs.py
-${PYSITELIB}/invest/defs.pyc
-${PYSITELIB}/invest/defs.pyo
-${PYSITELIB}/invest/help.py
-${PYSITELIB}/invest/help.pyc
-${PYSITELIB}/invest/help.pyo
-${PYSITELIB}/invest/networkmanager.py
-${PYSITELIB}/invest/networkmanager.pyc
-${PYSITELIB}/invest/networkmanager.pyo
-${PYSITELIB}/invest/preferences.py
-${PYSITELIB}/invest/preferences.pyc
-${PYSITELIB}/invest/preferences.pyo
-${PYSITELIB}/invest/quotes.py
-${PYSITELIB}/invest/quotes.pyc
-${PYSITELIB}/invest/quotes.pyo
-${PYSITELIB}/invest/widgets.py
-${PYSITELIB}/invest/widgets.pyc
-${PYSITELIB}/invest/widgets.pyo
-libexec/accessx-status-applet
-${PLIST.battstat}libexec/battstat-applet-2
-libexec/charpick_applet2
-libexec/drivemount_applet2
-libexec/geyes_applet2
-libexec/gweather-applet-2
-libexec/invest-applet
-libexec/mixer_applet2
-libexec/multiload-applet-2
-libexec/null_applet
-libexec/stickynotes_applet
-libexec/trashapplet
-share/dbus-1/services/org.gnome.panel.applet.AccessxStatusAppletFactory.service
-${PLIST.battstat}share/dbus-1/services/org.gnome.panel.applet.BattstatAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.CharpickerAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.DriveMountAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.GWeatherAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.GeyesAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.MixerAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.MultiLoadAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.StickyNotesAppletFactory.service
-share/dbus-1/services/org.gnome.panel.applet.TrashAppletFactory.service
-${PLIST.battstat}share/examples/gnome-applets/sound/events/battstat_applet.soundlist
-${PLIST.battstat}share/gconf/schemas/battstat.schemas
-share/gconf/schemas/charpick.schemas
-share/gconf/schemas/drivemount.schemas
-share/gconf/schemas/geyes.schemas
-share/gconf/schemas/mixer.schemas
-share/gconf/schemas/multiload.schemas
-share/gconf/schemas/stickynotes.schemas
-share/gnome-2.0/ui/Invest_Applet.xml
-share/gnome-2.0/ui/accessx-status-applet-menu.xml
-${PLIST.battstat}share/gnome-2.0/ui/battstat-applet-menu.xml
-share/gnome-2.0/ui/charpick-applet-menu.xml
-share/gnome-2.0/ui/drivemount-applet-menu.xml
-share/gnome-2.0/ui/geyes-applet-menu.xml
-share/gnome-2.0/ui/gweather-applet-menu.xml
-share/gnome-2.0/ui/mixer-applet-menu.xml
-share/gnome-2.0/ui/multiload-applet-menu.xml
-share/gnome-2.0/ui/stickynotes-applet-menu.xml
-share/gnome-2.0/ui/trashapplet-menu.xml
-${PLIST.battstat}share/gnome-applets/builder/battstat_applet.ui
-share/gnome-applets/builder/financialchart.ui
-share/gnome-applets/builder/prefs-dialog.ui
-share/gnome-applets/builder/stickynotes.ui
-share/gnome-applets/builder/trashapplet-empty-progress.ui
-share/gnome-applets/geyes/Bizarre/Bizarre-eye.png
-share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png
-share/gnome-applets/geyes/Bizarre/config
-share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png
-share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png
-share/gnome-applets/geyes/Bloodshot/config
-share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png
-share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png
-share/gnome-applets/geyes/Default-tiny/config
-share/gnome-applets/geyes/Default/Default-eye.png
-share/gnome-applets/geyes/Default/Default-pupil.png
-share/gnome-applets/geyes/Default/config
-share/gnome-applets/geyes/Horrid/config
-share/gnome-applets/geyes/Horrid/horrid_eye.png
-share/gnome-applets/geyes/Horrid/horrid_pupil.png
-share/gnome-applets/geyes/Tango/config
-share/gnome-applets/geyes/Tango/tango-eye.png
-share/gnome-applets/geyes/Tango/tango-pupil.png
-share/gnome-applets/invest-applet/invest-16_neutral.png
-share/gnome-applets/invest-applet/invest-22_down.png
-share/gnome-applets/invest-applet/invest-22_neutral.png
-share/gnome-applets/invest-applet/invest-22_up.png
-share/gnome-applets/invest-applet/invest_down.svg
-share/gnome-applets/invest-applet/invest_neutral.svg
-share/gnome-applets/invest-applet/invest_up.svg
-share/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
-${PLIST.battstat}share/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.MixerApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet
-share/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet
-share/gnome/help/accessx-status/C/accessx-status.xml
-share/gnome/help/accessx-status/C/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/C/legal.xml
-share/gnome/help/accessx-status/bg/accessx-status.xml
-share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/ca/accessx-status.xml
-share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png
-share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png
-share/gnome/help/accessx-status/cs/accessx-status.xml
-share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png
-share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png
-share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png
-share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png
-share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png
-share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png
-share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png
-share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png
-share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png
-share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png
Home |
Main Index |
Thread Index |
Old Index