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)
Sun, Oct 12, 3:04 PM
Unknown Object (File)
Thu, Oct 9, 7:26 PM
Unknown Object (File)
Mon, Oct 6, 11:08 PM
Unknown Object (File)
Thu, Oct 2, 5:50 AM
Unknown Object (File)
Wed, Oct 1, 4:29 PM
Unknown Object (File)
Tue, Sep 30, 10:07 PM
Unknown Object (File)
Sat, Sep 27, 7:35 PM
Unknown Object (File)
Sun, Sep 21, 10:25 PM

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