Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-11 Thread Landry Breuil
Le Sun, Feb 11, 2024 at 02:34:35PM +0100, Rafael Sadowski a écrit : > On Fri Feb 09, 2024 at 08:02:41PM +0100, Landry Breuil wrote: > > Le Fri, Feb 09, 2024 at 10:26:18AM +, Stuart Henderson a écrit : > > > On 2024/02/09 10:14, Stuart Henderson wrote: > > > > Is the "remove qtwebkit" approach

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-11 Thread Rafael Sadowski
On Fri Feb 09, 2024 at 08:02:41PM +0100, Landry Breuil wrote: > Le Fri, Feb 09, 2024 at 10:26:18AM +, Stuart Henderson a écrit : > > On 2024/02/09 10:14, Stuart Henderson wrote: > > > Is the "remove qtwebkit" approach because it's causing an actual > > > problem, or is it just that it's old?

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-09 Thread Landry Breuil
Le Fri, Feb 09, 2024 at 10:26:18AM +, Stuart Henderson a écrit : > On 2024/02/09 10:14, Stuart Henderson wrote: > > Is the "remove qtwebkit" approach because it's causing an actual > > problem, or is it just that it's old? Can we switch to qtwebengine where > > possible but still keep qtwebkit

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-09 Thread Stuart Henderson
On 2024/02/09 10:14, Stuart Henderson wrote: > Is the "remove qtwebkit" approach because it's causing an actual > problem, or is it just that it's old? Can we switch to qtwebengine where > possible but still keep qtwebkit for things where it's still needed > for certain software to work properly?

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-09 Thread Stuart Henderson
Is the "remove qtwebkit" approach because it's causing an actual problem, or is it just that it's old? Can we switch to qtwebengine where possible but still keep qtwebkit for things where it's still needed for certain software to work properly? Rendering local HTML files isn't a particularly high

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-08 Thread Landry Breuil
Le Fri, Feb 09, 2024 at 08:19:12AM +0100, Landry Breuil a écrit : > Le Thu, Feb 08, 2024 at 09:06:44PM +0100, Rafael Sadowski a écrit : > > On Thu Feb 08, 2024 at 07:54:26PM +0100, Landry Breuil wrote: > > > Le Thu, Feb 08, 2024 at 03:12:17PM +0100, Rafael Sadowski a écrit : > > > > Here is a

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-08 Thread Landry Breuil
Le Thu, Feb 08, 2024 at 09:06:44PM +0100, Rafael Sadowski a écrit : > On Thu Feb 08, 2024 at 07:54:26PM +0100, Landry Breuil wrote: > > Le Thu, Feb 08, 2024 at 03:12:17PM +0100, Rafael Sadowski a écrit : > > > Here is a simple diff to remove qtwebkit from. I modified configure.py > > > to make

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-08 Thread Rafael Sadowski
On Thu Feb 08, 2024 at 07:54:26PM +0100, Landry Breuil wrote: > Le Thu, Feb 08, 2024 at 03:12:17PM +0100, Rafael Sadowski a écrit : > > Here is a simple diff to remove qtwebkit from. I modified configure.py > > to make sure it will not picked up even it is present. > > > > OK? > > obvious

Re: remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-08 Thread Landry Breuil
Le Thu, Feb 08, 2024 at 03:12:17PM +0100, Rafael Sadowski a écrit : > Here is a simple diff to remove qtwebkit from. I modified configure.py > to make sure it will not picked up even it is present. > > OK? obvious question, but all the runtime consumers of py-qt5 been checked for not actually

remove x11/qt5/qtwebkit from x11/py-qt5

2024-02-08 Thread Rafael Sadowski
Here is a simple diff to remove qtwebkit from. I modified configure.py to make sure it will not picked up even it is present. OK? diff --git a/x11/py-qt5/Makefile b/x11/py-qt5/Makefile index e122384c90f..8848bfd29e5 100644 --- a/x11/py-qt5/Makefile +++ b/x11/py-qt5/Makefile @@ -5,7 +5,7 @@