Conversation
srcpkgs/swayimg/template
Outdated
| vmkdir etc/xdg/swayimg | ||
| cp extra/example.lua ${DESTDIR}/etc/xdg/swayimg/init.lua |
There was a problem hiding this comment.
| vmkdir etc/xdg/swayimg | |
| cp extra/example.lua ${DESTDIR}/etc/xdg/swayimg/init.lua | |
| vinstall extra/example.lua 0644 etc/xdg/swayimg init.lua |
There was a problem hiding this comment.
I just gave a quick example in the other PR, vinstall should suffice here (better wait for member input)
There was a problem hiding this comment.
I tried vconf as well (to avoid the conf_files declaration) but that doesn't create the parent directories. vinstall seems the best option to me (with my limited xbps knowledge).
That still leaves us w/ the other two |
|
I'm in favor of keeping both copies of I believe more problems will arise from a poor transition between the old and new configuration files, as support for old configs was completely removed without prior warning. |
|
My point is, that w/ the proposed changes to the template the following identical (content-related) files will be installed where the second is arguably the most redundant (for not being mentioned in the docs) Regarding the transition to the new |
|
Yeah, you're right, I misread |
Updates swayimg (new Lua configuration files are required) and adds support for new image formats.
Testing the changes
I have confirmed all files required by
CONFIG.mdare present (see #59385):Local build testing