Page MenuHomeFreeBSD

Update x11/xpra to 3.0.6 and switch to Python 3.
AbandonedPublic

Authored by swills on Feb 18 2020, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 12:06 PM
Unknown Object (File)
Feb 18 2024, 9:30 AM
Unknown Object (File)
Feb 11 2024, 9:47 AM
Unknown Object (File)
Feb 4 2024, 8:47 AM
Unknown Object (File)
Jan 31 2024, 1:47 PM
Unknown Object (File)
Jan 31 2024, 9:03 AM
Unknown Object (File)
Jan 31 2024, 9:03 AM
Unknown Object (File)
Jan 31 2024, 9:03 AM

Details

Summary

Known problems:
The cursor hovered over remove Konsole windows isn't visible. Not sure if its a
regression or compatibility problem (the remote is running old Xpra 2.5).

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29550
Build 27412: arc lint + arc unit

Event Timeline

Add more runtime dependencies, which I verified to be required.

Invisible cursor is an upstream regression, reported here: https://www.xpra.org/trac/ticket/2607

  • Fix dependency on py-pillow.
This revision is now accepted and ready to land.Mar 24 2020, 1:47 PM

There are a bunch of cpython-generated files in the plist that have "37" hardcoded in the filename. Should those use %%PYTHON_VER%% instead?

  • Replace hardcoded Python version with PYTHON_SUFFIX in pkg-plist.
swills abandoned this revision.
swills edited reviewers, added: arrowd; removed: swills.

Committed in rP529212