Elektrine lite

← Feed

@DrRac27@fosstodon.org

Post #2206059

2026-04-18 22:45 UTC

@mikelovesbikes@hear-me.social @commanderred@chaos.social yeah, that's not how it works (if I understood you correctly). Just moving something to /lib does not make pacman aware of the dependency as it has its own database. With makepkg you are greating a package so if this package depends on gtk2 then pacman has to know that it is installed or it will give you the error you got. Just install gtk2 per package and you should be good.

Replies (1)

  • @commanderred@chaos.social 2026-04-18 22:58

    @DrRac27@fosstodon.org @mikelovesbikes@hear-me.social when using makepkg you should use `makepkg -si`. It installs the package after building it and also installs dependencies

    Open ##2206060