missing dependency: libsixel

Description:

installing the package does not install the required dependencies to use the application

Additional info:

  • package version(s):

    $ pacman -Q presenterm
    presenterm 0.9.0-1
  • config and/or log files:

    $ cat ~/.config/presenterm/config.yaml
    ---
    defaults:
      image_protocol: kitty-local
    $ echo $TERM
    xterm-kitty
  • link to upstream bug report, if any:

Steps to reproduce:

$ presenterm --help
presenterm: error while loading shared libraries: libsixel.so.1: cannot open shared object file: No such file or directory
127 user@disp2411 ~ % pacman -Q presenterm
presenterm 0.9.0-1
$ pacman -F libsixel.so.1
extra/libsixel 1.10.3-6
    usr/lib/libsixel.so.1
sudo pacman -Syu libsixel
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) libsixel-1.10.3-6

Total Download Size:   0.12 MiB
Total Installed Size:  0.40 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 libsixel-1.10.3-6-x86_64                                                                                            124.2 KiB   125 KiB/s 00:01 [########################################################################################] 100%
(1/1) checking keys in keyring                                                                                                                   [########################################################################################] 100%
(1/1) checking package integrity                                                                                                                 [########################################################################################] 100%
(1/1) loading package files                                                                                                                      [########################################################################################] 100%
(1/1) checking for file conflicts                                                                                                                [########################################################################################] 100%
(1/1) checking available disk space                                                                                                              [########################################################################################] 100%
:: Processing package changes...
(1/1) installing libsixel                                                                                                                        [########################################################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
$ presenterm --help
  ┌─┐┬─┐┌─┐┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌┬┐
  ├─┘├┬┘├┤ └─┐├┤ │││ │ ├┤ ├┬┘│││
  ┴  ┴└─└─┘└─┘└─┘┘└┘ ┴ └─┘┴└─┴ ┴ v0.9.0
    A terminal slideshow tool
                    @mfontanini/presenterm


Usage: presenterm [OPTIONS] [PATH]

[...]