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)
Mon, Nov 24, 8:46 AM
Unknown Object (File)
Sun, Nov 23, 3:26 PM
Unknown Object (File)
Fri, Nov 21, 1:46 AM
Unknown Object (File)
Fri, Nov 21, 1:42 AM
Unknown Object (File)
Fri, Nov 21, 1:41 AM
Unknown Object (File)
Fri, Nov 21, 1:39 AM
Unknown Object (File)
Fri, Nov 21, 1:38 AM
Unknown Object (File)
Fri, Nov 21, 1:38 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 30117
Build 27924: 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