diff --git a/srcpkgs/xdgmenumaker/files/1.6/xdgmenumaker.1 b/srcpkgs/xdgmenumaker/files/1.6/xdgmenumaker.1
deleted file mode 100644
index 2dd5519afea..00000000000
--- a/srcpkgs/xdgmenumaker/files/1.6/xdgmenumaker.1
+++ /dev/null
@@ -1,463 +0,0 @@
-.TH "xdgmenumaker" 1 "09/16/2018" "George Vlahavas"
-
-.SH NAME
-.P
-xdgmenumaker \- generate XDG menus
-.SH SYNOPSIS
-.P
-\fBxdgmenumaker\fR [\fIOPTIONS\fR]
-.SH DESCRIPTION
-.P
-\fBxdgmenumaker\fR is a command line tool, written in python, that
-generates application menus using XDG information, by scanning
-*.desktop files in all \fI$XDG_DATA_DIRS/applications\fR directories. All
-applications are sorted according to the main categories as specified
-by
-freedesktop.org (http://standards.freedesktop.org/menu\-spec/latest/apa.html)
-.P
-The menu entries that are generated by \fBxdgmenumaker\fR are localised
-according to the running user locale settings.
-.P
-\fBxdgmenumaker\fR currently supports generating menus for:
-
-.RS
-.IP \(bu 3
-amiwm
-.IP \(bu 3
-blackbox
-.IP \(bu 3
-compizboxmenu
-.IP \(bu 3
-fluxbox
-.IP \(bu 3
-fvwm
-.IP \(bu 3
-icewm
-.IP \(bu 3
-jwm
-.IP \(bu 3
-pekwm
-.IP \(bu 3
-twm and compatible derivatives such as ctwm and vtwm
-.IP \(bu 3
-windowmaker
-.RE
-.IP
-
-.P
-\fBxdgmenumaker\fR requires \fIPython 2.7\fR or \fI3.x\fR, \fIpygtk\fR
-(for Python 2.7) or \fIpygobject\fR and \fIgobject\-instrospection\fR
-(for Python 3.x), as well as \fIpyxdg\fR. \fIPillow\fR is an optional
-dependency (used by the \fB\-\-max\-icon\-size\fR option).
-.SH OPTIONS
-
-.TP
-\fB\-f, \-\-format\fR
-specify the output format to use. Valid options are \fIamiwm\fR, \fIblackbox\fR,
-\fIcompizboxmenu\fR, \fIfluxbox\fR, \fIfvwm\fR, \fIicewm\fR, \fIjwm\fR, \fIpekwm\fR,
-\fItwm\fR and \fIwindowmaker\fR.
-Specifying the output format is mandatory.
-
-.TP
-\fB\-i, \-\-icons\fR
-enable support for icons in the menus. This option does not have any
-effect for \fIamiwm\fR, \fIblackbox\fR or \fIwindowmaker\fR menus.
-
-.TP
-\fB\-s, \-\-size\fR
-set the preferred icon size in pixels. The default size is 16. You can
-set this to any number, but it generally makes sense to use standard
-icons sizes, like 16, 22, 24, 32 etc. Obviously this has an effect only
-if the \fI\-\-icons\fR option is used. You have to be careful with the sizes
-you use; some window managers don't support large icons in the menu.
-
-.TP
-\fB\-n, \-\-no\-submenu\fR
-do not create a submenu. Instead, place the application categories menus
-in the window manager's main menu. This option does not have any effect
-for \fIwindowmaker\fR menus.
-
-.TP
-\fB\-\-max\-icon\-size\fR
-restrict the maximum size for icons to the one specified with the
-\fI\-\-size\fR option. Any icons that are larger than the specified size
-will get discarded and will not be used.
-
-.TP
-\fB\-\-no\-svg\fR
-do not use SVG icons even for the WMs that support it. Right now that
-is only JWM.
-
-.TP
-\fB\-\-pekwm\-dynamic\fR
-create dynamic menus for pekwm. If you want to have dynamically
-generated menus for pekwm you have to use this option. Do not use it if
-you want to generate static menus for pekwm. Only works with \fIpekwm\fR
-of course.
-
-.TP
-\fB\-\-twm\-titles\fR
-display menu titles in TWM menus. Naturally, only has an effect when
-used with \fItwm\fR.
-
-.SH GENERAL OPTIONS
-
-.TP
-\fB\-h\fR
-Prints a usage message briefly summarizing all command\-line options
-and exits.
-
-.SH CONFIGURATION
-.P
-The terminal emulator to be used for menu entries that state that an
-application must be launched inside a terminal, can be specified in a
-\fI~/.config/xdgmenumaker.cfg\fR configuration file. Here's an example
-specifying \fBrxvt\fR as the default terminal emulator:
-
-.nf
-[Terminal]
-terminal = rxvt
-.fi
-
-
-.P
-If no such file is present, or if no terminal is set within the file,
-xdgmenumaker will default to the one specified in the debian
-alternatives system on debian and debian\-like systems and to xterm in
-any other case.
-.P
-Setting the path to a terminal emulator in an \fIXDGMENUMAKERTERM\fR
-environment variable will override any other setting.
-.SH USAGE
-
-.TP
-\fBAmiWM\fR
-
-You can generate a menu for AmiWM, running xdgmenumaker like this:
-
-$ xdgmenumaker \-f amiwm > ~/.amiwm\-xdgmenu
-
-As AmiWM does not support including other files in its settings file,
-you'll have to copy the contents of the created file in your
-\fI~/.amiwmrc\fR. It should be possible to create a script that would
-generate the main \fI~/.amiwmrc\fR file from different "source" files, but
-I'll leave that as an exercise to the user.
-
-.TP
-\fBBlackbox\fR
-
-To generate an application menu for Blackbox, you can run
-\fBxdgmenumaker\fR like this:
-
-$ xdgmenumaker \-f blackbox > ~/.blackbox/xdg_menu
-
-and then change your main Blackbox menu to include this file as a
-submenu. For example, add this somewhere in your \fI~/.blackbox/menu\fR file:
-
-[include] (~/.blackbox/xdg_menu)
-
-You can add the \fBxdgmenumaker\fR command as another item in your menu,
-if you want to update it, without having to run the command manually
-again:
-
-[exec] (Update Blackbox Menu) {xdgmenumaker \-f blackbox > ~/.blackbox/xdg_menu}
-
-.TP
-\fBCompiz Boxmenu\fR
-
-There are two ways to have an xdg menu in compiz\-boxmenu. The first one,
-auto\-updates the menu, every time the menu is called. The second one,
-updates the menu only when the user wants to.
-
-\fBDynamic Menus\fR
-
-Edit your \fI~/.config/compiz/boxmenu/menu.xml\fR file with your favorite text
-editor and add a block of code like this inside the root \fI