[ptxdist] [PATCH] qt5 bump to 5.5.0

2015-08-05 Thread Tim Sander
Hi Below is a bump of qt to the newest released version. It adapts the existing patches to qt5 and adds two new modules Qt3d and QtCanvas3d. I have not had the time to test these. The new module qtandroidextras is skipped as it is not relevant for ptxdist. It Works for me (tm). Signed-off-by:

[ptxdist] openssh and chrony patches

2015-08-05 Thread Clemens Gruber
Hi Michael, would be great if my OpenSSH patch could make it into the next ptxdist release. The chrony patch should probably stay in master for one month to ensure it does not break anything. Any comments on the two patches? I tested connecting to the host from ArchLinux, Debian, Windows

[ptxdist] [PATCH] systemd: make tmpfiles support optional

2015-08-05 Thread Albert Antony
Signed-off-by: Albert Antony alb...@newtec.dk --- rules/systemd.in | 5 + rules/systemd.make | 8 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/rules/systemd.in b/rules/systemd.in index 979e32c..f5f17ae 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -94,5

Re: [ptxdist] [PATCH] qt5 bump to 5.5.0

2015-08-05 Thread Philipp Zabel
Hi Tim, Am Mittwoch, den 05.08.2015, 11:42 +0200 schrieb Tim Sander: Hi Below is a bump of qt to the newest released version. It adapts the existing patches to qt5 and adds two new modules Qt3d and QtCanvas3d. I have not had the time to test these. The new module qtandroidextras is skipped

Re: [ptxdist] [PATCH] qt5 bump to 5.5.0

2015-08-05 Thread Tim Sander
Hi Philipp Am Mittwoch, 5. August 2015, 17:43:51 schrieb Philipp Zabel: - select DBUS if QT5_DBUS || QT5_MODULE_QTWEBENGINE + select DBUS if QT5_DBUS Why? The qtwebengine build fails when dbus is not yet installed. Probably a typing accident. I