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
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Toolybird (Toolybird) - Wednesday, 18 January 2023, 03:54 GMT
> I'm fairly certain that this won't require any new dependencies.

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.

Loading...