xfce4-gvfs-mount-plugin: remove, EOL and doesn't build

(This wasn't included in the xfce4-extras meta-pkg, and so didn't turn
up in my bulk build testing for the Xfce 4.16 update.)
This commit is contained in:
gutteridge 2021-12-12 16:30:55 +00:00
parent e699012e0f
commit dec380f61f
6 changed files with 1 additions and 72 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.975 2021/11/30 17:05:40 gutteridge Exp $
# $NetBSD: Makefile,v 1.976 2021/12/12 16:30:55 gutteridge Exp $
#
COMMENT= System utilities
@ -865,7 +865,6 @@ SUBDIR+= xfce4-cpugraph-plugin
SUBDIR+= xfce4-diskperf-plugin
SUBDIR+= xfce4-fsguard-plugin
SUBDIR+= xfce4-genmon-plugin
SUBDIR+= xfce4-gvfs-mount-plugin
SUBDIR+= xfce4-mount-plugin
SUBDIR+= xfce4-netload-plugin
SUBDIR+= xfce4-power-manager

View file

@ -1,4 +0,0 @@
Xfce4 GVfs Mount is a small application that is meant to mount remote file
systems only. It was initially written because Thunar 1.0 is lacking that
feature. The application is composed of a daemon, a mount dialog,
and a panel plugin.

View file

@ -1,17 +0,0 @@
# $NetBSD: Makefile,v 1.22 2021/12/08 16:06:40 adam Exp $
PKGREVISION= 19
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-gvfs-mount-0.0.4-6d2684b
PKGNAME= xfce4-gvfs-mount-plugin-0.0.4
CATEGORIES= sysutils
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-gvfs-mount/0.0/
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-gvfs-mount
COMMENT= Xfce gvfs mount plugin
.include "../../devel/libglade/buildlink3.mk"
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,11 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/31 09:02:53 youri Exp $
bin/xfce4-gvfs-mount
libexec/xfce4-gvfs-daemon
libexec/xfce4/panel/plugins/xfce4-gvfs-mount-plugin
share/dbus-1/services/org.xfce.vfs.Daemon.service
share/locale/fr/LC_MESSAGES/xfce4-gvfs-mount.mo
share/xfce4-gvfs-mount/glade/dialog.glade
share/xfce4-gvfs-mount/glade/generic.glade
share/xfce4-gvfs-mount/glade/samba.glade
share/xfce4-gvfs-mount/glade/sftp.glade
share/xfce4/panel/plugins/xfce4-gvfs-mount-plugin.desktop

View file

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:20:26 nia Exp $
BLAKE2s (xfce4-gvfs-mount-0.0.4-6d2684b.tar.bz2) = bc066212598fa82114e7ff0e61e34f89359a5a82392068c52111869a0b69d229
SHA512 (xfce4-gvfs-mount-0.0.4-6d2684b.tar.bz2) = 0bab5e20620594e1633c12c4c20724a43317004eda6f353579f890cc1d9b3288b7a3bdc411e9f34efb00ed31876d1e29d70e8bfacc9f18ed6806b36f5e112527
Size (xfce4-gvfs-mount-0.0.4-6d2684b.tar.bz2) = 280614 bytes
SHA1 (patch-panel-plugin_Makefile.in) = a451b8002936a00c1d68223872dc3c1b059fb0b5

View file

@ -1,32 +0,0 @@
$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/07/31 09:02:53 youri Exp $
Adjust plugin path to newer convention.
--- panel-plugin/Makefile.in.orig 2009-05-07 22:15:23.000000000 +0000
+++ panel-plugin/Makefile.in
@@ -288,7 +288,7 @@ INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
-plugindir = $(libexecdir)/xfce4/panel-plugins
+plugindir = $(libexecdir)/xfce4/panel/plugins
xfce4_gvfs_mount_plugin_SOURCES = \
panel-plugin.c \
menu.c menu.h \
@@ -310,7 +310,7 @@ xfce4_gvfs_mount_plugin_LDADD = \
@LIBXFCE4PANEL_LIBS@ \
$(NULL)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
desktop_in_in_files = xfce4-gvfs-mount-plugin.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -652,7 +652,7 @@ uninstall-am: uninstall-desktopDATA unin
@INTLTOOL_DESKTOP_RULE@
%.desktop.in: %.desktop.in.in
- sed -e "s^@EXTERNAL_PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
+ sed -e "s^@EXTERNAL_PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \
$< > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.