Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] the xtools-minimal package is missing xlocate
@ 2023-03-22 13:21 paoloschi
  2023-03-22 13:37 ` leahneukirchen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paoloschi @ 2023-03-22 13:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

New issue by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/42928

Description:
**xtools-minimal** includes **xmandoc** which…

```
$ cat /bin/xmandoc
#!/bin/sh
# xmandoc MANPAGE - read manpage of possibly not installed package

xlocate "man/man..\?/$1\.[0-9]" 2>/dev/null |
        { grep . || { echo "xmandoc: No entry for $1 found." 1>&2; exit 1; } } |
        while read -r pkg page; do
                page=${page#* -> }
                xbps-query --cat=$page ${pkg%-*} | mandoc -a
        done
```

...depends on **xlocate** who is included in **xtools** package but not in **xtools-minimal**



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-22 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 13:21 [ISSUE] the xtools-minimal package is missing xlocate paoloschi
2023-03-22 13:37 ` leahneukirchen
2023-03-22 13:39 ` [ISSUE] [CLOSED] " leahneukirchen
2023-03-22 15:26 ` classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).