Github messages for voidlinux
 help / color / mirror / Atom feed
From: sburris0 <sburris0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: LibreCAD is missing default/built-in plugins
Date: Tue, 17 Aug 2021 20:35:06 +0200	[thread overview]
Message-ID: <20210817183506.qbQw53rlN4pCO3ATNaWOyCSbw7TtEK-I-AEMPelRp4o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32497@inbox.vuxu.org>

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

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/issues/32497#issuecomment-900537769

Comment:
Looks like the Debian package copies two things:
1. `unix/librecad` to `/usr/bin`
2. `unix/resources/plugins/*` to `/usr/lib/librecad`

The Void template only does the first.

I think the template should contain something like:

```bash
# install plugins
for plugin in plugins; do
    vcopy unix/resources/${plugin} usr/lib/librecad/
done
```

though I can't test because `harfbuzz` build is failing for me.

  reply	other threads:[~2021-08-17 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-14 21:56 [ISSUE] " xyzz
2021-08-17 18:35 ` sburris0 [this message]
2021-09-01 23:40 ` [ISSUE] [CLOSED] " abenson
2021-09-02  1:39 ` hervyqa
2021-09-02  1:43 ` hervyqa
2021-09-02  2:32 ` ericonr
2021-09-02 12:34 ` abenson
2021-12-28  2:03 ` hervyqa
2021-12-28  3:28 ` [ISSUE] [CLOSED] " xyzz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210817183506.qbQw53rlN4pCO3ATNaWOyCSbw7TtEK-I-AEMPelRp4o@z \
    --to=sburris0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).