[sysadmin/ci-management] latest: Remove kdewebkit from the CI job seeds.

2023-04-22 Thread Ben Cooksley
Git commit 41002ce5f78d403f001b269153410c5910f529f2 by Ben Cooksley. Committed on 22/04/2023 at 19:55. Pushed by bcooksley into branch 'master'. Remove kdewebkit from the CI job seeds. Due to the unmaintained status (and removal) of QtWebKit with openSUSE we have dropped it from our images

Re: kdewebkit?

2016-04-21 Thread David Edmundson
Sorry, I meant we should change the config that calls init-repository, not init-repository itself. It's in ci-builder-tools, I've made a patch. David From 3cc4c72b70d79b9132e4d7e31b09d5e14d916824 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 21 Apr 2016

Re: kdewebkit?

2016-04-21 Thread Scarlett Clark
Ben, as init-repository is not something we control ( we are now using qt repos ) I need your input. Cheers, Scarlett I will be traveling today so may not be responsive. On Thu, Apr 21, 2016 at 9:15 AM, David Edmundson wrote: > ​QtWebkit isn't being developed, but

Re: kdewebkit?

2016-04-21 Thread David Edmundson
​QtWebkit isn't being developed, but it does still build and work. There's even a qt5.6 tag in the qtwebkit repo. >From the Qt5 output https://build.kde.org/job/qt5%205.6%20kf5-qt5/PLATFORM=Linux,compiler=gcc/lastBuild/consoleText it looks like we're not building qtwebkit. I guess it's no longer

Fwd: kdewebkit?

2016-04-21 Thread Scarlett Clark
Meant for list sorry. -- Forwarded message -- From: Scarlett Clark <scarlett.gately.cl...@gmail.com> Date: Thu, Apr 21, 2016 at 8:57 AM Subject: Re: kdewebkit? To: Luigi Toscano <luigi.tosc...@tiscali.it> On Thu, Apr 21, 2016 at 8:50 AM, Luigi Toscano <luigi.tos

Re: kdewebkit?

2016-04-21 Thread Luigi Toscano
On Thursday 21 of April 2016 08:45:44 Scarlett Clark wrote: > https://build.kde.org/job/kdewebkit%20master%20kf5-qt5/PLATFORM=Linux,compil > er=gcc/32/console > > And if I understand correctly, qt webkit is no more? So should this project > be removed from CI? IIRC as long as we

kdewebkit?

2016-04-21 Thread Scarlett Clark
https://build.kde.org/job/kdewebkit%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/32/console And if I understand correctly, qt webkit is no more? So should this project be removed from CI? Cheers, Scarlett

Re: Review Request: [PATCH] Change HTML thumbnail generator to kdewebkit

2011-12-06 Thread Aaron J. Seigo
.) Review request for KDE Runtime. Description --- This patch changes the thumbnail generate to use QtWebKit (through kdewebkit) such that it can be used in the leaner mobile builds [1]. Note that this patch was originally proposed to resolve http://bugs.kde.org/show_bug.cgi?id=248478

Re: Review Request: [PATCH] Change HTML thumbnail generator to kdewebkit

2011-12-06 Thread Commit Hook
/ --- (Updated Oct. 23, 2011, 4:19 p.m.) Review request for KDE Runtime. Description --- This patch changes the thumbnail generate to use QtWebKit (through kdewebkit) such that it can be used in the leaner mobile builds [1

Re: Review Request: [PATCH] Change HTML thumbnail generator to kdewebkit

2011-10-23 Thread Dawit Alemayehu
. Changes --- Updated purpose of the patch. Summary (updated) - [PATCH] Change HTML thumbnail generator to kdewebkit Description (updated) --- This patch changes the thumbnail generate to use QtWebKit (through kdewebkit) such that it can be used in the leaner mobile builds

Re: Review Request: [PATCH] Change HTML thumbnail generator to use kdewebkit to fix bug 248478

2011-07-11 Thread Dawit A
On Wed, Jun 15, 2011 at 6:03 AM, Sebastian Kügler se...@kde.org wrote: On Friday, June 03, 2011 20:53:43 Dawit A wrote: Do you have any plans for pushing this into git master/KDE 4.6 branch ? Either your patch or mine needs to make it into KDE 4.7. I'd prefer Dawit's patch, since it will also

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-06-22 Thread David Faure
to investigate why it'd actually fix the issue). I fixed this issue for real in automoc, recently. http://commits.kde.org/automoc/a003654d36b9e409931d15af68091d1f366bd46e This fixes compilation of kdelibs/kdewebkit with KDE_NO_DEPRECATED=TRUE: moc didn't find kdewebkit_export.h (and silently ignored

Re: Review Request: [PATCH] Change HTML thumbnail generator to use kdewebkit to fix bug 248478

2011-06-15 Thread Sebastian Kügler
On Friday, June 03, 2011 20:53:43 Dawit A wrote: Do you have any plans for pushing this into git master/KDE 4.6 branch ? Either your patch or mine needs to make it into KDE 4.7. I'd prefer Dawit's patch, since it will also work with the leaner mobile build profile, and HTML thumbnail

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-22 Thread Kevin Ottens
, but the generated moc file does not seem to exclude it. That is why you get the message: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc:91:6 : error: prototype for ‘void KGraphicsWebView::selectionClipboardUrlPasted(const KUrl)’ does not match any in class

kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andriy Rysin
In file included from /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc: In member function ‘virtual int KGraphicsWebView::qt_metacall(QMetaObject::Call, int, void**)’: /home/arysin/kde/build/KDE/kdelibs

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Dawit A
Those classes have not changed from KDE 4.6. Most likely you need to do a clean build. At lease a clean kdewebkit build. On Sat, May 21, 2011 at 10:59 AM, Andriy Rysin ary...@gmail.com wrote: In file included from /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andriy Rysin
KDE 4.6. Most likely you need to do a clean build. At lease a clean kdewebkit build. On Sat, May 21, 2011 at 10:59 AM, Andriy Rysinary...@gmail.com wrote: In file included from /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home/arysin/kde/build/KDE/kdelibs/kdewebkit

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andreas Pakulat
On 21.05.11 13:25:32, Dawit A wrote: No that is a moc issue. The code is properly @ifdef'ed out in the code, but the generated moc file does not seem to exclude it. That is why you get the message: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc:91:6: error: prototype

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Dawit A
/KDE/kdelibs/kdewebkit/kgraphicswebview.moc:91:6: error: prototype for ‘void KGraphicsWebView::selectionClipboardUrlPasted(const KUrl)’ does not match any in class ‘KGraphicsWebView’ /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.h:146:10: error: candidate is: void KGraphicsWebView

Re: kdewebkit fails to build with Mobile profile in trunk

2011-01-12 Thread Alexis Ménard
On Wed, Jan 12, 2011 at 4:18 AM, Kevin Ottens er...@kde.org wrote: On Tuesday 11 January 2011 21:49:09 Dawit A wrote: On Tue, Jan 11, 2011 at 12:55 PM, Kevin Ottens er...@kde.org wrote: On Tuesday 11 January 2011 02:31:35 Marijn Kruisselbrink wrote: [1]

Re: kdewebkit fails to build with Mobile profile in trunk

2011-01-11 Thread Marijn Kruisselbrink
On Monday, January 10, 2011 02:08:30 pm Dawit A wrote: On Sun, Dec 26, 2010 at 3:07 PM, Andriy Rysin ary...@gmail.com wrote: Commenting out two deprecated methods helped but that's probably a wrong solution. In file included from /home/kdeuser/work/OSS/KDE/kdelibs/kdewebkit

Re: kdewebkit fails to build with Mobile profile in trunk

2011-01-10 Thread Alexander Neundorf
On Sunday 26 December 2010, Andriy Rysin wrote: Commenting out two deprecated methods helped but that's probably a wrong solution. We really do need reliable nightly and/or continuous builds if we seriously want to support the different profiles and platforms. I have a dashboard for each KDE

Re: kdewebkit fails to build with Mobile profile in trunk

2011-01-10 Thread Dawit A
On Sun, Dec 26, 2010 at 3:07 PM, Andriy Rysin ary...@gmail.com wrote: Commenting out two deprecated methods helped but that's probably a wrong solution. In file included from /home/kdeuser/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home/kdeuser/kde/build/KDE/kdelibs/kdewebkit

kdewebkit fails to build with Mobile profile in trunk

2010-12-26 Thread Andriy Rysin
Commenting out two deprecated methods helped but that's probably a wrong solution. In file included from /home/kdeuser/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home/kdeuser/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc: In member function 'virtual int