This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 59ad64f x2godesktopsharing.spec: use qmake-qt5 globally. new e5452b6 x2godesktopsharing.spec: call lrelease before running qmake. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2godesktopsharing.spec | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit e5452b6e539fed5b4ad1accc3101e9ce6b71ec95 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 13 01:04:23 2018 +0100 x2godesktopsharing.spec: call lrelease before running qmake. --- debian/changelog | 1 + x2godesktopsharing.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 91a4673..6df2acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium + Whitespace only. + Build against Qt5. + Use qmake-qt5 globally. + + Call lrelease before running qmake. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 9a869ff..6fec6a3 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -91,6 +91,7 @@ a local X11 session. %build +lrelease-qt x2godesktopsharing.pro qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" QMAKE_STRIP=":" x2godesktopsharing.pro make %{?_smp_mflags} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git