FS#77168 - [conky] Enable lua bindings for cairo, rsvg, and imlib2
Attached to Project:
Arch Linux
Opened by Devon Taylor (akira) - Wednesday, 18 January 2023, 02:48 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:25 GMT
Opened by Devon Taylor (akira) - Wednesday, 18 January 2023, 02:48 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:25 GMT
|
Details
Description:
Support for cairo, rsvg, and imlib2 in lua configs can be enabled with the following cmake flags: -D BUILD_LUA_RSVG=ON \ -D BUILD_LUA_CAIRO=ON \ -D BUILD_LUA_IMLIB2=ON \ I'm fairly certain that this won't require any new dependencies. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:25 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/conky/issues/1
Saturday, 25 November 2023, 20:25 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/conky/issues/1
Some actual testing would be better, yes? At the very least, new makedepends on "cairo" and "librsvg" are needed for the build to succeed. Some new shared objects end up in "/usr/lib/conky". Maybe they are dynamic modules? Dunno.