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)
Thu, Jun 18, 1:50 PM
Unknown Object (File)
Tue, Jun 16, 8:14 PM
Unknown Object (File)
Mon, Jun 15, 1:12 AM
Unknown Object (File)
Thu, Jun 11, 3:37 PM
Unknown Object (File)
Thu, Jun 11, 3:19 PM
Unknown Object (File)
Thu, Jun 11, 9:11 AM
Unknown Object (File)
Sat, Jun 6, 5:20 AM
Unknown Object (File)
Thu, Jun 4, 6:05 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