Github messages for voidlinux
 help / color / mirror / Atom feed
From: pullmoll <pullmoll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: ncurses: add libtinfo.so
Date: Fri, 15 May 2020 23:12:26 +0200	[thread overview]
Message-ID: <20200515211226.lITSkyJikIldTHXcZMkjJcvRIBl0cKiSE1bICTAQhkc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21409@inbox.vuxu.org>

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/21409#issuecomment-629487884

Comment:
I think putting the symlink into a separate subpackage which is added to `makedepends` only where it's needed should be ok. That is create the symlink in `do_install()` and add a subpackage:
```
ncurses-libtinfo_package() {
        short_desc+=" - libtinfo.so symlink"
        depends="ncurses-libs-${version}_${revision}"
        pkg_install() {
                vmove usr/lib/libtinfo.so
        }
}
```
I did not test this but just wrote it down as I think it should be.


  parent reply	other threads:[~2020-05-15 21:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 18:59 [PR PATCH] " MarleDK
2020-04-27 19:22 ` [PR PATCH] [Updated] " MarleDK
2020-04-27 22:51 ` Duncaen
2020-04-28  9:34 ` MarleDK
2020-04-28 11:10 ` pullmoll
2020-04-28 11:16 ` pullmoll
2020-04-28 18:23 ` MarleDK
2020-05-15 21:12 ` pullmoll [this message]
2020-05-25  9:03 ` [PR PATCH] [Updated] " MarleDK
2020-05-25  9:06 ` MarleDK
2020-05-26  6:36 ` [PR PATCH] [Updated] " MarleDK
2020-05-27  5:46 ` MarleDK
2020-05-27  5:48 ` MarleDK
2020-05-27 14:29 ` [PR PATCH] [Merged]: " pullmoll

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=20200515211226.lITSkyJikIldTHXcZMkjJcvRIBl0cKiSE1bICTAQhkc@z \
    --to=pullmoll@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).