Re: State of server-side retrace of KDE crashes?

2021-12-19 Thread Antonio Rojas
El domingo, 19 de diciembre de 2021 17:27:52 (CET), Kevin Kofler escribió: PS: Those major distributions have had this sorted out for a couple years already. I really do not understand why it is such a problem for Arch to get this working. The current situation is a pain for everyone. I

Re: Qt5PatchCollection versions (broken QWE)

2021-05-26 Thread Antonio Rojas
El miércoles, 26 de mayo de 2021 13:19:34 (CEST), Harald Sitter escribió: Hola QWE and QtScript in our kde/5.15 branches currently have unaligned versions. QWE 5.15.4: https://invent.kde.org/qt/qt/qtwebengine/-/blob/kde/5.15/.qmake.conf QtBase 5.15.3:

Re: Review Request 129340: Make building drkonqi optional

2016-11-10 Thread Antonio Rojas
marked as submitted. Review request for KDE Runtime and Rex Dieter. Changes --- Submitted with commit a87fd4a4e4b768359bc71485f23f9f27a103de53 by Antonio Rojas to branch master. Repository: kde-runtime Description --- The KF5 version of drkonqi works fine with KDE4 applications

Re: Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-10 Thread Antonio Rojas
marked as submitted. Review request for KDE Runtime and Andreas Sturmlechner. Changes --- Submitted with commit 1b80d1d0b961f8e28186928ede2b87af292c3de4 by Antonio Rojas to branch master. Repository: kde-runtime Description --- This patch, based on the one from the kwallet repo

Re: Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-06 Thread Antonio Rojas
> > are referring to - that means searching for Gpgmepp first (which is unique > > to GpgME++) and only if NOT Gpgmepp_FOUND do you search for Gpgme and > > QGpgme (the latter is both known to kdepimlibs-4 and GpgME++) to make sure > > there is no bogus linking and to avoi

Re: Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-05 Thread Antonio Rojas
> > are referring to - that means searching for Gpgmepp first (which is unique > > to GpgME++) and only if NOT Gpgmepp_FOUND do you search for Gpgme and > > QGpgme (the latter is both known to kdepimlibs-4 and GpgME++) to make sure > > there is no bogus linking and to avoi

Re: Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-05 Thread Antonio Rojas
- Antonio --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129339/#review100616 --- On Nov. 5, 2016, 9:35 a.m., Antonio Ro

Re: Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-05 Thread Antonio Rojas
eply, visit: https://git.reviewboard.kde.org/r/129339/#review100593 ----------- On Nov. 5, 2016, 9:35 a.m., Antonio Rojas wrote: > > --- > This is an automatically g

Review Request 129340: Make building drkonqi optional

2016-11-05 Thread Antonio Rojas
- CMakeLists.txt 8b4d0f2 Diff: https://git.reviewboard.kde.org/r/129340/diff/ Testing --- Builds fine. KDE4 applications open the KF5 version of drkonqi when crashing, if it is installed in /usr/bin (or symlinked in /usr/lib/kde4/libexec) Thanks, Antonio Rojas

Review Request 129339: Allow building kwalletd against gpgme++ from gpgme 1.7

2016-11-05 Thread Antonio Rojas
version of libgpgme++ in the first two cases. In the first case there is no change in behaviour with respect to the previous situation. Thanks, Antonio Rojas

Re: Review Request 127823: Allow building without strigi on Linux

2016-09-10 Thread Antonio Rojas
marked as submitted. Review request for kdelibs. Changes --- Submitted with commit ba77ceb18bea3cb5c9d5207b2988f7d7e169d1fb by Antonio Rojas to branch KDE/4.14. Repository: kdelibs Description --- Now that kde-workspace is obsolete and kdelibs is only used by some still unported

Re: Review Request 127823: Allow building without strigi on Linux

2016-07-19 Thread Antonio Rojas
> On Jul. 17, 2016, 9:26 p.m., Antonio Rojas wrote: > > Ping... can someone with the appropriate powers approve and commit this? > > All strigi packages are being removed from KDE Applications 16.08, would be > > great to have the dependency removed here too for

Re: Review Request 127823: Allow building without strigi on Linux

2016-07-17 Thread Antonio Rojas
> On Jul. 17, 2016, 9:26 p.m., Antonio Rojas wrote: > > Ping... can someone with the appropriate powers approve and commit this? > > All strigi packages are being removed from KDE Applications 16.08, would be > > great to have the dependency removed here too for

Re: Review Request 127823: Allow building without strigi on Linux

2016-07-17 Thread Antonio Rojas
and commit this? All strigi packages are being removed from KDE Applications 16.08, would be great to have the dependency removed here too for the matching kdelibs release. - Antonio Rojas On Mayo 3, 2016, 12:06 p.m., Antonio Rojas wrote

Re: Review Request 127823: Allow building without strigi on Linux

2016-05-03 Thread Antonio Rojas
orm - Antonio --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127823/#review95136 --- On Mayo 3, 2016, 12:06 p.m., Anto

Review Request 127823: Allow building without strigi on Linux

2016-05-03 Thread Antonio Rojas
://git.reviewboard.kde.org/r/127823/diff/ Testing --- Builds with and without strigi, everything seems to work Thanks, Antonio Rojas

Why is C90 enforced in KDE?

2015-12-06 Thread Antonio Rojas
Hi, Kipi-plugins fails to build with flex 2.6. This is due to the autogenerated code in libpanorama containing //-style comments, which are disallowed in C90. Adding -std=c99 to the CFLAGS at compile time doesn't have any effect, since it is overriden by kdelibs (and by extra-cmake-modules in