There is a new pull request by meator against master on the void-packages repository https://github.com/meator/void-packages txt2tags https://github.com/void-linux/void-packages/pull/31786 Add `txt2tags` and change manpages of some programs #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (x86_64-glibc) - [x] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [x] armv7l - [ ] armv6l-musl --- This pull request adds the `txt2tags` package, adds a manpage and a missing file to `grml-zsh-config` and removes the pre-generated manpage in `xdgmenumaker`. The `txt2tag` package was supposed to be added, but [was rejected](https://github.com/void-linux/void-packages/pull/11960#discussion_r287600511) because it only had a python2 version at the time. There is a python3 version now, so I want to add it here. The `xdgmenumaker` package has to include a precompiled version of its manpage in `files/`, because the `txt2tags` package isn't in the repo (more info [here](https://github.com/void-linux/void-packages/pull/11960#issuecomment-496066069)). This pull request removes the premade manpage. And it adds the manpage of `grml-zsh-config`, which depends on `txt2tags`, into the package. It also adds the `etc/zsh/keephack` file to `grml-zsh-config`. A patch file from https://github.com/void-linux/void-packages/pull/31786.patch is attached