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
F148330982: D23743.id69853.diff
Tue, Mar 17, 5:16 AM
F148328455: D23743.id69894.diff
Tue, Mar 17, 5:01 AM
Unknown Object (File)
Fri, Mar 13, 5:39 AM
Unknown Object (File)
Thu, Mar 12, 10:10 AM
Unknown Object (File)
Wed, Mar 11, 11:57 PM
Unknown Object (File)
Wed, Mar 4, 2:43 PM
Unknown Object (File)
Mon, Mar 2, 6:51 AM
Unknown Object (File)
Sun, Mar 1, 11:50 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